summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-02-26 21:44:13 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-02-26 21:44:13 +0100 |
commit | 5102e9601b030cb060583ab021a86210ae666e19 (patch) | |
tree | 23026e43056ef4fed5308c3e9cc3a0f05c038269 /src/map-editor/src/Struct/UI.elm | |
parent | b055ce4b1e9f9b056f38739506157432a9a82875 (diff) |
...
Diffstat (limited to 'src/map-editor/src/Struct/UI.elm')
-rw-r--r-- | src/map-editor/src/Struct/UI.elm | 2 |
1 files changed, 1 insertions, 1 deletions
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 -------------------------------------------------------------------------------- |