This is a cozy building game prototype where you decorate a garden in the woods for the forest gnomes (skogstomte).


This is a very early prototype -- please let me know what you would want to see added or changed!

Helpful Inputs:

HMove Camera to Center of Map
Mouse Right + DragPan Camera
Mouse Scroll WheelZoom Camera
TabRotate Color Swatch on Active Object
QRotate Color Swatch Other Direction
Shift (Hold)Move Active Object without Grid Snapping
AltToggle Free Place (no collision detection)
BackspaceDemolish Active Object
Ctrl + ZUndo Action (doesn't work on demolish all)
Ctrl + YRedo Undone Action
Updated 7 hours ago
Published 1 day ago
StatusPrototype
PlatformsHTML5
Authoriheartfunnyboys
GenreSimulation
Made withGodot
TagsCity Builder, Cozy, Cute, nature

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

A bug I noticed - the backspace in the file creation menu does not work! Bad news for indecisive old me.

Ah! That is a bug and I see exactly what went wrong! I will have it fixed in the next update! Thank you for bringing it to my attention!

The bug has been fixed! Thank you for bringing it to my attention -- it was actually also causing issues with using some letters in file name so overall a very helpful bug to have found!

(1 edit) (+1)

It would be good for ESC to cancel or deselect the current item! And takes about a second to place things - Firefox 140.0.4

This is me trying a bunch of the items :D! Skogstomte screenshot

(1 edit)

I was seeing the same speeds in Firefox, but much faster performance in Chrome. I will investigate what the difference is!


I will also add in the escape to deselect, great idea!

I added in the ESC key for deselecting a placing object! Thank you for the suggestion!

(1 edit) (+1)

Right now, the TAB key is doing both GUI focus and color change. You can use the `_input()` callback function to handle input events before they reach the GUI, and use `get_viewport().set_input_as_handled()` to stop the event from propagating further, so it never reaches the GUI.

(More about input propagation order here )

Thank you! I will aim to fix that for the next build update!

The TAB key issue has been fixed! Thank you for pointing it out and suggesting a fix! :)