summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-05 22:29:44 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-05 22:29:44 +0200 |
commit | ab2a37813d6c2cd6554c4a6b0e5b93b3214d61e7 (patch) | |
tree | 98608783ccf120ecbfc9f41ba91ff4306bad20cc /src/map-editor/src/Struct/UI.elm | |
parent | 0b32c52d35e48dfd24ebf87357c8da0ea28794c2 (diff) |
Adds "Main Menu" buttons.
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 fe7b700..b35a60a 100644 --- a/src/map-editor/src/Struct/UI.elm +++ b/src/map-editor/src/Struct/UI.elm @@ -51,7 +51,7 @@ default : Type default = { zoom_level = 1.0, - displayed_tab = Nothing, + displayed_tab = (Just TilesTab), previous_action = Nothing } |