Correction des fichiers d'import des plantes (changements auto faits par Godot)

This commit is contained in:
2026-06-19 10:10:27 +02:00
parent 18ecd5b820
commit 69dc4444e3
117 changed files with 117 additions and 117 deletions

View File

@@ -57,7 +57,7 @@ func _ready():
%Action.visible = false
func _process(delta):
if player and not action_disabled:
if player and not action_disabled and not get_tree().paused:
process_player_actions(delta)
else:
%ActionProgressBar.value = 0.