Enemy Hivemind became Room Manager, will probably pull out the actual enemy script at some point

This commit is contained in:
derek
2024-11-07 11:21:21 -06:00
parent fa054ad3ed
commit 168963163a
25 changed files with 283 additions and 121 deletions

6
assets/room_manager.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://cg42oc7ll2cnd"]
[ext_resource type="Script" path="res://scripts/room_manager.gd" id="1_vdw54"]
[node name="EnemyHivemind" type="Node" groups=["enemy_hivemind"]]
script = ExtResource("1_vdw54")