Play game
Tundra Dwarves's itch.io pageRate this game
In order to rate this submission you must be logged into itch.io and have submitted your own entry. Anyone with an account can leave a comment.
Leave a comment
Log in with itch.io to leave a comment.
Comments
cool game, I'm normal about incremental mechanics, you can trust me with incremental mechanics
love to see a side-scroller builder game. also cool art style!
I really liked your game! Especially the art. I hope you'll continue developing it after the jam!
Question: I noticed you used Godot, but I couldn't get the web export to run in a properly scaled window like you did, Most other godot games didn't either. What export/project/itch settings did you use?
I don't know if this is what you're referring to, but in Godot v4.3, they've actually addressed the threading problem that made it necessary to use itchio's SharedArrayBuffer support setting!
When you're exporting your project, just make sure the "Supports Threading" box is unchecked (it was unchecked for me by default) and Export Project as index.html as usual, and it should play in the browser no problem without the need to open in a pop-up window!