inventaire de 3 items #52

This commit is contained in:
Altaezio
2025-09-19 13:30:05 +02:00
parent 42edc97401
commit 88bfa71bd8
12 changed files with 216 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ class_name Interactable
var available : bool = true
func can_interact(_p : Player) -> bool:
return true
return available
func interaction_cost(_p : Player) -> int:
return 0