clean up spawn test command
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user