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

@@ -1,5 +1,6 @@
extends Node2D
signal loadFromGameState
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
@@ -7,3 +8,4 @@ func _ready() -> void:
func load_from_game_state():
$Bakery/player.set_feet_global_position(GameState.position_bakery)
emit_signal("loadFromGameState")