mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-05-02 11:51:20 +02:00
Created 2.3.2 Lower Menu Section (markdown)
parent
d7562131e1
commit
9afc2186cf
1 changed files with 90 additions and 0 deletions
90
2.3.2-Lower-Menu-Section.md
Normal file
90
2.3.2-Lower-Menu-Section.md
Normal file
|
|
@ -0,0 +1,90 @@
|
||||||
|
The buttons on the Lower Menu Section is in any of the menu tabs.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Show Image</summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## New Map
|
||||||
|
|
||||||
|
Generates a new map (according to the settings in the Options tab).
|
||||||
|
|
||||||
|
The map size depends on the screen size, as fmg tries to fill the entire screen. Alternatively, you can edit the resolution in the "options" tab.
|
||||||
|
|
||||||
|
## Export
|
||||||
|
|
||||||
|
Export the map to a certain format.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Show Image</summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
### Download image
|
||||||
|
|
||||||
|
There are several buttons for downloading images in different formats (svg, png, jpeg).
|
||||||
|
|
||||||
|
Note: Generator uses pop-up window to download files. Please ensure your browser does not block popups.
|
||||||
|
|
||||||
|
There is also a buttons to download a zip of several tiles (in a separate png file) of the map. After click the tile button, a new window will pop up, allowing the user to select number of Columns and Rows.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Show Image</summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
### Export to GeoJSON
|
||||||
|
|
||||||
|
There are several buttons for downloading some data in GeoJSON formats (data can be cells, routes, rivers, markers. TODO - add links to wiki pages for each).
|
||||||
|
|
||||||
|
### Export To JSON
|
||||||
|
|
||||||
|
There are several buttons for downloading some data in JSON formats.
|
||||||
|
|
||||||
|
## Save
|
||||||
|
|
||||||
|
Saving a file in .map format, which contains the current state of the map, so that we can load it in the future using the load button.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Show Image</summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
### Save options
|
||||||
|
|
||||||
|
#### Machine
|
||||||
|
|
||||||
|
Save to local PC.
|
||||||
|
|
||||||
|
#### Dropbox
|
||||||
|
|
||||||
|
Saving to the dropbox account, if connected.
|
||||||
|
|
||||||
|
#### Browser
|
||||||
|
|
||||||
|
Saving to the browser's memory.
|
||||||
|
|
||||||
|
## Load
|
||||||
|
|
||||||
|
Loading a previously saved map.
|
||||||
|
|
||||||
|
The buttons correspond to those of the save window.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Show Image</summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## Reset Zoom
|
||||||
|
|
||||||
|
Reset zoom to its initial position.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue