cannibalisticwalrus / GodotGameboardFramework

A Framework for Godot to make creating Tabletop and Board Game Simulators a little easier.
Creative Commons Attribution 4.0 International
11 stars 3 forks source link

Tech Debt: Modify Cursor System to not use GridMap. #6

Closed cannibalisticwalrus closed 1 year ago

cannibalisticwalrus commented 1 year ago

The GridMap is not capable of handling the cursor/tile selector. Instead, it may be wise to create a 3D cursor object with the same size as a grid item that instead leverages the grid to use locations of cells but does not modify the grid.

cannibalisticwalrus commented 1 year ago

GridMap Cursor is only available when a dm flag is true. This is to support the eventual DM mode.