working death animation

This commit is contained in:
Stefan Stefanov 2024-02-10 15:33:39 +02:00
parent 19bff3176d
commit 31de4ca06c
4 changed files with 71 additions and 47 deletions

View file

@ -105,7 +105,6 @@ main :: proc() {
rl.UnloadImage(texture_atlas_image)
log.info("Loaded images")
for !rl.WindowShouldClose() {
update(&state)
draw(&state)