48 lines
2.4 KiB
Plaintext
48 lines
2.4 KiB
Plaintext
[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
|
|
|
|
[sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_srcja"]
|
|
advance_mode = 2
|
|
|
|
[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)
|
|
transitions = ["Walk", "Idle", SubResource("AnimationNodeStateMachineTransition_n3s05"), "Idle", "Walk", SubResource("AnimationNodeStateMachineTransition_fbi2x"), "Start", "Idle", SubResource("AnimationNodeStateMachineTransition_srcja")]
|
|
|
|
[node name="slime" instance=ExtResource("1_jttw0")]
|
|
script = ExtResource("2_xo27e")
|
|
colors = Array[Color]([Color(0, 0.113725, 0.905882, 1), Color(0.592157, 0, 0.243137, 1), Color(0.513726, 0.360784, 0, 1), Color(0, 0.470588, 0.32549, 1), Color(0.423529, 0, 0.54902, 1)])
|
|
|
|
[node name="Armature" parent="." index="0"]
|
|
transform = Transform3D(0.859505, 0, -0.511128, 0, 1, 0, 0.511128, 0, 0.859505, 0, 0, 0)
|
|
|
|
[node name="Skeleton3D" parent="Armature" index="0"]
|
|
bones/1/position = Vector3(0, 0.426907, 0)
|
|
bones/2/rotation = Quaternion(-0.0627444, 0.00212883, -0.213248, 0.974979)
|
|
bones/3/rotation = Quaternion(0.100834, -0.698956, 0.0125015, 0.707911)
|
|
bones/7/rotation = Quaternion(-0.258758, 2.37407e-09, 2.7412e-09, 0.965942)
|
|
bones/8/rotation = Quaternion(0.188737, -8.6127e-10, -4.72466e-10, 0.982028)
|
|
bones/10/rotation = Quaternion(0.253668, -5.6372e-08, -4.28241e-09, 0.967291)
|
|
bones/11/rotation = Quaternion(-0.191712, 1.11242e-07, 9.37652e-08, 0.981451)
|
|
|
|
[node name="AnimationTree" type="AnimationTree" parent="." index="2"]
|
|
tree_root = SubResource("AnimationNodeStateMachine_prt7l")
|
|
anim_player = NodePath("../AnimationPlayer")
|
|
active = true
|