This commit is contained in:
2023-02-12 21:54:20 +01:00
parent 250ab93c15
commit 58fb2e6643
4 changed files with 3 additions and 25 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ var start = false
@onready var anim = $Draakje
func _ready():
get_tree().get_root().print_tree()
#get_tree().get_root().print_tree()
anim.play("default")
$Draakje/Hoest.playing = true
var size = get_viewport_rect().size
@@ -25,7 +25,7 @@ func _process(delta):
opacity_panel -= delta * (1.1 - opacity_panel)
bg.bg_color.a = opacity_panel
if opacity_panel <= 0:
print("free willy")
print("unloading splash screen")
queue_free()
#Recenter draakje