Troubleshooting player_died signal.
This commit is contained in:
parent
afc5c68569
commit
a73fb28552
7 changed files with 48 additions and 56 deletions
|
|
@ -2,6 +2,21 @@
|
|||
|
||||
[ext_resource type="Texture2D" uid="uid://h04wm5a27u0" path="res://Mini Pixel Pack 3/Effects/Explosion (16 x 16).png" id="1_q7epf"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_j4sxf"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [0]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_vxas0"]
|
||||
resource_name = "explosion-one-shot"
|
||||
length = 0.5
|
||||
|
|
@ -19,21 +34,6 @@ tracks/0/keys = {
|
|||
"values": [0, 1, 3, 4, 5]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_j4sxf"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [0]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_m5xho"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_j4sxf"),
|
||||
|
|
@ -48,4 +48,4 @@ hframes = 6
|
|||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_m5xho")
|
||||
}
|
||||
autoplay = "explosion-one-shot"
|
||||
autoplay = "RESET"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue