From 3c7c93a2d844448ac9e8234418a786206a851596 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 6 Mar 2026 17:28:53 -0500 Subject: scatter the muntik about the world --- src/muntik.odin | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/muntik.odin') diff --git a/src/muntik.odin b/src/muntik.odin index 1464d91..4644829 100644 --- a/src/muntik.odin +++ b/src/muntik.odin @@ -94,3 +94,7 @@ update_muntik :: proc(e: ^Enemy, dt: f32) { set_sprite_active_tag(&m.sprite, "walk") } } + +object_spawner_muntik :: proc(obj: Object_Resource) { + make_muntik(obj.pos, 1) +} -- cgit v1.3-2-g0d8e