Improve anti aliasing

This commit is contained in:
Hugo Mårdbrink 2025-08-27 20:55:04 +02:00
parent e1e480daf2
commit db75a10f2b
4 changed files with 7 additions and 6 deletions

View file

@ -18,6 +18,8 @@ input_system_update :: proc(input_system: ^InputSystem, coordinator: ^Coordinato
case .KEY_UP:
input.key_down[event.key_code] = false
}
if input.key_down[.ESCAPE] do sa.quit()
}
}