2023-08-19 02:19:56 -06:00
|
|
|
[gd_scene load_steps=9 format=3 uid="uid://c3q6fva1c1baa"]
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://biuw6lh16d2qr" path="res://Models/slime.glb" id="1_jttw0"]
|
|
|
|
[ext_resource type="Script" path="res://Models/slime.gd" id="2_xo27e"]
|
|
|
|
|
|
|
|
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_nwfvl"]
|
|
|
|
animation = &"Slime_Idle"
|
|
|
|
|
|
|
|
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_avpkh"]
|
|
|
|
animation = &"Slime_Walk"
|
|
|
|
|
|
|
|
[sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_n3s05"]
|
|
|
|
xfade_time = 0.3
|
|
|
|
|
|
|
|
[sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_fbi2x"]
|
|
|
|
xfade_time = 0.3
|
|
|
|
|
2023-08-19 10:45:09 -06:00
|
|
|
[sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_srcja"]
|
|
|
|
advance_mode = 2
|
|
|
|
|
2023-08-19 02:19:56 -06:00
|
|
|
[sub_resource type="AnimationNodeStateMachine" id="AnimationNodeStateMachine_prt7l"]
|
|
|
|
states/Idle/node = SubResource("AnimationNodeAnimation_nwfvl")
|
|
|
|
states/Idle/position = Vector2(570, 145)
|
|
|
|
states/Walk/node = SubResource("AnimationNodeAnimation_avpkh")
|
|
|
|
states/Walk/position = Vector2(329, 155)
|
2023-08-19 10:45:09 -06:00
|
|
|
transitions = ["Walk", "Idle", SubResource("AnimationNodeStateMachineTransition_n3s05"), "Idle", "Walk", SubResource("AnimationNodeStateMachineTransition_fbi2x"), "Start", "Idle", SubResource("AnimationNodeStateMachineTransition_srcja")]
|
2023-08-19 02:19:56 -06:00
|
|
|
|
|
|
|
[node name="slime" instance=ExtResource("1_jttw0")]
|
|
|
|
script = ExtResource("2_xo27e")
|
|
|
|
|
|
|
|
[node name="Skeleton3D" parent="Armature" index="0"]
|
2023-08-19 20:18:07 -06:00
|
|
|
bones/1/position = Vector3(0, 0.419783, 0)
|
2023-08-19 13:34:34 -06:00
|
|
|
bones/2/rotation = Quaternion(-0.0627444, 0.00212883, -0.213248, 0.974979)
|
|
|
|
bones/3/rotation = Quaternion(0.100834, -0.698956, 0.0125015, 0.707911)
|
2023-08-19 20:18:07 -06:00
|
|
|
bones/7/rotation = Quaternion(-0.259966, 2.31658e-09, 2.75962e-09, 0.965618)
|
|
|
|
bones/8/rotation = Quaternion(0.184716, -8.96583e-10, -4.81081e-10, 0.982792)
|
|
|
|
bones/10/rotation = Quaternion(0.255235, -5.60434e-08, -5.76742e-08, 0.966879)
|
|
|
|
bones/11/rotation = Quaternion(-0.18748, 7.5629e-08, 2.75785e-08, 0.982268)
|
2023-08-19 02:19:56 -06:00
|
|
|
|
|
|
|
[node name="AnimationTree" type="AnimationTree" parent="." index="2"]
|
|
|
|
tree_root = SubResource("AnimationNodeStateMachine_prt7l")
|
|
|
|
anim_player = NodePath("../AnimationPlayer")
|
|
|
|
active = true
|