mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-30 02:16:59 -04:00
loading status
This commit is contained in:
parent
f9d773e940
commit
ebd3b049e0
10 changed files with 146 additions and 45 deletions
|
@ -1,8 +1,5 @@
|
|||
extends Control
|
||||
|
||||
const SHOWN = Color(1, 1, 1, 1)
|
||||
const HIDDEN = Color(1, 1, 1, 0)
|
||||
|
||||
@export var gate_events: GateEvents
|
||||
@export var history: History
|
||||
@export var root: TextureButton
|
||||
|
@ -11,6 +8,9 @@ const HIDDEN = Color(1, 1, 1, 0)
|
|||
@export var fade_in: float = 1.0
|
||||
@export var fade_out: float = 0.2
|
||||
|
||||
const SHOWN = Color(1, 1, 1, 1)
|
||||
const HIDDEN = Color(1, 1, 1, 0)
|
||||
|
||||
var tween: Tween
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue