6f1ac4d03f
Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com> Reviewed-on: Athena/game-source#70 Co-authored-by: darknight <vaillant.jeremy@dev-crea.com> Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
10 lines
202 B
GDScript
10 lines
202 B
GDScript
extends CenterContainer
|
|
|
|
func _ready():
|
|
print("[ending_#ready]")
|
|
$AudioStreamPlayer.play()
|
|
|
|
func _on_Timer_timeout():
|
|
print("[ending#_on_Timer_timeout]")
|
|
Global.goto_scene("res://scenes/Main.tscn")
|