feat: added more enemies

This commit is contained in:
Sara Gerretsen 2026-01-29 17:50:44 +01:00
parent fa3a31f487
commit fbb0a15a3e

View file

@ -1,8 +1,10 @@
[gd_resource type="SpawnData" load_steps=2 format=3 uid="uid://jya2iftfk0f6"] [gd_resource type="SpawnData" format=3 uid="uid://jya2iftfk0f6"]
[ext_resource type="PackedScene" uid="uid://5hg5eirw7v8n" path="res://objects/units/unit_4_wretched.tscn" id="1_0y836"] [ext_resource type="PackedScene" uid="uid://5hg5eirw7v8n" path="res://objects/units/unit_4_wretched.tscn" id="1_0y836"]
[resource] [resource]
difficulty_spawns = { difficulty_spawns = {
0: ExtResource("1_0y836") 0: ExtResource("1_0y836"),
1: ExtResource("1_0y836"),
2: ExtResource("1_0y836")
} }