modification du sprite du robot et fix en tout genre
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user