diff --git a/maps/map1.tscn b/maps/map1.tscn index d68f1d6..4d609e0 100644 --- a/maps/map1.tscn +++ b/maps/map1.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=33 format=3 uid="uid://wlqsvbqpcbh"] +[gd_scene load_steps=30 format=3 uid="uid://wlqsvbqpcbh"] [ext_resource type="Texture2D" uid="uid://cacwy4tka88k1" path="res://maps/map1.tres" id="1_pt5vq"] [ext_resource type="Texture2D" uid="uid://cxharyv0ajr37" path="res://textures/atlas/DioramaEntrance_All_01_SPRT.png" id="2_n7y5f"] @@ -6,13 +6,11 @@ [ext_resource type="PackedScene" uid="uid://do65rgg0p2plt" path="res://core/Door.tscn" id="4_lwk0u"] [ext_resource type="PackedScene" uid="uid://bddcriwo55x8k" path="res://prefab/prefab_woddenbridge.tscn" id="4_okpsn"] [ext_resource type="Texture2D" uid="uid://cun14l52f477p" path="res://textures/atlas/Bushes_All_01_SPRT.png" id="5_xmosd"] -[ext_resource type="PackedScene" uid="uid://domcpxdf6lqpb" path="res://prefab/free_sticker.tscn" id="6_3fkbm"] -[ext_resource type="Texture2D" uid="uid://dggavne4ueche" path="res://extracted/Texture2D/Tree_Field_01_SPRT.png" id="7_gygvy"] +[ext_resource type="Texture2D" uid="uid://dggavne4ueche" path="res://textures/sprites/Tree_Field_01_SPRT.png" id="7_gygvy"] [ext_resource type="Texture2D" uid="uid://chuv25pm2vqen" path="res://textures/atlas/Rocks_All_01_SPRT.png" id="8_itp05"] -[ext_resource type="PackedScene" uid="uid://6ww1g2enfdx3" path="res://prefab/solid_sticker.tscn" id="9_nxjul"] +[ext_resource type="Texture2D" uid="uid://dnomlcslicb3k" path="res://textures/sprites/props_fire1.tres" id="10_2ugv3"] [ext_resource type="Texture2D" uid="uid://b366mcexlko72" path="res://textures/atlas/LogsAndWood_All_01_SPRT.png" id="10_jr64r"] -[ext_resource type="Texture2D" uid="uid://bwcex0o7obtg5" path="res://textures/atlas/Props_All_01_SPRT.png" id="11_0efxk"] -[ext_resource type="Texture2D" uid="uid://ciyh3rnoo4uk" path="res://extracted/Texture2D/SimpleParticles_All_01_SPRT.png" id="12_ro7fd"] +[ext_resource type="Texture2D" uid="uid://ciyh3rnoo4uk" path="res://textures/atlas/SimpleParticles_All_01_SPRT.png" id="12_ro7fd"] [ext_resource type="Texture2D" uid="uid://dcgjlblm2rpy4" path="res://textures/2d_lights_and_shadows_neutral_point_light.webp" id="13_sm1ou"] [sub_resource type="AtlasTexture" id="AtlasTexture_gnudx"] @@ -23,6 +21,10 @@ region = Rect2(252, 16, 108, 256) atlas = ExtResource("2_n7y5f") region = Rect2(0, 16, 228, 80) +[sub_resource type="AtlasTexture" id="AtlasTexture_2wdar"] +atlas = ExtResource("5_xmosd") +region = Rect2(384, 64, 288, 224) + [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_lfx7b"] radius = 80.0 height = 254.0 @@ -50,10 +52,6 @@ size = Vector2(133.06, 62.73) atlas = ExtResource("8_itp05") region = Rect2(1440, 1376, 256, 256) -[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_bkpsv"] -radius = 115.4 -height = 230.8 - [sub_resource type="RectangleShape2D" id="RectangleShape2D_hk5e3"] size = Vector2(201.89, 146.45) @@ -68,10 +66,6 @@ size = Vector2(127.875, 25.5) atlas = ExtResource("10_jr64r") region = Rect2(1356, 1216, 192, 80) -[sub_resource type="AtlasTexture" id="AtlasTexture_2qdgk"] -atlas = ExtResource("11_0efxk") -region = Rect2(1824, 480, 192, 160) - [sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_jw3i8"] lifetime_randomness = 0.2 particle_flag_disable_z = true @@ -146,103 +140,236 @@ position = Vector2(78, -148) scale = Vector2(6.15, 6.15) texture = ExtResource("3_yh2wy") -[node name="Bush1" parent="." instance=ExtResource("6_3fkbm")] +[node name="Bush1" type="Sprite2D" parent="."] position = Vector2(-2161, 1140) -Shape = SubResource("CapsuleShape2D_lfx7b") -Rotation = 1.6 +scale = Vector2(3.80334, 3.95089) +texture = SubResource("AtlasTexture_2wdar") +centered = false +offset = Vector2(-161.055, -179.785) +metadata/tags = ["sticker"] -[node name="Tree1" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Bush1"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Bush1/Area2D"] +position = Vector2(-4.46976, -71.6294) +rotation = 1.6 +shape = SubResource("CapsuleShape2D_lfx7b") + +[node name="Tree1" type="Sprite2D" parent="."] position = Vector2(1592, 606) +scale = Vector2(3.80334, 3.95089) texture = ExtResource("7_gygvy") +centered = false offset = Vector2(-251.145, -512) -Shape = SubResource("CapsuleShape2D_dqo8w") -Position = Vector2(0, -253.27) -Rotation = 0.01 +metadata/tags = ["sticker"] -[node name="Tree2" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Tree1"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Tree1/Area2D"] +position = Vector2(0, -253.27) +rotation = 0.01 +shape = SubResource("CapsuleShape2D_dqo8w") + +[node name="Tree2" type="Sprite2D" parent="."] position = Vector2(-2399, -55) +scale = Vector2(3.80334, 3.95089) texture = ExtResource("7_gygvy") +centered = false offset = Vector2(-251.145, -512) -Shape = SubResource("CapsuleShape2D_dqo8w") -Position = Vector2(0, -253.27) -Rotation = 0.01 +metadata/tags = ["sticker"] -[node name="Tree3" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Tree2"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Tree2/Area2D"] +position = Vector2(0, -253.27) +rotation = 0.01 +shape = SubResource("CapsuleShape2D_dqo8w") + +[node name="Tree3" type="Sprite2D" parent="."] position = Vector2(-763, -2021) +scale = Vector2(3.80334, 3.95089) texture = ExtResource("7_gygvy") +centered = false offset = Vector2(-251.145, -512) -Shape = SubResource("CapsuleShape2D_dqo8w") -Position = Vector2(0, -253.27) -Rotation = 0.01 +metadata/tags = ["sticker"] -[node name="Tree4" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Tree3"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Tree3/Area2D"] +position = Vector2(0, -253.27) +rotation = 0.01 +shape = SubResource("CapsuleShape2D_dqo8w") + +[node name="Tree4" type="Sprite2D" parent="."] position = Vector2(2365, -2258) +scale = Vector2(3.80334, 3.95089) texture = ExtResource("7_gygvy") +centered = false offset = Vector2(-251.145, -512) -Shape = SubResource("CapsuleShape2D_dqo8w") -Position = Vector2(0, -253.27) -Rotation = 0.01 +metadata/tags = ["sticker"] -[node name="Bush6" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Tree4"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Tree4/Area2D"] +position = Vector2(0, -253.27) +rotation = 0.01 +shape = SubResource("CapsuleShape2D_dqo8w") + +[node name="Bush6" type="Sprite2D" parent="."] position = Vector2(-1556, 293) -Shape = SubResource("CapsuleShape2D_lfx7b") -Rotation = 1.6 +scale = Vector2(3.80334, 3.95089) +texture = SubResource("AtlasTexture_2wdar") +centered = false +offset = Vector2(-161.055, -179.785) +metadata/tags = ["sticker"] -[node name="Bush7" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Bush6"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Bush6/Area2D"] +position = Vector2(-4.46976, -71.6294) +rotation = 1.6 +shape = SubResource("CapsuleShape2D_lfx7b") + +[node name="Bush7" type="Sprite2D" parent="."] position = Vector2(712, 293) -Shape = SubResource("CapsuleShape2D_lfx7b") -Rotation = 1.6 +scale = Vector2(3.80334, 3.95089) +texture = SubResource("AtlasTexture_2wdar") +centered = false +offset = Vector2(-161.055, -179.785) +metadata/tags = ["sticker"] -[node name="Bush9" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Bush7"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Bush7/Area2D"] +position = Vector2(-4.46976, -71.6294) +rotation = 1.6 +shape = SubResource("CapsuleShape2D_lfx7b") + +[node name="Bush9" type="Sprite2D" parent="."] position = Vector2(1004, -2257) -Shape = SubResource("CapsuleShape2D_lfx7b") -Rotation = 1.6 +scale = Vector2(3.80334, 3.95089) +texture = SubResource("AtlasTexture_2wdar") +centered = false +offset = Vector2(-161.055, -179.785) +metadata/tags = ["sticker"] -[node name="Bush8" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Bush9"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Bush9/Area2D"] +position = Vector2(-4.46976, -71.6294) +rotation = 1.6 +shape = SubResource("CapsuleShape2D_lfx7b") + +[node name="Bush8" type="Sprite2D" parent="."] position = Vector2(-1616, -1651) +scale = Vector2(3.80334, 3.95089) +texture = SubResource("AtlasTexture_2wdar") +centered = false offset = Vector2(-137.285, -179.785) flip_h = true -Shape = SubResource("CapsuleShape2D_lfx7b") -Rotation = 1.6 +metadata/tags = ["sticker"] -[node name="Bush10" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Bush8"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Bush8/Area2D"] +position = Vector2(-4.46976, -71.6294) +rotation = 1.6 +shape = SubResource("CapsuleShape2D_lfx7b") + +[node name="Bush10" type="Sprite2D" parent="."] position = Vector2(-2063, -2116) +scale = Vector2(3.80334, 3.95089) texture = SubResource("AtlasTexture_rn40i") +centered = false offset = Vector2(-108.615, -141.38) flip_h = true -Shape = SubResource("CapsuleShape2D_b3366") -Position = Vector2(0, -48.95) -Rotation = 1.5 +metadata/tags = ["sticker"] -[node name="Bush11" parent="." instance=ExtResource("6_3fkbm")] +[node name="Area2D" type="Area2D" parent="Bush10"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Bush10/Area2D"] +position = Vector2(0, -48.95) +rotation = 1.5 +shape = SubResource("CapsuleShape2D_b3366") + +[node name="Bush11" type="Sprite2D" parent="."] position = Vector2(2208, 2337) scale = Vector2(5, 5.195) texture = SubResource("AtlasTexture_rn40i") +centered = false offset = Vector2(-108.615, -141.38) -Shape = SubResource("CapsuleShape2D_b3366") -Position = Vector2(0, -48.95) -Rotation = 1.5 +metadata/tags = ["sticker"] -[node name="Rock1" parent="." instance=ExtResource("9_nxjul")] +[node name="Area2D" type="Area2D" parent="Bush11"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Bush11/Area2D"] +position = Vector2(0, -48.95) +rotation = 1.5 +shape = SubResource("CapsuleShape2D_b3366") + +[node name="Rock1" type="Sprite2D" parent="."] position = Vector2(-1807, 2030) +scale = Vector2(3.80334, 3.95089) texture = SubResource("AtlasTexture_vun1v") +centered = false offset = Vector2(-78.385, -130.2) -StickerShape = SubResource("CapsuleShape2D_b3366") -Position = Vector2(8.56, -52.395) -CollisionShape = SubResource("RectangleShape2D_4cdlc") -CollisionPosition = Vector2(7.915, -31.39) metadata/tags = ["rock"] -[node name="Rock2" parent="." instance=ExtResource("9_nxjul")] +[node name="StaticBody2D" type="StaticBody2D" parent="Rock1"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Rock1/StaticBody2D"] +position = Vector2(7.915, -31.39) +shape = SubResource("RectangleShape2D_4cdlc") +debug_color = Color(0.996033, 0, 0.194446, 0.42) + +[node name="Rock2" type="Sprite2D" parent="."] position = Vector2(-2248, 1895) +scale = Vector2(3.80334, 3.95089) texture = SubResource("AtlasTexture_wpoj4") +centered = false offset = Vector2(-126.11, -220.56) -StickerShape = SubResource("CapsuleShape2D_bkpsv") -Position = Vector2(0, -89.77) -CollisionShape = SubResource("RectangleShape2D_hk5e3") -CollisionPosition = Vector2(0, -66.02) metadata/tags = ["rock"] +[node name="StaticBody2D" type="StaticBody2D" parent="Rock2"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Rock2/StaticBody2D"] +position = Vector2(0, -66.02) +shape = SubResource("RectangleShape2D_hk5e3") +debug_color = Color(0.996033, 0, 0.194446, 0.42) + [node name="Log" type="Sprite2D" parent="."] position = Vector2(-1043, -170) scale = Vector2(4, 4) @@ -292,7 +419,7 @@ debug_color = Color(0.999472, 0.00663362, 0.0810784, 0.42) z_index = -1 position = Vector2(-294, -641) scale = Vector2(4, 4) -texture = SubResource("AtlasTexture_2qdgk") +texture = ExtResource("10_2ugv3") [node name="GPUParticles2D" type="GPUParticles2D" parent="FirePit"] position = Vector2(-1.5, -18.25) @@ -305,14 +432,6 @@ collision_base_size = 0.0 visibility_rect = Rect2(-160, -160, 320, 320) local_coords = true -[node name="Sprite2D" type="Sprite2D" parent="FirePit"] -visible = false -position = Vector2(4.75, -2) -scale = Vector2(0.7, 0.7) -texture = SubResource("AtlasTexture_c24s7") -centered = false -offset = Vector2(-71.215, -125.04) - [node name="StaticBody2D" type="StaticBody2D" parent="FirePit"] [node name="CollisionShape2D" type="CollisionShape2D" parent="FirePit/StaticBody2D"] @@ -327,3 +446,17 @@ energy = 1.2 shadow_enabled = true texture = ExtResource("13_sm1ou") texture_scale = 1.9 + +[connection signal="property_list_changed" from="Bush1" to="Bush1" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Tree1" to="Tree1" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Tree2" to="Tree2" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Tree3" to="Tree3" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Tree4" to="Tree4" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Bush6" to="Bush6" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Bush7" to="Bush7" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Bush9" to="Bush9" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Bush8" to="Bush8" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Bush10" to="Bush10" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Bush11" to="Bush11" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Rock1" to="Rock1" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Rock2" to="Rock2" method="_on_property_list_changed"] diff --git a/maps/map2.tscn b/maps/map2.tscn index 2c392b7..e5b3860 100644 --- a/maps/map2.tscn +++ b/maps/map2.tscn @@ -1,13 +1,11 @@ -[gd_scene load_steps=27 format=3 uid="uid://5tfe84u3gyty"] +[gd_scene load_steps=21 format=3 uid="uid://5tfe84u3gyty"] [ext_resource type="Texture2D" uid="uid://bnmlngwnibfnj" path="res://extracted/ref_map2.jpg" id="1_cdv75"] [ext_resource type="Texture2D" uid="uid://cypb81fuw4w44" path="res://textures/atlas/GroundExtensions_All_01_SPRT.png" id="3_54rqc"] [ext_resource type="Texture2D" uid="uid://6hc7x8qe6r1c" path="res://maps/map2.tres" id="3_gbt28"] -[ext_resource type="PackedScene" uid="uid://domcpxdf6lqpb" path="res://prefab/free_sticker.tscn" id="4_2tdya"] [ext_resource type="Texture2D" uid="uid://cxharyv0ajr37" path="res://textures/atlas/DioramaEntrance_All_01_SPRT.png" id="4_lgnnp"] [ext_resource type="PackedScene" uid="uid://do65rgg0p2plt" path="res://core/Door.tscn" id="4_yvr3q"] [ext_resource type="Texture2D" uid="uid://dggavne4ueche" path="res://textures/sprites/Tree_Field_01_SPRT.png" id="5_lwnej"] -[ext_resource type="PackedScene" uid="uid://6ww1g2enfdx3" path="res://prefab/solid_sticker.tscn" id="6_k22qa"] [ext_resource type="Texture2D" uid="uid://chuv25pm2vqen" path="res://textures/atlas/Rocks_All_01_SPRT.png" id="7_pykf8"] [ext_resource type="Texture2D" uid="uid://b366mcexlko72" path="res://textures/atlas/LogsAndWood_All_01_SPRT.png" id="8_ugxkt"] @@ -24,22 +22,10 @@ region = Rect2(360, 288, 108, 272) atlas = ExtResource("4_lgnnp") region = Rect2(0, 16, 228, 80) -[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_np57i"] -radius = 70.0 -height = 512.0 - -[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_3r7ts"] -radius = 80.0 -height = 254.0 - [sub_resource type="AtlasTexture" id="AtlasTexture_ti2p7"] atlas = ExtResource("7_pykf8") region = Rect2(288, 256, 192, 160) -[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_r6rf6"] -radius = 65.0 -height = 184.05 - [sub_resource type="RectangleShape2D" id="RectangleShape2D_4rns6"] size = Vector2(133.06, 62.73) @@ -57,10 +43,6 @@ size = Vector2(65.54, 94.235) atlas = ExtResource("7_pykf8") region = Rect2(1440, 1376, 256, 256) -[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_io0k5"] -radius = 105.36 -height = 291.04 - [sub_resource type="RectangleShape2D" id="RectangleShape2D_o3kxg"] size = Vector2(201.89, 146.45) @@ -124,96 +106,130 @@ position = Vector2(-123, -696) scale = Vector2(6.39228, 6.39228) texture = ExtResource("1_cdv75") -[node name="Tree1" parent="." instance=ExtResource("4_2tdya")] +[node name="Tree1" type="Sprite2D" parent="."] position = Vector2(-2084.56, -1642.1) +scale = Vector2(3.80334, 3.95089) texture = ExtResource("5_lwnej") +centered = false offset = Vector2(-251.145, -512) -Shape = SubResource("CapsuleShape2D_np57i") -Position = Vector2(0, -253.27) -Rotation = 0.01 +metadata/tags = ["sticker"] -[node name="Tree2" parent="." instance=ExtResource("4_2tdya")] +[node name="Tree2" type="Sprite2D" parent="."] position = Vector2(-1569.56, -1870.1) scale = Vector2(3.2, 3.324) texture = ExtResource("5_lwnej") +centered = false offset = Vector2(-251.145, -512) -Shape = SubResource("CapsuleShape2D_np57i") -Position = Vector2(0, -253.27) -Rotation = 0.01 +metadata/tags = ["sticker"] -[node name="Tree3" parent="." instance=ExtResource("4_2tdya")] +[node name="Tree3" type="Sprite2D" parent="."] position = Vector2(2156, -1876) scale = Vector2(3, 3.117) texture = ExtResource("5_lwnej") +centered = false offset = Vector2(-251.145, -512) -Shape = SubResource("CapsuleShape2D_np57i") -Position = Vector2(0, -253.27) -Rotation = 0.01 +metadata/tags = ["sticker"] -[node name="Bush1" parent="." instance=ExtResource("4_2tdya")] -position = Vector2(-1554.56, -1581.1) -Shape = SubResource("CapsuleShape2D_3r7ts") -Rotation = 1.6 - -[node name="Bush2" parent="." instance=ExtResource("4_2tdya")] -position = Vector2(-1863.56, -2052.1) -Shape = SubResource("CapsuleShape2D_3r7ts") -Rotation = 1.6 - -[node name="Bush3" parent="." instance=ExtResource("4_2tdya")] -position = Vector2(2171, -1357) -Shape = SubResource("CapsuleShape2D_3r7ts") -Rotation = 1.6 - -[node name="Rock1" parent="." instance=ExtResource("6_k22qa")] +[node name="Rock1" type="Sprite2D" parent="."] position = Vector2(2160, -900.32) scale = Vector2(5, 5.195) texture = SubResource("AtlasTexture_ti2p7") +centered = false offset = Vector2(-78.385, -130.2) -StickerShape = SubResource("CapsuleShape2D_r6rf6") -Position = Vector2(8.56, -52.395) -CollisionShape = SubResource("RectangleShape2D_4rns6") -CollisionPosition = Vector2(7.915, -31.39) metadata/tags = ["rock"] -[node name="Box1" parent="." instance=ExtResource("6_k22qa")] +[node name="StaticBody2D" type="StaticBody2D" parent="Rock1"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Rock1/StaticBody2D"] +position = Vector2(7.915, -31.39) +shape = SubResource("RectangleShape2D_4rns6") +debug_color = Color(0.996033, 0, 0.194446, 0.42) + +[node name="Box1" type="Sprite2D" parent="."] position = Vector2(1195, -898.32) scale = Vector2(5, 4.51) texture = SubResource("AtlasTexture_4pwyl") +centered = false offset = Vector2(-52.525, -167.375) -StickerShape = SubResource("RectangleShape2D_djose") -Position = Vector2(0, -76.12) -CollisionShape = SubResource("RectangleShape2D_enbs7") -CollisionPosition = Vector2(0, -49.595) +metadata/tags = ["sticker"] -[node name="Box2" parent="." instance=ExtResource("6_k22qa")] +[node name="Area2D" type="Area2D" parent="Box1"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="StickerShape2D" type="CollisionShape2D" parent="Box1/Area2D"] +position = Vector2(0, -76.12) +rotation = 1.5708 +shape = SubResource("RectangleShape2D_djose") + +[node name="StaticBody2D" type="StaticBody2D" parent="Box1"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Box1/StaticBody2D"] +position = Vector2(0, -49.595) +shape = SubResource("RectangleShape2D_enbs7") +debug_color = Color(0.996033, 0, 0.194446, 0.42) + +[node name="Box2" type="Sprite2D" parent="."] position = Vector2(1437, -1275.32) scale = Vector2(5, 4.51) texture = SubResource("AtlasTexture_4pwyl") +centered = false offset = Vector2(-54.04, -167.375) -StickerShape = SubResource("RectangleShape2D_djose") -Position = Vector2(0, -76.12) -CollisionShape = SubResource("RectangleShape2D_enbs7") -CollisionPosition = Vector2(0, -49.595) +metadata/tags = ["sticker"] -[node name="Rock2" parent="." instance=ExtResource("6_k22qa")] +[node name="Area2D" type="Area2D" parent="Box2"] +collision_layer = 2 +collision_mask = 0 +monitoring = false + +[node name="StickerShape2D" type="CollisionShape2D" parent="Box2/Area2D"] +position = Vector2(0, -76.12) +rotation = 1.5708 +shape = SubResource("RectangleShape2D_djose") + +[node name="StaticBody2D" type="StaticBody2D" parent="Box2"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Box2/StaticBody2D"] +position = Vector2(0, -49.595) +shape = SubResource("RectangleShape2D_enbs7") +debug_color = Color(0.996033, 0, 0.194446, 0.42) + +[node name="Rock2" type="Sprite2D" parent="."] position = Vector2(1776, -705.32) scale = Vector2(5, 5.195) texture = SubResource("AtlasTexture_ddtk8") +centered = false offset = Vector2(-126.11, -220.56) -StickerShape = SubResource("CapsuleShape2D_io0k5") -Position = Vector2(0, -89.77) -CollisionShape = SubResource("RectangleShape2D_o3kxg") -CollisionPosition = Vector2(0, -66.02) metadata/tags = ["rock"] -[node name="Rock3" parent="." instance=ExtResource("6_k22qa")] +[node name="StaticBody2D" type="StaticBody2D" parent="Rock2"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Rock2/StaticBody2D"] +position = Vector2(0, -66.02) +shape = SubResource("RectangleShape2D_o3kxg") +debug_color = Color(0.996033, 0, 0.194446, 0.42) + +[node name="Rock3" type="Sprite2D" parent="."] position = Vector2(-993, -2293) scale = Vector2(4.97891, 4.95232) texture = SubResource("AtlasTexture_ko6cw") +centered = false offset = Vector2(-208.35, -260.555) -StickerShape = SubResource("CapsuleShape2D_io0k5") -Position = Vector2(0, -123.545) -CollisionShape = SubResource("RectangleShape2D_ontns") -CollisionPosition = Vector2(0, -65.23) metadata/tags = ["rock"] + +[node name="StaticBody2D" type="StaticBody2D" parent="Rock3"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Rock3/StaticBody2D"] +position = Vector2(0, -65.23) +shape = SubResource("RectangleShape2D_ontns") +debug_color = Color(0.996033, 0, 0.194446, 0.42) + +[connection signal="property_list_changed" from="Tree1" to="Tree1" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Tree2" to="Tree2" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Tree3" to="Tree3" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Rock1" to="Rock1" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Box1" to="Box1" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Box2" to="Box2" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Rock2" to="Rock2" method="_on_property_list_changed"] +[connection signal="property_list_changed" from="Rock3" to="Rock3" method="_on_property_list_changed"] diff --git a/textures/sprites/props_fire1.tres b/textures/sprites/props_fire1.tres new file mode 100644 index 0000000..2acae0a --- /dev/null +++ b/textures/sprites/props_fire1.tres @@ -0,0 +1,7 @@ +[gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://dnomlcslicb3k"] + +[ext_resource type="Texture2D" uid="uid://bwcex0o7obtg5" path="res://textures/atlas/Props_All_01_SPRT.png" id="1_a4h13"] + +[resource] +atlas = ExtResource("1_a4h13") +region = Rect2(1824, 480, 192, 160)