added driftling

This commit is contained in:
2026-02-11 08:18:46 +11:00
parent d03f907c24
commit e3d04ca247
30 changed files with 363 additions and 80 deletions

View File

@@ -1,32 +1,26 @@
[gd_resource type="Resource" script_class="WaveConfig" format=3 uid="uid://bkujvdsbyiinu"]
[ext_resource type="Script" uid="uid://3grc2j4bjrnw" path="res://enemy_group.gd" id="1_elghy"]
[ext_resource type="Resource" uid="uid://dmmdh16m22yqm" path="res://Enemies/Driftling/ene_driftling.tres" id="2_ptdu7"]
[ext_resource type="Resource" uid="uid://8eba45hql7bo" path="res://Enemies/EyeDog/eye_dog.tres" id="2_ua2h7"]
[ext_resource type="Script" uid="uid://bp6q371iypd06" path="res://Scripts/wave_config.gd" id="3_ptdu7"]
[sub_resource type="Resource" id="Resource_wug4u"]
script = ExtResource("1_elghy")
enemy = ExtResource("2_ua2h7")
count = 4
enemy = ExtResource("2_ptdu7")
count = 10
metadata/_custom_type_script = "uid://3grc2j4bjrnw"
[sub_resource type="Resource" id="Resource_1qdvn"]
[sub_resource type="Resource" id="Resource_4wbbd"]
script = ExtResource("1_elghy")
enemy = ExtResource("2_ua2h7")
count = 4
metadata/_custom_type_script = "uid://3grc2j4bjrnw"
[sub_resource type="Resource" id="Resource_pwamm"]
script = ExtResource("1_elghy")
enemy = ExtResource("2_ua2h7")
count = 2
count = 5
metadata/_custom_type_script = "uid://3grc2j4bjrnw"
[resource]
script = ExtResource("3_ptdu7")
enemy_groups = Dictionary[ExtResource("1_elghy"), int]({
SubResource("Resource_wug4u"): 0,
SubResource("Resource_1qdvn"): 1,
SubResource("Resource_pwamm"): 4
SubResource("Resource_4wbbd"): 0
})
metadata/_custom_type_script = "uid://bp6q371iypd06"