added user action

This commit is contained in:
Nikolai Fesenko
2025-08-17 16:21:34 +02:00
parent 06bca3f9d8
commit 5637c82eb7
12 changed files with 89 additions and 31 deletions

View File

@@ -0,0 +1,9 @@
extends Interactable
func _ready() -> void:
can_pick = false
can_store = false
func action(person):
print(str(person) + " is sleeping")