#46 ajout d'une borne de recharge et changements mineurs du gameplay
This commit is contained in:
@@ -6,9 +6,6 @@ var available : bool = true
|
||||
func can_interact(_p : Player) -> bool:
|
||||
return true
|
||||
|
||||
func interact_requirement_text() -> String:
|
||||
return ""
|
||||
|
||||
func interact(_p : Player) -> bool:
|
||||
printerr("Interact function called on abstract Interactable class")
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user