mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Updated Data model (markdown)
parent
8438bc0c31
commit
4f5f74cad1
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ Markers data is stored as an unordered array of objects (so element id is _not_
|
|||
* `y`: `number` - marker y coordinate
|
||||
* `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)
|
||||
* `pin`: `string`: pin element type. Available types are `bubble` (bubble style pin) and `no` (bare icon). Optional, default is `bubble`
|
||||
* `pin`: `string`: pin element type. Available types are `bubble` and `no` (bare icon). Optional, default is `bubble`
|
||||
* `hidden`: `boolean`: `true` if marker should not be rendered. Optional, default is `false` (visible)
|
||||
* `dx`: `number` - icon x shift percent. Optional, default is `50` (50%, center)
|
||||
* `dy`: `number` - icon y shift percent. Optional, default s `50` (50%, center)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue