mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
Updated Data model (markdown)
parent
ecb9f5d12e
commit
22cb6e2695
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ Markers data is stored as an unordered array of objects (so element id is _not_
|
|||
* `icon`: `number` - Unicode character (usually an [emoji](https://emojipedia.org/)) to serve as an icon
|
||||
* `x`: `number` - marker x coordinate
|
||||
* `y`: `number` - marker y coordinate
|
||||
* `cell`: `number` - cell id, used to prevent multiple markers generation in the same cell
|
||||
* `type`: `string` - marker type. If set, style changes will be applied to all markers of the same type. Optional
|
||||
* `size`: `number` - marker size in pixels. Optional, default value is `30` (30px)
|
||||
* `fill`: `string` - marker pin fill color. Optional, default is `#fff` (white)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue