Ajout d'un mode infini

This commit is contained in:
2026-06-26 17:53:28 +02:00
parent e133519dc0
commit 53c86e9cc7
38 changed files with 595 additions and 148 deletions

View File

@@ -129,7 +129,7 @@ func process_player_actions(delta: float):
and current_selected_item.is_action_need_press_time()
and not press_action_done
and not can_interact
and not inspected is InventoryGuiItemMouseDetector
and not (inspected and inspected is InventoryGuiItemMouseDetector)
):
%ActionProgressBar.value = press_time / current_selected_item.get_action_press_time() * 100
if not %ActionProgressPlayer.playing: