mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Updated Data model (markdown)
parent
cf5d22973d
commit
f94f65d179
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +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
|
* `icon`: `number` - Unicode character (usually an [emoji](https://emojipedia.org/)) to serve as an icon
|
||||||
* `x`: `number` - marker x coordinate
|
* `x`: `number` - marker x coordinate
|
||||||
* `y`: `number` - marker y coordinate
|
* `y`: `number` - marker y coordinate
|
||||||
* `type`: `string` - marker group, used for auto-generated markers. Optional
|
* `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 `30px`
|
* `size`: `number` - marker size in pixels. Optional, default value is `30px`
|
||||||
* `hidden`: `boolean`: `true` if marker should not be rendered. Optional, default is `false` (visible)
|
* `hidden`: `boolean`: `true` if marker should not be rendered. Optional, default is `false` (visible)
|
||||||
* `bare`: `boolean`: `true` if marker should be rendered without pin (bubble). Optional, default is `false` (pinned)
|
* `bare`: `boolean`: `true` if marker should be rendered without pin (bubble). Optional, default is `false` (pinned)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue