DragonFireGames Make a game or website this summer, you can use code.org or anything else, and upload it to https://picmo.onrender.com
DomC I posted my demo and It seems like you can change everything on the page through code.org and I had to change the game src because with the turbolink in it makes the game not work
DragonFireGames DomC I have a few projects that don’t work on turbowarp right now. Me and @Varrience are working hard to get it working for all projects.
DomC I have been changing how my page looks using code.org and It's working so far, but I think in the future this method will stop working
DomC DragonFireGames in the game I use window[_name](); for some objects creation (ex. {"name":func_Name}) and with turbowarp it's having problems with that.
DomC DragonFireGames there also seems that if you create a sprite and changes its width and height using sprite.width, sprite.height then nothing happens I added it to the example project