added user action
This commit is contained in:
9
Scripts/objects/DoubleBeds.gd
Normal file
9
Scripts/objects/DoubleBeds.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends Interactable
|
||||
|
||||
func _ready() -> void:
|
||||
can_pick = false
|
||||
can_store = false
|
||||
|
||||
|
||||
func action(person):
|
||||
print(str(person) + " is sleeping")
|
||||
Reference in New Issue
Block a user