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/battlemap/src/Struct/Tile.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/battlemap') 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