GUI/AI improvements...

This commit is contained in:
Segey Lapin
2022-01-09 02:40:04 +03:00
parent fedb6a38e1
commit dfbd2f34a5
19 changed files with 662 additions and 130 deletions

View File

@@ -25,7 +25,7 @@ var material = preload("res://scenes/clothes/mystress_clothes.material")
#}
#var state = PRAYING
func init(tick):
root = get_character()
root = get_character(tick)
assert(root.has_meta("skeleton"))
root.add_to_group("mystress")
# tween = Tween.new()