modification du sprite du robot et fix en tout genre

This commit is contained in:
2026-02-22 17:26:00 +01:00
parent e92d350dad
commit 58fcdc9111
16 changed files with 326 additions and 104 deletions

View File

@@ -13,10 +13,10 @@ func _ready():
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
%Credits.show()
AudioManager.play_music("Title")
AudioManager.stop_ambiance()
AudioManager.stop_all_ambiances()
func _on_ambiance_change_detector_body_entered(body: Node3D):
if body is Player3D:
AudioManager.stop_ambiance()
AudioManager.stop_all_ambiances()
AudioManager.play_music("Title")