équilibrage des quota et du jeu, changement du GUI pour rendre les objectifs de quotas plus visibles #72

This commit is contained in:
2025-09-19 10:25:15 +02:00
parent 43bdbc3581
commit 42edc97401
24 changed files with 316 additions and 102 deletions

View File

@@ -103,10 +103,11 @@ func can_interact(interactable : Interactable):
return interactable.can_interact(self)
func try_interact(interactable : Interactable):
has_just_received_instruction = true
instruction = InteractableInstruction.new(
interactable
)
if interactable:
has_just_received_instruction = true
instruction = InteractableInstruction.new(
interactable
)
func try_move(move_to : Vector2):
instruction = MoveInstruction.new(move_to)