20 lines
600 B
Plaintext
20 lines
600 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dfdjk8gv5ommt"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/WorldArea.gd" id="1_83d5k"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6qo1s"]
|
|
|
|
[node name="WorldArea" type="PanelContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_6qo1s")
|
|
script = ExtResource("1_83d5k")
|
|
spawn_enemy_count = 3
|
|
|
|
[node name="SpawnTimer" type="Timer" parent="."]
|
|
|
|
[connection signal="timeout" from="SpawnTimer" to="." method="_on_spawn_timer_timeout"]
|