added health sprite to the game
This commit is contained in:
parent
d21ccf3dc8
commit
ec8ced3958
5 changed files with 37 additions and 13 deletions
|
|
@ -103,6 +103,8 @@ main :: proc() {
|
|||
|
||||
if !ODIN_DEBUG {
|
||||
rl.SetExitKey(nil)
|
||||
} else {
|
||||
log.info("Built with Odin compiler version: ", ODIN_VERSION)
|
||||
}
|
||||
|
||||
texture_atlas_image = rl.LoadImage(TEXTURE_ATLAS_PATH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue