mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
delete background image
This commit is contained in:
parent
9f590d2dfd
commit
c858251dc8
7 changed files with 50 additions and 23 deletions
|
@ -10,13 +10,13 @@ class_name SplashScreen
|
|||
@onready var height: int = int(size.y)
|
||||
|
||||
|
||||
func _ready():
|
||||
gate_events.gate_info_loaded.connect(show_thumbnail)
|
||||
gate_events.gate_entered.connect(show_splash_screen)
|
||||
gate_events.first_frame.connect(func(): hide())
|
||||
|
||||
# Change size
|
||||
show_splash_screen()
|
||||
#func _ready():
|
||||
#gate_events.gate_info_loaded.connect(show_thumbnail)
|
||||
#gate_events.gate_entered.connect(show_splash_screen)
|
||||
#gate_events.first_frame.connect(func(): hide())
|
||||
#
|
||||
## Change size
|
||||
#show_splash_screen()
|
||||
|
||||
|
||||
func show_thumbnail(gate: Gate, is_cached: bool) -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue