debug lvl 👍
This commit is contained in:
parent
f4fd89a62a
commit
8914d2486f
1 changed files with 19 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://crxsvv7drckpw"]
|
||||
[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"]
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
[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"]
|
||||
|
||||
[node name="debug_lvl" type="Node2D"]
|
||||
|
||||
|
|
@ -22,7 +23,7 @@ metadata/_edit_lock_ = true
|
|||
|
||||
[node name="RuntimeLevelData" type="Node" parent="."]
|
||||
script = ExtResource("1_i3bf5")
|
||||
SunCount = 100
|
||||
SunCount = 300
|
||||
|
||||
[node name="Pools" parent="." instance=ExtResource("3_jv7x4")]
|
||||
|
||||
|
|
@ -48,4 +49,20 @@ SunScene = ExtResource("6_ay12k")
|
|||
wait_time = 5.0
|
||||
autostart = true
|
||||
|
||||
[node name="Zombie" parent="." instance=ExtResource("9_vwrdf")]
|
||||
position = Vector2(806, 254)
|
||||
_line = 3
|
||||
|
||||
[node name="Zombie2" parent="." instance=ExtResource("9_vwrdf")]
|
||||
position = Vector2(824, 254)
|
||||
_line = 3
|
||||
|
||||
[node name="Zombie3" parent="." instance=ExtResource("9_vwrdf")]
|
||||
position = Vector2(779, 254)
|
||||
_line = 3
|
||||
|
||||
[node name="Zombie4" parent="." instance=ExtResource("9_vwrdf")]
|
||||
position = Vector2(848, 254)
|
||||
_line = 3
|
||||
|
||||
[connection signal="timeout" from="SunSpawner/Timer" to="SunSpawner" method="Spawn"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue