mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Updated Data model (markdown)
parent
4f5f74cad1
commit
a07167fd2d
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ Markers data is stored as an unordered array of objects (so element id is _not_
|
|||
* `dx`: `number` - icon x shift percent. Optional, default is `50` (50%, center)
|
||||
* `dy`: `number` - icon y shift percent. Optional, default s `50` (50%, center)
|
||||
* `px`: `number` - icon font-size in pixels. Optional, default is `12` (12px)
|
||||
* `lock`: `boolean` - `true` if marker is locked (not affected by regeneration). Optional, default is `false`
|
||||
|
||||
## Routes
|
||||
Routes data is not in data model, but can be retrieved directly from svg `routes` element and `pack.cells.roads` array.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue