Fix vectorAdd calculation; draw grid hexes after buildings

This commit is contained in:
2024-06-28 09:22:10 -07:00
parent 7364c01efe
commit 578b42fbcf
4 changed files with 29 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" standalone="no"?>
<svg viewBox="-10 -10 200 300"
xmlns="http://www.w3.org/2000/svg">
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" />
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/radial.css" type="text/css" />
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" />
<style>
#background {
stroke: #304b75;

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB