Atrocities

This commit is contained in:
Rendo 2025-06-14 21:20:28 +05:00
commit 9680b21792
90 changed files with 324 additions and 69 deletions

View file

@ -1,14 +1,14 @@
[gd_scene load_steps=10 format=3 uid="uid://crxsvv7drckpw"]
[ext_resource type="Script" path="res://scripts/components/level/RuntimeLevelData.cs" id="1_i3bf5"]
[ext_resource type="Texture2D" uid="uid://b0tb2hjum40aw" path="res://assets/sprites/summertime_saga.png" id="2_vmxhy"]
[ext_resource type="PackedScene" uid="uid://cg8713v6c5w15" path="res://scenes/pools.tscn" id="3_jv7x4"]
[ext_resource type="Texture2D" uid="uid://b0tb2hjum40aw" path="res://assets/sprites/background_summer.png" id="2_vmxhy"]
[ext_resource type="PackedScene" uid="uid://cg8713v6c5w15" path="res://scenes/level components/pools.tscn" id="3_jv7x4"]
[ext_resource type="PackedScene" uid="uid://dpxxjfd5lv5sv" path="res://scenes/gui/choose_your_seeds.tscn" id="5_5e78h"]
[ext_resource type="PackedScene" uid="uid://devn21c7luf45" path="res://scenes/level components/field_controller.tscn" id="5_lwpg6"]
[ext_resource type="PackedScene" uid="uid://cfnmspei3k4p7" path="res://scenes/gui/runtime_gui.tscn" id="6_0baou"]
[ext_resource type="PackedScene" uid="uid://bpekho7leatr5" path="res://scenes/sun.tscn" id="6_ay12k"]
[ext_resource type="Script" path="res://scripts/components/level/SunSpawner.cs" id="6_lkguy"]
[ext_resource type="PackedScene" uid="uid://co11v3w8hbwgf" path="res://scenes/entities/Zombies/zombie.tscn" id="9_vwrdf"]
[ext_resource type="PackedScene" uid="uid://xu4i6tmkv00a" path="res://scenes/entities/Zombies/bucket_zombie.tscn" id="9_u7o5c"]
[node name="debug_lvl" type="Node2D"]
@ -49,44 +49,7 @@ SunScene = ExtResource("6_ay12k")
wait_time = 5.0
autostart = true
[node name="Zombie" parent="." instance=ExtResource("9_vwrdf")]
position = Vector2(806, 134)
_line = 3
[node name="Zombie2" parent="." instance=ExtResource("9_vwrdf")]
position = Vector2(824, 134)
_line = 3
[node name="Zombie3" parent="." instance=ExtResource("9_vwrdf")]
position = Vector2(779, 134)
_line = 3
[node name="Zombie4" parent="." instance=ExtResource("9_vwrdf")]
position = Vector2(848, 134)
_line = 3
[node name="Zombie5" parent="." instance=ExtResource("9_vwrdf")]
position = Vector2(801, 376)
_line = 5
[node name="Zombie6" parent="." instance=ExtResource("9_vwrdf")]
position = Vector2(819, 376)
_line = 5
[node name="Zombie7" parent="." instance=ExtResource("9_vwrdf")]
position = Vector2(774, 376)
_line = 5
[node name="Zombie8" parent="." instance=ExtResource("9_vwrdf")]
position = Vector2(843, 376)
_line = 5
[node name="BucketZombie" parent="." instance=ExtResource("9_u7o5c")]
position = Vector2(729, 257)
[connection signal="timeout" from="SunSpawner/Timer" to="SunSpawner" method="Spawn"]
[connection signal="OnHPChanged" from="Zombie" to="Zombie/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie2" to="Zombie2/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie3" to="Zombie3/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie4" to="Zombie4/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie5" to="Zombie5/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie6" to="Zombie6/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie7" to="Zombie7/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie8" to="Zombie8/AudioStreamPlayer2D" method="OnHPChanged"]