-
Notifications
You must be signed in to change notification settings - Fork 3
/
mine_flash_friendly.tscn
50 lines (44 loc) · 1.25 KB
/
mine_flash_friendly.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[gd_scene load_steps=4 format=3 uid="uid://cugh77aqtpln7"]
[ext_resource type="Texture2D" uid="uid://bscy3fm46u3et" path="res://assets/laserBlue09.png" id="1_oaloh"]
[sub_resource type="Animation" id="Animation_geeni"]
resource_name = "new_animation"
length = 3.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("Sprite2D2:visible")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.25, 3),
"transitions": PackedFloat32Array(1, 1, 1),
"update": 1,
"values": [false, true, false]
}
tracks/1/type = "method"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(3),
"transitions": PackedFloat32Array(1),
"values": [{
"args": [],
"method": &"queue_free"
}]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_l3dhw"]
_data = {
"new_animation": SubResource("Animation_geeni")
}
[node name="Node2D" type="Node2D"]
z_index = 15
[node name="Sprite2D2" type="Sprite2D" parent="."]
visible = false
texture = ExtResource("1_oaloh")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_l3dhw")
}