plusieurs amélioration mineure du gameplay et de la qualité de vie

This commit is contained in:
2025-08-21 12:03:55 +02:00
parent a81361abec
commit 52b2df8639
8 changed files with 99 additions and 116 deletions

View File

@@ -10,6 +10,7 @@ func apply_texture_to_sprite(texture, with_animation = true):
$AnimationPlayer.play("bump")
await $AnimationPlayer.animation_finished
sprite.texture = texture
sprite.flip_h = true if randi()%2 == 0 else false
func start_harvest_animation():
$AnimationPlayer.play("harvest")