textmode.js / GridPosition
Interface: GridPosition
Position on a grid, typically in center-based coordinates.
Extended by
Properties
| Property | Type | Description |
|---|---|---|
x | number | The X coordinate (column), often relative to the grid's center. |
y | number | The Y coordinate (row), often relative to the grid's center. |