Update
This commit is contained in:
@@ -24,8 +24,9 @@ var material = preload("res://scenes/clothes/nun-clothes.material")
|
||||
# ACTION
|
||||
#}
|
||||
#var state = PRAYING
|
||||
func _ready():
|
||||
func _init():
|
||||
root = get_parent()
|
||||
assert(root.has_meta("skeleton"))
|
||||
root.add_to_group("nuns")
|
||||
# tween = Tween.new()
|
||||
# tween.playback_process_mode = Tween.TWEEN_PROCESS_PHYSICS
|
||||
|
||||
Reference in New Issue
Block a user