summaryrefslogtreecommitdiff
path: root/Towers/PlacementParticles.tscn
blob: 845e45135a1a5511f1cf1b3ac2e662643688c031 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[gd_scene load_steps=13 format=3 uid="uid://dkt08nmsm7v6n"]

[ext_resource type="Script" path="res://Towers/placement_particles.gd" id="1_jyqtu"]
[ext_resource type="Texture2D" uid="uid://jh1wdkkilude" path="res://Towers/Assets/building_placement.png" id="2_84hoe"]
[ext_resource type="AudioStream" uid="uid://bxpt1ooqt2mbg" path="res://Towers/Assets/building_placement.wav" id="3_0cdk8"]

[sub_resource type="AtlasTexture" id="AtlasTexture_sn1sp"]
atlas = ExtResource("2_84hoe")
region = Rect2(0, 0, 49, 32)

[sub_resource type="AtlasTexture" id="AtlasTexture_fdlli"]
atlas = ExtResource("2_84hoe")
region = Rect2(49, 0, 49, 32)

[sub_resource type="AtlasTexture" id="AtlasTexture_3snmp"]
atlas = ExtResource("2_84hoe")
region = Rect2(98, 0, 49, 32)

[sub_resource type="AtlasTexture" id="AtlasTexture_cc8qd"]
atlas = ExtResource("2_84hoe")
region = Rect2(147, 0, 49, 32)

[sub_resource type="AtlasTexture" id="AtlasTexture_58064"]
atlas = ExtResource("2_84hoe")
region = Rect2(196, 0, 49, 32)

[sub_resource type="AtlasTexture" id="AtlasTexture_6wgny"]
atlas = ExtResource("2_84hoe")
region = Rect2(245, 0, 49, 32)

[sub_resource type="AtlasTexture" id="AtlasTexture_d6eii"]
atlas = ExtResource("2_84hoe")
region = Rect2(294, 0, 49, 32)

[sub_resource type="AtlasTexture" id="AtlasTexture_p743g"]
atlas = ExtResource("2_84hoe")
region = Rect2(343, 0, 49, 32)

[sub_resource type="SpriteFrames" id="SpriteFrames_d1lms"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_sn1sp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_fdlli")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3snmp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_cc8qd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_58064")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_6wgny")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_d6eii")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_p743g")
}],
"loop": false,
"name": &"default",
"speed": 28.0
}]

[node name="PlacementParticles" type="Node2D"]
script = ExtResource("1_jyqtu")

[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
texture_filter = 1
position = Vector2(-24, -16)
sprite_frames = SubResource("SpriteFrames_d1lms")

[node name="AnimatedSprite2D2" type="AnimatedSprite2D" parent="."]
texture_filter = 1
position = Vector2(24, -16)
sprite_frames = SubResource("SpriteFrames_d1lms")
flip_h = true

[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_0cdk8")
volume_db = -4.0