Improved performance
This commit is contained in:
@ -14,6 +14,10 @@ var feet: Array[Foot] = []
|
||||
var ik_time: float
|
||||
|
||||
func _ready():
|
||||
if owner != Global.player:
|
||||
queue_free()
|
||||
return
|
||||
|
||||
for foot_name in feet_names:
|
||||
var foot = Foot.new()
|
||||
foot.bone_name = foot_name
|
||||
|
Reference in New Issue
Block a user