added health sprite to the game

This commit is contained in:
Stefan Stefanov 2024-02-10 18:11:18 +02:00
parent d21ccf3dc8
commit ec8ced3958
5 changed files with 37 additions and 13 deletions

View file

@ -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)