Posted May 21, 2024 by arenukvern
#devlog #gamedev
Continuing working on building system.
- Fixed the offset relative to tiles by subtracting the object's height (in this case, the tile's height) from the height of the shape.
- Added logic for highlighting tiles on hover.
- Added logic for clicking on tiles.