diff options
| author | iamcheeseman <[email protected]> | 2026-03-06 17:28:53 -0500 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-06 17:28:53 -0500 |
| commit | 3c7c93a2d844448ac9e8234418a786206a851596 (patch) | |
| tree | d55660dbad71e2c247421a097e9a42cf307454d7 /src/world.odin | |
| parent | f91cea9dd4de39f75b14aee61c96c8cc929059e3 (diff) | |
scatter the muntik about the world
Diffstat (limited to 'src/world.odin')
| -rw-r--r-- | src/world.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/world.odin b/src/world.odin index 043a7eb..7a8346c 100644 --- a/src/world.odin +++ b/src/world.odin @@ -15,6 +15,7 @@ object_spawners := [Object_Type]Object_Spawner{ .Upgrade = object_spawner_upgrade, .Prop = object_spawner_prop, .Rope = object_spawner_rope, + .Muntik = object_spawner_muntik, } room_open_cb := []Room_Change_Callback{ @@ -22,6 +23,7 @@ room_open_cb := []Room_Change_Callback{ on_room_open_bullets, on_room_open_props, on_room_open_rope, + on_room_open_enemies, } room_close_cb := []Room_Change_Callback{ |
