Vadim Grigoruk
Vadim Grigoruk
I disabled vsync by default for html export 6718e82ed0b2fdafca5d853475c2fc1795f54a37
... and let's make TIC workable on a high refresh rate monitor in the next version.
Unfortunately, I don't have a way to fix this without a high-frequency monitor, I'll try experimenting with it when I find a >60hz monitor.
Fixed problem with selection, also added a background to the inactive zone (in other words, removed the infinity of the map in the editor). 
The map looping was very buggy and I decided to remove it to make it easier to fix the issue with the selection. Of course we restore the looping if...
I temporary reverted map loopping f9e2a247956e123708810d91ff3addd0943d1a0d Let's fix selection issue in the next version
I received a message from the Google Play reviewers some time ago  I'll try to fix it with the upcoming release.
Hi, At the moment it is possible only with a `pmem()`, I do not see any other variants, also, we have about 12K reserved [RAM ](https://github.com/nesbox/TIC-80/wiki/ram) for the future, and...
Yes, in theory you could even write your data to the sprites area for example and then use `sync()` to copy that data to the cart :)
It exports fine if you use `Jxy` between frames, we only have to find a solution on how to export with `Jxy` in one frame.