godot-3.1-basic-ragdoll/Skeleton.gd

9 lines
205 B
GDScript

extends Skeleton
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
physical_bones_start_simulation()