updated build script, added bugged alien shooting
This commit is contained in:
parent
02ca71ec5f
commit
d21ccf3dc8
3 changed files with 51 additions and 13 deletions
|
|
@ -101,6 +101,10 @@ main :: proc() {
|
|||
rl.InitWindow(state.screen_width, state.screen_height, state.title)
|
||||
defer rl.CloseWindow()
|
||||
|
||||
if !ODIN_DEBUG {
|
||||
rl.SetExitKey(nil)
|
||||
}
|
||||
|
||||
texture_atlas_image = rl.LoadImage(TEXTURE_ATLAS_PATH)
|
||||
texture_atlas = rl.LoadTextureFromImage(texture_atlas_image)
|
||||
rl.UnloadImage(texture_atlas_image)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue