Vadim Grigoruk
Vadim Grigoruk
Also, all the 1bit icons should be drawable from the config cart.
In short, yes, this is by design, we only have a `240x136x4bpp` buffer to save the cart cover, but the ovr layer has an extra 16 colors. Theoretically, you can...
Just reproduced it on the latest html build and I'm wondering what could be causing it, maybe compiler optimizations?
No, I see the same thing in TIC-80 for desktop, are you sure your code is working correctly?
I see glitches on the latest dev build 
Can't reproduce it in chrome based browsers, but saw it some time ago on other versions and still think it's a SDL2 lib issue, not a TIC-80 issue.
I still think this is a sdl2 library bug, but we could find a workaround on the JS side.
As I remember only Lua (and Lua-based scripts) has infinite loop protection, try to hold the ESC button to exit from the loop. Other scripts don't handle this at the...
Yes, they offer but we use it in Lua only https://github.com/nesbox/TIC-80/blob/master/src/api/lua.c#L1270
Unfortunately, we can't vsync properly on a high refresh rate monitor (this applies only to html export), alternatively, we can make `vsync=false` the default in the HTML export, or you...