33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
[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://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
|
|
metadata/_custom_type_script = "uid://3grc2j4bjrnw"
|
|
|
|
[sub_resource type="Resource" id="Resource_1qdvn"]
|
|
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
|
|
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
|
|
})
|
|
metadata/_custom_type_script = "uid://bp6q371iypd06"
|