From 0d5fba42a1597e5a43266c071776e7acf58071e2 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 21 Sep 2017 16:32:09 +0200 Subject: Adds movement points, indicator for current char. --- client/elm/battlemap/src/Model.elm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'client/elm/battlemap/src/Model.elm') diff --git a/client/elm/battlemap/src/Model.elm b/client/elm/battlemap/src/Model.elm index a019c45..85b123b 100644 --- a/client/elm/battlemap/src/Model.elm +++ b/client/elm/battlemap/src/Model.elm @@ -30,7 +30,8 @@ model = name = "Char2", icon = "Icon2", portrait = "Portrait2", - location = {x = 1, y = 4} + location = {x = 1, y = 4}, + movement_points = 6 } (insert "1" @@ -39,7 +40,8 @@ model = name = "Char1", icon = "Icon1", portrait = "Portrait1", - location = {x = 4, y = 1} + location = {x = 4, y = 1}, + movement_points = 10 } (insert "0" @@ -48,7 +50,8 @@ model = name = "Char0", icon = "Icon0", portrait = "Portrait0", - location = {x = 0, y = 0} + location = {x = 0, y = 0}, + movement_points = 16 } empty ) -- cgit v1.2.3-70-g09d2