mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
burgeditor includes resource info
This commit is contained in:
parent
7270c8c833
commit
2f7c74a56f
1 changed files with 20 additions and 0 deletions
20
index.html
20
index.html
|
|
@ -3222,6 +3222,26 @@
|
||||||
style="font-size: 1em"
|
style="font-size: 1em"
|
||||||
></span>
|
></span>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<div data-tip="Burg monthly production">
|
||||||
|
<div class="label">Production:</div>
|
||||||
|
<span id="burgProduction"></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div data-tip="Burg monthly export (goods sold)">
|
||||||
|
<div class="label">Export:</div>
|
||||||
|
<span id="burgExport"></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div data-tip="Burg monthly import (goods purchased)">
|
||||||
|
<div class="label">Import:</div>
|
||||||
|
<span id="burgImport"></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div data-tip="Burg montly goods consumption">
|
||||||
|
<div class="label">Consumption:</div>
|
||||||
|
<span id="burgConsumption"></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div data-tip="Burg mean annual temperature and real-world city for comparison">
|
<div data-tip="Burg mean annual temperature and real-world city for comparison">
|
||||||
<div class="label">Temperature:</div>
|
<div class="label">Temperature:</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue