This is a scroller engine that I made. It is pretty simple. - Use the mouse to drag around and see it work. (simple test) - v More v It is also customizable, if you wanted larger/smaller tiles, just change the variable for tile size and it will adjust accordingly. I plan to make a game with this in the future.
Some ideas for this came from ilikelegos; big thanks for the help. Update Log: - New method to get costume, now supports an infinite number of costumes. (Infinite costume method is laggier, I will soon implement a method to easily switch between the infinite/limited costume method) - Changed generation to bottom-top instead of top-bottom.