Audio system and rich text

This commit is contained in:
Rendo 2025-06-29 14:28:51 +05:00
commit 68cafff083
161 changed files with 1605 additions and 255 deletions

View file

@ -8,8 +8,8 @@
[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" uid="uid://cslqjdd5wq4rc" path="res://scripts/components/level/SunSpawner.cs" id="6_lkguy"]
[ext_resource type="PackedScene" uid="uid://hhjbqkjqpt7x" path="res://scenes/entities/Zombies/cone_zombie.tscn" id="9_3uwe7"]
[ext_resource type="Script" uid="uid://blpu7t8tf6277" path="res://scripts/components/particles/FallFloor.cs" id="10_q4fsb"]
[ext_resource type="PackedScene" uid="uid://bgqmwsb6ynm81" path="res://scenes/entities/Zombies/hobo.tscn" id="10_tbxxq"]
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_tbxxq"]
@ -31,12 +31,13 @@ metadata/_edit_lock_ = true
script = ExtResource("1_i3bf5")
SunCount = 999999
[node name="Pools" type="Node2D" parent="." node_paths=PackedStringArray("Zombies", "Plants", "Projectiles", "Structures")]
[node name="Pools" type="Node2D" parent="." node_paths=PackedStringArray("Zombies", "Plants", "Projectiles", "Structures", "Particles")]
script = ExtResource("3_1y18w")
Zombies = NodePath("Zombies")
Plants = NodePath("Plants")
Projectiles = NodePath("Projectiles")
Structures = NodePath("Structures")
Particles = NodePath("Projectiles")
[node name="Zombies" type="Node2D" parent="Pools"]
z_index = 3
@ -76,9 +77,6 @@ SunScene = ExtResource("6_ay12k")
wait_time = 5.0
autostart = true
[node name="ConeZombie" parent="." instance=ExtResource("9_3uwe7")]
position = Vector2(772, 255)
[node name="Lines" type="Node2D" parent="."]
script = ExtResource("10_q4fsb")
@ -122,4 +120,9 @@ collision_mask = 0
[node name="CollisionShape2D" type="CollisionShape2D" parent="Lines/Floor5"]
shape = SubResource("WorldBoundaryShape2D_tbxxq")
[node name="Hobo" parent="." instance=ExtResource("10_tbxxq")]
position = Vector2(755, 256)
garlicSound = null
freezeSound = null
[connection signal="timeout" from="SunSpawner/Timer" to="SunSpawner" method="Spawn"]