DuckRun/scenes/schild.tscn

48 lines
1.3 KiB
Text
Raw Normal View History

2024-10-03 21:12:20 +02:00
[gd_scene load_steps=6 format=3 uid="uid://dm307sj4nenjt"]
2024-10-01 15:56:30 +02:00
[ext_resource type="Texture2D" uid="uid://cfmflpkl335e3" path="res://assets/GUI/schild.png" id="1_wyhk0"]
[ext_resource type="Script" path="res://code/GUI/restartschild.gd" id="2_pxsow"]
[sub_resource type="Animation" id="Animation_hmob6"]
length = 0.001
2024-10-03 21:12:20 +02:00
[sub_resource type="Animation" id="Animation_wgvxk"]
resource_name = "out-in"
length = 0.3
2024-10-01 15:56:30 +02:00
tracks/0/type = "bezier"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:position:y")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"handle_modes": PackedInt32Array(0, 0),
2024-10-03 21:12:20 +02:00
"points": PackedFloat32Array(-67, -0.25, 0, 0.2, -2.53268, -250.023, -0.1, 2.25394, 0.25, 0),
"times": PackedFloat32Array(0, 0.3)
2024-10-01 15:56:30 +02:00
}
2024-10-03 21:12:20 +02:00
[sub_resource type="AnimationLibrary" id="AnimationLibrary_ur3ij"]
2024-10-01 15:56:30 +02:00
_data = {
2024-10-03 21:12:20 +02:00
"RESET": SubResource("Animation_hmob6"),
"out-in": SubResource("Animation_wgvxk")
2024-10-01 15:56:30 +02:00
}
2024-10-03 21:12:20 +02:00
[node name="Schild" type="TextureRect"]
anchors_preset = -1
anchor_left = -0.259
anchor_top = 0.14
anchor_right = 0.282
anchor_bottom = 0.79
offset_left = -3.97
offset_top = -81.0
offset_right = 4.06
offset_bottom = 4.0
2024-10-03 21:12:20 +02:00
size_flags_horizontal = 4
2024-10-01 15:56:30 +02:00
texture = ExtResource("1_wyhk0")
script = ExtResource("2_pxsow")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
2024-10-03 21:12:20 +02:00
"": SubResource("AnimationLibrary_ur3ij")
2024-10-01 15:56:30 +02:00
}