mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-21 11:31:23 +01:00
Updated Object Model (markdown)
parent
3ad7684927
commit
6be5d9eca0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
FMG exposes all its basic data to the global namespace. The global namespace is getting polluted and it can cause conflicts with 3rd party extensions. But it allows much faster debugging and allows users to run custom JS code to alter the behavior and perform custom changes. So it allows dev console to be used by end-users.
|
||||
|
||||
## Basic structure
|
||||
# Basic structure
|
||||
FMG has two meta-objects storing most of the map data:
|
||||
* `grid` contains map data before _repacking_
|
||||
* `pack` contains map data after _repacking_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue