issues
search
AbyssEngine
/
AbyssEngineOld
The Open Source ARPG Engine.
https://www.abyssengine.com
GNU General Public License v3.0
438
stars
46
forks
source link
Missing features for Sprites
#103
Open
DarthGandalf
opened
2 years ago
DarthGandalf
commented
2 years ago
[ ] Animation speed: e.g. the two balls (health/mana) have 24 and 20 frames per second, to avoid being in sync.
[ ] Partially render the sprite: the ball's image is just a ball, but when the health or mana is not full, only part of it should be drawn
[ ] Change color: mana is blue, poison is green, but the image is the same, and it's red. HD images do color changes in HSV space.