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/www | |
parent | 0b32c52d35e48dfd24ebf87357c8da0ea28794c2 (diff) |
Adds "Main Menu" buttons.
Diffstat (limited to 'src/map-editor/www')
-rw-r--r-- | src/map-editor/www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map-editor/www/index.html b/src/map-editor/www/index.html index 80b147d..3828b22 100644 --- a/src/map-editor/www/index.html +++ b/src/map-editor/www/index.html @@ -9,6 +9,7 @@ <script src="script/main.js"></script> <script src="../global/script/session.js"></script> <script src="../global/script/urlparams.js"></script> + <script src="../global/script/navigation.js"></script> <script> tacticians_online.session.load(); @@ -23,6 +24,7 @@ ); tacticians_online.session.attach_to(tacticians_online.app); + tacticians_online.navigation.attach_to(tacticians_online.app); </script> </body> </html> |