Un peu de musique dans ce monde de brutes

This commit is contained in:
Thomas
2025-03-31 13:13:07 +02:00
parent a82237ff28
commit b091bb96db
46 changed files with 702 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ func set_last_save_info():
func _ready() -> void:
set_last_save_info()
$AudioStreamPlayer.play()
func _on_button_pressed() -> void:
emit_signal("start")
@@ -43,6 +44,5 @@ func _on_load_pressed() -> void:
emit_signal("load")
_on_button_pressed()
func _on_timer_timeout() -> void:
$MarginContainer/Panel/VBoxContainer/info.text=""