Gerrudo / reticulating-splines

An isometric city building game.
0 stars 0 forks source link

Add Inspector/Query Tool #52

Open Gerrudo opened 1 month ago

Gerrudo commented 1 month ago

We should add a query or inspector tool for tiles and building so we can see their values.

This gives the player much more information about what is actually going on in a given tile or building.

Gerrudo commented 1 month ago

https://github.com/Gerrudo/reticulating-splines/commit/17f9b654398634048bc87df941f9e09531a481b8

Added a new Query Tool which will allow the player to check the data in each tile, this needs some work but foundations are now present. We'll likely need to make a general purpose tile map tool, as our tile editor tool and query tool are conflicting.

Image

Gerrudo commented 1 month ago

Parking this issue in Ready for now as I can't be bothered working on it at the moment

Gerrudo commented 1 month ago

Next Steps

Gerrudo commented 4 weeks ago

Small UI changes ahead of adding our new tools

Image

Gerrudo commented 4 weeks ago

Need to create a a building or tile base object to inherit from, as currently our new tools are inheriting from our BuildingPreset and have unused members:

Image

Gerrudo commented 4 weeks ago

Next Steps:

Gerrudo commented 3 weeks ago

Almost there, the tools should be working now but something is stopping them from working when clicking on existing tiles.

Also noticing some weird bugs with placing tiles which need to be ironed out.

Next Steps

Gerrudo commented 3 weeks ago

Next Steps