GUI/AI improvements...
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user