clean up spawn test command

This commit is contained in:
2026-06-10 02:32:01 -07:00
parent 114c298219
commit dd6a5684be
2 changed files with 8 additions and 4 deletions
-4
View File
@@ -26,10 +26,6 @@ update_world :: proc(world: ^World, dt: f32) {
cmd := gather_commands(world)
execute_command(world, cmd)
if rl.IsKeyPressed(.SPACE) {
spawn_group(world, 3)
}
update_enemies(world, dt)
}