5 lines
54 B
GDScript3
5 lines
54 B
GDScript3
|
|
extends SkeletonIK3D
|
||
|
|
|
||
|
|
func _ready() -> void:
|
||
|
|
start()
|