PyroFlareX / Zymon

Pokemon clone. Inspired by OpMon. Wanted to try it myself to see a different way of doing things.
MIT License
3 stars 0 forks source link

Create Tile Based Rendering #4

Open PyroFlareX opened 5 years ago

PyroFlareX commented 5 years ago

Currently, sprite-based rendering is used. This is done per pixel. This will have to be changed to per tile, allowing for per tile movement.

PyroFlareX commented 5 years ago

This should only be used for maps tho, not battles

PyroFlareX commented 5 years ago

Sort of done. Currently, all that is left is to fix player movement speed.

PyroFlareX commented 5 years ago

Added a lerp to the player movement, this was done for fun, but movement now looks a lot better, Might keep.