Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinShadewing committed Apr 8, 2022
1 parent 1ae8cd3 commit f23ff07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed res/snd/invincible.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/assets.nut
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

//GUI
::sprCursor <- newSprite("res/gfx/cursor.png", 10, 13, 0, 0, 0, 0)
::sprHealth <- newSprite("res/gfx/heart.png",16, 16, 0, 0, 0, 0)
::sprHealth <- newSprite("res/gfx/health.png",16, 16, 0, 0, 0, 0)
::defHealth <- sprHealth
::sprEnergy <- newSprite("res/gfx/energy.png" 16, 16, 0, 0, 0, 0)
::defEnergy <- sprEnergy
Expand Down

0 comments on commit f23ff07

Please sign in to comment.