Okay, I just uploaded a new build that might work better. Also, does it work when you launch from the itch app?
It works better - I get a game screen instead of nothing, and I can click on the README button to read the readme. But when I click on the play button, nothing happens.
Here's the current console log:
city.js:3111 Uncaught (in promise) DOMException: play() can only be initiated by a user gesture.
city.js:2489 Uncaught ReferenceError: RectBackground is not defined at Game.initialize (city.js:2489) at App.update (stdMain.js:16) at Object.update (stdMain.js:30) at tickFun (stdMain.js:41)
Also, the credits button is getting a 404 because it's trying to open "ATTRIBUTION.txt" instead of "ATTRIBUTION.html".
I'll try the itch app and let you know.
The app asks me if I want to launch "nw" or "index.html".
If I launch index.html, I get the same thing I would if I just opened that file directly, with the same problem, only there's music now.
If I launch nw, it takes me straight into the game. I assume this is what I'd get if I clicked "play" and it worked.