mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-06 14:59:44 +01:00
5 lines
49 B
GDScript3
5 lines
49 B
GDScript3
|
extends SkeletonIK
|
||
|
|
||
|
func _ready():
|
||
|
start(false)
|