diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-09 13:19:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | a48aaeb6a1d27f70a4758c63b4108f987775ca02 (patch) | |
tree | d3d6133d649b7ded2fa713bce70c476962af8fb9 /castle_1.svg | |
parent | d49de477a33e5a30139febca24bb2d140331eb03 (diff) | |
download | crusader-rex-a48aaeb6a1d27f70a4758c63b4108f987775ca02.tar.gz |
crusader: Improved castle graphic and layout.
Left-align blocks in castle to clearly show how much room is left.
Remove towers from the graphic - it just looks weird and takes too
much vertical space.
Diffstat (limited to 'castle_1.svg')
-rw-r--r-- | castle_1.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/castle_1.svg b/castle_1.svg index d0078dd..4acea2a 100644 --- a/castle_1.svg +++ b/castle_1.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="140" height="160" viewBox="0 0 7 8"><path d="M0 2h7v6H0zm0-1h1v1H0zm2 0h1v1H2zm2 0h1v1H4zm2 0h1v1H6z" fill="gray"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="140" height="140" viewBox="0 0 7 7"><g fill="gray"><path d="M0 1h7v6H0zM0 0h1v1H0zM2 0h1v1H2zM4 0h1v1H4zM6 0h1v1H6z"/></g></svg>
\ No newline at end of file |