cleanups
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user