Hey everyone! We’re checking in to see if people are still using the older HTML renderer or if you’ve switched to Canvas rendering.
Canvas looks better and already allows for custom hair colors, with custom eye and nail colors coming soon—and maybe even custom clothing colors in the future. But we want to know: Are you using it? Or are you sticking with HTML?
The main reason is because I really want to retire the HTML based system. It causes problems on "smaller" systems, mostly phones as these have troubles creating sometimes dozen of layers, which are obsolete with Canvas, which basically stores all needed information in a single Image. Plus Custom Colors only work that way.
Currently I have to do a lot of code twice, not to mention the that some assets have to be stored multiple times when it comes to color variations.
So if you're still using HTML, please do tell why, so we can help you move forward to play the best possible version of our game. If needed we will provide Mac and Linux Ports as well (but lets be real for a minute, if you're using Linux, you can most likely set up a local server with like 2 lines of code in python).