7 lines
61 B
GDScript
7 lines
61 B
GDScript
@tool
|
|
|
|
extends SkeletonIK3D
|
|
|
|
func _ready() -> void:
|
|
start()
|