Create 2D games in JavaScript, made easier · By Cedric Stoquer
For some reason my tileset or palette won't appear and I cant draw anything on the map.
Did you tried to reopen the tilesheet (from the top menu: View > Tilesheet)?
If the tilesheet does still not appear, can you open the developer tools (View > Toggle Developer Tools) and see if there is any error logs?
I closed the palette and reopened it again and still nothing. I then did the same with the tileset and also nothing. When I opened the Developer log, it said the following messages:
Apparently, the "#" in your project name is causing the issue. Try renaming your project without any special characters.
It worked! Thanks for the information!