Training now works

This commit is contained in:
Segey Lapin
2019-08-08 17:32:47 +03:00
parent 394237cec3
commit 95a76feb53
19 changed files with 1756 additions and 559 deletions

View File

@@ -13,6 +13,7 @@ var is_at_hands: bool = false
# Called when the node enters the scene tree for the first time.
func _ready():
add_to_group("activatable")
add_to_group("items")
func get_take_act():
return "Take item"