Loading Bar Explosion
A downloadable Asset
Download NowName your own price
This loading bar is just as awesome as your games. Give your games the loading bar they deserve.
Your donation allows us to keep making assets.
The Loading Bar explosion includes:
-A 32X32 animated loading bar (13fps)
Please give us credit if you use our sprite in a game
Status | Released |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (3 total ratings) |
Author | PikselKisin |
Genre | Action |
Tags | 2D, Action RPG, Pixel Art, Retro |
Download
Download NowName your own price
Click download now to get access to the following files:
Loading.png 5.4 kB
Comments
Log in with itch.io to leave a comment.
I'm getting some edge bleeding with OpenGl, I believe it would be better if each frame had some padding around it to accommodate magnification and "minification".
The process of clipping each tile involves some rounding from integers to floating point, which may also create artifacts when the drawing goes all the way to the edges.
Maybe 4px? Making it 40x40px.
(considering, of course, that you are interested in supporting developers like me)
yep, it works better now.
And you may index the colors if you wish, smaller file with no difference in appearance.
I'll be using this animation in my FOSS game engine, credit to you will be given (like the other assets present), but you don't specify any license your work falls under.
If possible, please take a loot at something like Creative Commons licenses or even something like the WTFPL, they are very basic and simple to understand, but it makes clear your intended use of the work.
If you want to take a look at my project, you can find it here: https://notabug.org/TooOld2Rock-nRoll/ArcadeFighterDemo
Your animation will be present in some commit in the near future.
Thanks o/