calculate consumption on category level

This commit is contained in:
Azgaar 2021-08-15 16:54:16 +03:00
parent 11991cc403
commit b5245e8da0
5 changed files with 600 additions and 590 deletions

View file

@ -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>