gamejam-march-28/vole.tscn
2025-03-29 23:25:13 -06:00

20 lines
875 B
Text

[gd_scene load_steps=5 format=3 uid="uid://dlpr8asp0m21a"]
[ext_resource type="PackedScene" uid="uid://cg7vjpjmg60ti" path="res://vole.glb" id="1_fw737"]
[ext_resource type="Script" uid="uid://dxdgep3hm0i8d" path="res://vole.gd" id="2_6xove"]
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_fw737"]
animation = &"IDLE"
[sub_resource type="AnimationNodeStateMachine" id="AnimationNodeStateMachine_fw737"]
states/IDLE/node = SubResource("AnimationNodeAnimation_fw737")
states/IDLE/position = Vector2(411, 153)
[node name="vole" instance=ExtResource("1_fw737")]
script = ExtResource("2_6xove")
[node name="AnimationTree" type="AnimationTree" parent="." index="2"]
root_motion_track = NodePath("VoleRig/Skeleton3D:root")
root_motion_local = false
tree_root = SubResource("AnimationNodeStateMachine_fw737")
anim_player = NodePath("../AnimationPlayer")