mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-03 05:25:48 -04:00
fix bookmark image, loading msg
This commit is contained in:
parent
c858251dc8
commit
44f5bbeeb8
12 changed files with 116 additions and 19 deletions
7
app/scripts/ui/world/blackout.gd
Normal file
7
app/scripts/ui/world/blackout.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends Panel
|
||||
|
||||
@export var gate_events: GateEvents
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
gate_events.first_frame.connect(func(): visible = true)
|
6
app/scripts/ui/world/rotate.gd
Normal file
6
app/scripts/ui/world/rotate.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends TextureRect
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
var tween = create_tween().set_loops()
|
||||
tween.tween_property(self, "rotation", 360, 50).from(0)
|
Loading…
Add table
Add a link
Reference in a new issue