47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cncrqbk7egbdy"]
|
|
|
|
[ext_resource type="Script" path="res://tests/test_slime_animation.gd" id="1_eeubk"]
|
|
[ext_resource type="PackedScene" uid="uid://c3q6fva1c1baa" path="res://Models/slime.tscn" id="2_fqm0o"]
|
|
|
|
[node name="test_slime_animation" type="Node3D"]
|
|
script = ExtResource("1_eeubk")
|
|
|
|
[node name="slime" parent="." instance=ExtResource("2_fqm0o")]
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
[node name="Control" type="Control" parent="CanvasLayer"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/Control"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 11.0
|
|
offset_top = 15.0
|
|
offset_right = -768.0
|
|
offset_bottom = 15.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Idle" type="Button" parent="CanvasLayer/Control/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Idle"
|
|
|
|
[node name="Walk" type="Button" parent="CanvasLayer/Control/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Walk"
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(0.999682, 0, -0.0251998, 0, 1, 0, 0.0251998, 0, 0.999682, 0, 0.138, 0.315)
|
|
current = true
|
|
|
|
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/Idle" to="." method="_on_idle_pressed"]
|
|
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/Walk" to="." method="_on_walk_pressed"]
|