#57 rework des inputs et actions

This commit is contained in:
2025-09-05 15:11:29 +02:00
parent 3d0104ed4a
commit 2dc365736f
21 changed files with 490 additions and 358 deletions

View File

@@ -26,7 +26,7 @@ func interact(p : Player) -> bool:
return false
p.play_sfx("harvest")
p.delete_item()
p.delete_item(p.inventory.get_item())
fill_value += value_per_seed
if fill_value >= 1.:
$AnimationPlayer.play("empty")