mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
calculate consumption on category level
This commit is contained in:
parent
11991cc403
commit
b5245e8da0
5 changed files with 600 additions and 590 deletions
|
|
@ -35,12 +35,6 @@
|
|||
<link rel="stylesheet" href="index.css">
|
||||
<link rel="stylesheet" href="icons.css">
|
||||
<link rel="stylesheet" href="libs/jquery-ui.css">
|
||||
|
||||
<script>
|
||||
window.FMG = {
|
||||
data: {}
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<svg id="map" width="100%" height="100%" version="1.1"
|
||||
|
|
@ -4520,7 +4514,6 @@
|
|||
<script src="modules/lakes.js"></script>
|
||||
<script src="modules/names-generator.js"></script>
|
||||
<script src="modules/cultures-generator.js"></script>
|
||||
<script src="data/resources.js"></script>
|
||||
<script src="modules/resources-generator.js"></script>
|
||||
<script src="modules/burgs-and-states.js"></script>
|
||||
<script src="modules/production-generator.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue