Web Dev Solutions

Catalin Mititiuc

From b89222872ad3edecd31325952aa6904c4da1d5f0 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Fri, 17 May 2024 12:26:29 -0700 Subject: Building layouts complete --- public/assets/css/map.css | 12 ++--- public/assets/images/map1.svg | 102 +++++++++++++++++++++++++++++++++++------- 2 files changed, 91 insertions(+), 23 deletions(-) (limited to 'public/assets') diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 9f12832..067f5c3 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -387,10 +387,6 @@ g[data-y="76"] { --i: 76; } [data-x="31"] { --i: 31; } [data-x="32"] { --i: 32; } -#terrain { - opacity: 0.5; -} - #tree .trunk { fill: brown; } @@ -404,13 +400,13 @@ g[data-y="76"] { --i: 76; } transform: scale(0.9); } -.building { - opacity: 0.5; +.building, #terrain { + opacity: 1; } .building .floor { - /* fill: white; */ - fill: none; + fill: white; + /* fill: none; */ } .building path { diff --git a/public/assets/images/map1.svg b/public/assets/images/map1.svg index bef74ee..3109b9e 100644 --- a/public/assets/images/map1.svg +++ b/public/assets/images/map1.svg @@ -1,6 +1,6 @@ - + -- cgit v1.2.3