aboutsummaryrefslogtreecommitdiff
path: root/src/world.odin
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-06 18:55:27 -0500
committeriamcheeseman <[email protected]>2026-03-06 18:55:27 -0500
commit4c0c7682433a6da363ed8d608766fe8b52b70669 (patch)
tree988538c2e765abe93cfcc5d82885c9814ed37c2d /src/world.odin
parent3c7c93a2d844448ac9e8234418a786206a851596 (diff)
yayyy hugbug
Diffstat (limited to 'src/world.odin')
-rw-r--r--src/world.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.odin b/src/world.odin
index 7a8346c..1b57cd1 100644
--- a/src/world.odin
+++ b/src/world.odin
@@ -16,6 +16,7 @@ object_spawners := [Object_Type]Object_Spawner{
.Prop = object_spawner_prop,
.Rope = object_spawner_rope,
.Muntik = object_spawner_muntik,
+ .Hugbug = object_spawner_hugbug,
}
room_open_cb := []Room_Change_Callback{