Added EnemyGenerator

This commit is contained in:
2025-12-07 16:35:18 +03:00
parent acd1202e42
commit c8ea642b88
7 changed files with 86 additions and 2 deletions
@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://bqtiiog23c2ta"]
[ext_resource type="Script" uid="uid://r51oawb6oedw" path="res://game/world/generators/enemy_generator.gd" id="1_ehucw"]
[node name="EnemyGenerator" type="Node"]
script = ExtResource("1_ehucw")