duncgibbs 627c2b38e6
All checks were successful
linting & formatting / build (push) Successful in 26s
adds demolitions building
2026-04-29 13:59:35 -05:00

220 lines
6.9 KiB
Plaintext

[gd_scene format=3 uid="uid://dvmglvbersupv"]
[ext_resource type="Script" uid="uid://vqn4mgyjkijm" path="res://prefabs/tiles/buildings/demolitions.gd" id="1_veblj"]
[ext_resource type="Texture2D" uid="uid://t8n660a0vqvm" path="res://assets/Pixelart arrow icon pack 1.0.png" id="2_gnrqc"]
[ext_resource type="Texture2D" uid="uid://dijho2wx1l4sm" path="res://assets/bomb/bomb.png" id="3_gnrqc"]
[sub_resource type="Gradient" id="Gradient_rc38y"]
colors = PackedColorArray(0, 1, 0, 1, 1, 0, 0, 1)
[sub_resource type="LabelSettings" id="LabelSettings_vwg8v"]
outline_size = 4
outline_color = Color(0, 0, 0, 1)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vwg8v"]
size = Vector2(109, 109)
[sub_resource type="AtlasTexture" id="AtlasTexture_wwwaf"]
atlas = ExtResource("2_gnrqc")
region = Rect2(16, 16, 16, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_fupku"]
atlas = ExtResource("2_gnrqc")
region = Rect2(0, 16, 16, 16)
[node name="Demolitions" type="Node2D" unique_id=746270571 groups=["PostTurnActions"]]
process_mode = 3
script = ExtResource("1_veblj")
[node name="ColorRect" type="ColorRect" parent="." unique_id=889061850]
custom_minimum_size = Vector2(110, 110)
offset_left = -55.0
offset_top = -55.0
offset_right = 55.0
offset_bottom = 55.0
mouse_filter = 2
color = Color(1, 0.32086813, 0.41687015, 1)
[node name="ColorRect2" type="ColorRect" parent="." unique_id=2077475895]
custom_minimum_size = Vector2(110, 110)
offset_left = 55.0
offset_top = 55.0
offset_right = 165.0
offset_bottom = 165.0
mouse_filter = 2
color = Color(1, 0.32086813, 0.41687015, 1)
[node name="ColorRect3" type="ColorRect" parent="." unique_id=1401405224]
custom_minimum_size = Vector2(110, 110)
offset_left = 55.0
offset_top = -55.0
offset_right = 165.0
offset_bottom = 55.0
mouse_filter = 2
color = Color(1, 0.32086813, 0.41687015, 1)
[node name="ColorRect4" type="ColorRect" parent="." unique_id=255418342]
custom_minimum_size = Vector2(110, 110)
offset_left = 165.0
offset_top = -165.0
offset_right = 275.0
offset_bottom = -55.0
mouse_filter = 2
color = Color(1, 0.32086813, 0.41687015, 1)
[node name="ColorRect5" type="ColorRect" parent="." unique_id=835614422]
custom_minimum_size = Vector2(110, 110)
offset_left = 165.0
offset_top = -55.0
offset_right = 275.0
offset_bottom = 55.0
mouse_filter = 2
color = Color(1, 0.32086813, 0.41687015, 1)
[node name="Edge1" type="Line2D" parent="." unique_id=1571287153]
points = PackedVector2Array(55, -55, 55, 55)
width = 1.0
default_color = Color(0, 0, 0, 1)
[node name="Edge2" type="Line2D" parent="." unique_id=1717512039]
points = PackedVector2Array(55, 55, 165, 55)
width = 1.0
default_color = Color(0, 0, 0, 1)
[node name="Edge4" type="Line2D" parent="." unique_id=1861531130]
points = PackedVector2Array(165, -55, 275, -55)
width = 1.0
default_color = Color(0, 0, 0, 1)
[node name="Edge3" type="Line2D" parent="." unique_id=1513651550]
points = PackedVector2Array(165, -55, 165, 55)
width = 1.0
default_color = Color(0, 0, 0, 1)
[node name="Path1" type="Line2D" parent="." unique_id=1015237330]
points = PackedVector2Array(-45, 0, 220, 0, 220, -155)
width = 2.0
gradient = SubResource("Gradient_rc38y")
joint_mode = 2
begin_cap_mode = 2
end_cap_mode = 2
[node name="Path2" type="Line2D" parent="." unique_id=1737173036]
points = PackedVector2Array(110, 155, 110, 0, 220, 0, 220, -155)
width = 2.0
gradient = SubResource("Gradient_rc38y")
joint_mode = 2
begin_cap_mode = 2
end_cap_mode = 2
[node name="Label" type="Label" parent="." unique_id=29286194]
custom_minimum_size = Vector2(220, 110)
offset_left = -55.0
offset_top = -55.0
offset_right = 165.0
offset_bottom = 55.0
text = "DEMOLITIONS"
label_settings = SubResource("LabelSettings_vwg8v")
horizontal_alignment = 1
vertical_alignment = 1
[node name="MoneyLabel" type="Label" parent="." unique_id=1384875448]
unique_name_in_owner = true
custom_minimum_size = Vector2(220, 110)
offset_left = 165.0
offset_top = 55.0
offset_right = 385.0
offset_bottom = 165.0
rotation = -1.5707964
text = "$0 / $25"
label_settings = SubResource("LabelSettings_vwg8v")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Square1" type="Area2D" parent="." unique_id=333775731]
process_mode = 3
monitoring = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="Square1" unique_id=1122204523]
process_mode = 3
shape = SubResource("RectangleShape2D_vwg8v")
[node name="Square2" type="Area2D" parent="." unique_id=1384097423]
process_mode = 3
position = Vector2(110, 0)
monitoring = false
[node name="CollisionShape2D2" type="CollisionShape2D" parent="Square2" unique_id=686018821]
shape = SubResource("RectangleShape2D_vwg8v")
[node name="Square3" type="Area2D" parent="." unique_id=837457110]
process_mode = 3
position = Vector2(110, 110)
monitoring = false
[node name="CollisionShape2D3" type="CollisionShape2D" parent="Square3" unique_id=1976346563]
shape = SubResource("RectangleShape2D_vwg8v")
[node name="Square4" type="Area2D" parent="." unique_id=1074092983]
process_mode = 3
position = Vector2(220, 0)
monitoring = false
[node name="CollisionShape2D4" type="CollisionShape2D" parent="Square4" unique_id=442777190]
shape = SubResource("RectangleShape2D_vwg8v")
[node name="Square5" type="Area2D" parent="." unique_id=1891937507]
process_mode = 3
position = Vector2(220, -110)
monitoring = false
[node name="CollisionShape2D4" type="CollisionShape2D" parent="Square5" unique_id=1224759052]
shape = SubResource("RectangleShape2D_vwg8v")
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1585332168]
texture_filter = 1
position = Vector2(-80, 0)
rotation = -1.5707964
scale = Vector2(2, 2)
texture = SubResource("AtlasTexture_wwwaf")
flip_v = true
[node name="Sprite2D2" type="Sprite2D" parent="." unique_id=1969702659]
texture_filter = 1
position = Vector2(220, -185)
rotation = 3.1415927
scale = Vector2(2, 2)
texture = SubResource("AtlasTexture_fupku")
flip_v = true
[node name="Sprite2D3" type="Sprite2D" parent="." unique_id=1607154314]
texture_filter = 1
position = Vector2(110, 185)
rotation = 3.1415927
scale = Vector2(2, 2)
texture = SubResource("AtlasTexture_wwwaf")
flip_v = true
[node name="Size" type="Control" parent="." unique_id=705793849]
unique_name_in_owner = true
layout_mode = 3
anchors_preset = 0
offset_left = -95.0
offset_top = -205.0
offset_right = 275.0
offset_bottom = 200.0
mouse_filter = 2
[node name="BombSprite" type="Sprite2D" parent="." unique_id=969295810]
unique_name_in_owner = true
visible = false
position = Vector2(110, 0)
scale = Vector2(0.415, 0.415)
texture = ExtResource("3_gnrqc")
[connection signal="area_entered" from="Square1" to="." method="_on_building_area_entered"]
[connection signal="area_entered" from="Square2" to="." method="_on_building_area_entered"]
[connection signal="area_entered" from="Square3" to="." method="_on_building_area_entered"]
[connection signal="area_entered" from="Square4" to="." method="_on_building_area_entered"]
[connection signal="area_entered" from="Square5" to="." method="_on_building_area_entered"]