musique_et_son_2 #131

Manually merged
Nilou merged 23 commits from musique_et_son_2 into main 2026-02-07 14:02:35 +00:00
Showing only changes of commit 99a0522e9e - Show all commits

View File

@@ -33,6 +33,7 @@ func can_use(_player : Player, zone : Player.ActionZone) -> bool:
return false return false
func use(player : Player, zone : Player.ActionZone) -> bool: func use(player : Player, zone : Player.ActionZone) -> bool:
AudioManager.play_sfx("Pickaxe")
for area in zone.get_affected_areas(): for area in zone.get_affected_areas():
if area and area is Plant: if area and area is Plant:
harvest(area, player) harvest(area, player)