Update
This commit is contained in:
@@ -12,8 +12,9 @@ var skel
|
||||
var garments = ["female-panties1", "female-bra1"]
|
||||
var basedir = "res://scenes/clothes/"
|
||||
var material = preload("res://scenes/clothes/cloth.material")
|
||||
func _ready():
|
||||
func _init():
|
||||
root = get_parent()
|
||||
assert(root.has_meta("skeleton"))
|
||||
root.add_to_group("sacrifice")
|
||||
call_deferred("setup_markers")
|
||||
characters.call_deferred("setup_garments", root, garments, [], material)
|
||||
|
||||
Reference in New Issue
Block a user