From 0373272939898c11f424b67a58e5b8eb66170386 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 27 Apr 2021 12:09:32 +0300 Subject: [PATCH] resource styling --- index.html | 52 ++++++++++++++++++---------------------------------- main.js | 1 - 2 files changed, 18 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index 68ea634e..053aef16 100644 --- a/index.html +++ b/index.html @@ -7736,50 +7736,34 @@ - - - - - - + + + - + - - - - - - + - + - - - - - - - + + + + + + - - - - + + + - - - - - - - - - + + + diff --git a/main.js b/main.js index d6645b8b..22392680 100644 --- a/main.js +++ b/main.js @@ -77,7 +77,6 @@ let prec = viewbox.append("g").attr("id", "prec").style("display", "none"); let population = viewbox.append("g").attr("id", "population"); let goods = viewbox.append('g').attr('id', 'goods'); let emblems = viewbox.append("g").attr("id", "emblems").style("display", "none"); -let goods = viewbox.append("g").attr("id", "goods"); let labels = viewbox.append("g").attr("id", "labels"); let icons = viewbox.append("g").attr("id", "icons"); let burgIcons = icons.append("g").attr("id", "burgIcons");