pumpkin carving

This commit is contained in:
2025-10-27 18:29:06 +01:00
parent b36923a196
commit bfd653c136
22 changed files with 296 additions and 29 deletions

View File

@@ -44,7 +44,7 @@ func _on_interacted(p_player: Player) -> void:
func _process(_delta: float) -> void:
if player:
if !Engine.is_editor_hint() && EventManager.player_free && player:
move_input = Input.get_vector("move_left","move_right","move_up","move_down")
if move_input.length() == 0:
input_released = true