summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-02-26 21:44:13 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-02-26 21:44:13 +0100
commit5102e9601b030cb060583ab021a86210ae666e19 (patch)
tree23026e43056ef4fed5308c3e9cc3a0f05c038269
parentb055ce4b1e9f9b056f38739506157432a9a82875 (diff)
...
-rw-r--r--src/map-editor/src/Struct/MapMarker.elm2
-rw-r--r--src/map-editor/src/Struct/Tile.elm2
-rw-r--r--src/map-editor/src/Struct/UI.elm2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/map-editor/src/Struct/MapMarker.elm b/src/map-editor/src/Struct/MapMarker.elm
index 7b3e5e0..7f4799c 100644
--- a/src/map-editor/src/Struct/MapMarker.elm
+++ b/src/map-editor/src/Struct/MapMarker.elm
@@ -14,7 +14,7 @@ import Json.Decode
import Json.Encode
import List
--- Battle ----------------------------------------------------------------------
+-- Map Editor ------------------------------------------------------------------
import Struct.Location
--------------------------------------------------------------------------------
diff --git a/src/map-editor/src/Struct/Tile.elm b/src/map-editor/src/Struct/Tile.elm
index 04896da..b9d8de2 100644
--- a/src/map-editor/src/Struct/Tile.elm
+++ b/src/map-editor/src/Struct/Tile.elm
@@ -18,7 +18,7 @@ import Dict
import Json.Decode
import Json.Decode.Pipeline
--- Battlemap -------------------------------------------------------------------
+-- Map Editor ------------------------------------------------------------------
import Constants.UI
import Constants.Movement
diff --git a/src/map-editor/src/Struct/UI.elm b/src/map-editor/src/Struct/UI.elm
index b35a60a..7af92a6 100644
--- a/src/map-editor/src/Struct/UI.elm
+++ b/src/map-editor/src/Struct/UI.elm
@@ -19,7 +19,7 @@ module Struct.UI exposing
set_previous_action
)
--- Battlemap -------------------------------------------------------------------
+-- Map Editor ------------------------------------------------------------------
import Struct.Location
--------------------------------------------------------------------------------