inventaire fonctionnel #13

This commit is contained in:
Altaezio
2025-08-18 10:32:16 +02:00
committed by zacharie
parent b164141d00
commit bca2300443
16 changed files with 112 additions and 46 deletions
@@ -1,7 +1,7 @@
extends Area2D
class_name Interactable
@export var actions : Array[InteractableAction] = [];
@export var actions : Array[InteractableAction] = []
func interact(p : Player):
for a in actions: