rajouter des bus pour les différents audios

This commit is contained in:
Thomas
2025-04-14 09:13:22 +02:00
parent 6517dd744e
commit e0bbf4aa35
9 changed files with 38 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ extends Node2D
var can_interact_with : Node2D
func _unhandled_input(event: InputEvent) -> void:
print(human.get_feet_global_position())
human.stop_interaction()
human.velocityVector = Vector2(0, 0)
human.wants_to_grab = false