Comments

Log in with itch.io to leave a comment.

Made a house :3

Quite a cute little game :D My biggest difficulty was that the crosshair was REALLY skewed away from the mouse, it was way lower right than my mouse was which made coordination a bit tricky >.< (For reference I'm on a macbook on chrome, if that makes any difference?) Also idk if I'm just bad at remembering which hotkeys are which but I often had to hit a bunch of numbers before getting the right slot- perhaps having them labelled with numbers would help?

Are the recipes that show up all of the ones in the game? I'm curious if there's more content that I didn't realise was there as "data-driven recipes" makes it sound like it's maybe based off what you have, but I could see tool recipes with resources I hadn't gotten yet so I'm not sure :0

Either way I did enjoy this, I think it's really nice visually as well :D

thanks! :D

the crosshair offset is a known one, it's a coordinate space mismatch between the canvas and the DOM overlay - should be fixable, just haven't gotten to it yet. good to know it's noticeable on mac/chrome specifically

hotbar numbers are a fair point, adding labels is a small change and probably overdue, I know its tricky on a trackpad but you can scroll to switch items; works better on the actual game site rather than itch though!

the recipe list shows everything in the game right now, not filtered by inventory. "data-driven" just means they're defined in json files rather than hardcoded, so mods can add new ones - doesn't affect what's visible. there's not a ton of content yet honestly, still pretty early :p

glad you liked it though!