From 7619e8980532821d205f6794de031585c040f819 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 29 May 2018 22:30:01 +0200 Subject: Adds a third tile design. But, considering how it looks, I think the tree stumps and logs should probably be kept separate. --- src/asset/www/svg/tile/2.svg | 663 ++++++++++++++++++++++++++++++++++++++ src/battlemap/src/Struct/Tile.elm | 2 +- 2 files changed, 664 insertions(+), 1 deletion(-) create mode 100644 src/asset/www/svg/tile/2.svg diff --git a/src/asset/www/svg/tile/2.svg b/src/asset/www/svg/tile/2.svg new file mode 100644 index 0000000..433c9db --- /dev/null +++ b/src/asset/www/svg/tile/2.svg @@ -0,0 +1,663 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/battlemap/src/Struct/Tile.elm b/src/battlemap/src/Struct/Tile.elm index 6063cb8..92abc19 100644 --- a/src/battlemap/src/Struct/Tile.elm +++ b/src/battlemap/src/Struct/Tile.elm @@ -50,7 +50,7 @@ get_location tile = tile.location get_icon_id : Type -> String get_icon_id tile = -- Just to see how it looks with SVG - (toString (rem tile.crossing_cost 2)) + (toString (rem tile.crossing_cost 3)) get_cost : Type -> Int get_cost tile = tile.crossing_cost -- cgit v1.2.3-70-g09d2