mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix(#781): add vertices data to full json export
This commit is contained in:
parent
d54a6a44b1
commit
1142be65c6
4 changed files with 87 additions and 73 deletions
17
index.html
17
index.html
|
|
@ -5825,18 +5825,12 @@
|
|||
|
||||
<div style="margin: 1em 0 0.3em; font-weight: bold">Export To JSON</div>
|
||||
<div>
|
||||
<button onclick="exportToJson('Full')" data-tip="Download full data as in JSON format">full</button>
|
||||
<button onclick="exportToJson('Minimal')" data-tip="Download minimal data as in JSON format">minimal</button>
|
||||
<button
|
||||
onclick="exportToJson('PackCells')"
|
||||
data-tip="Download map metadata and pack cells data as in JSON format"
|
||||
>
|
||||
<button onclick="exportToJson('Full')" data-tip="Download full data in JSON">full</button>
|
||||
<button onclick="exportToJson('Minimal')" data-tip="Download minimal data in JSON">minimal</button>
|
||||
<button onclick="exportToJson('PackCells')" data-tip="Download map metadata and pack cells data in JSON">
|
||||
pack cells
|
||||
</button>
|
||||
<button
|
||||
onclick="exportToJson('GridCells')"
|
||||
data-tip="Download map metadata and grid cells data as in JSON format"
|
||||
>
|
||||
<button onclick="exportToJson('GridCells')" data-tip="Download map metadata and grid cells data in JSON">
|
||||
grid cells
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -7929,7 +7923,7 @@
|
|||
<script src="modules/ui/stylePresets.js"></script>
|
||||
|
||||
<script src="modules/ui/general.js?v=02062022"></script>
|
||||
<script src="modules/ui/options.js?v=04062022"></script>
|
||||
<script src="modules/ui/options.js?v=040620222"></script>
|
||||
<script src="main.js?v=020620222"></script>
|
||||
|
||||
<script defer src="modules/relief-icons.js"></script>
|
||||
|
|
@ -7977,7 +7971,6 @@
|
|||
<script defer src="modules/io/load.js?v=01062022"></script>
|
||||
<script defer src="modules/io/cloud.js?v=04062022"></script>
|
||||
<script defer src="modules/io/export.js?v=04062022"></script>
|
||||
<script defer src="modules/io/export-json.js"></script>
|
||||
<script defer src="modules/io/formats.js"></script>
|
||||
|
||||
<!-- Web Components -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue