Skip to content
Snippets Groups Projects
Commit 47851f5b authored by Tim Repke's avatar Tim Repke
Browse files

added ufer map

parent b477c9e5
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,11 @@ Environment.mapEvents = { ...@@ -80,6 +80,11 @@ Environment.mapEvents = {
'shop': { 'shop': {
init: function(svg) { init: function(svg) {
}
},
'ufer': {
init: function(svg) {
} }
} }
}; };
\ No newline at end of file
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
var FAPI = new FAPI(); var FAPI = new FAPI();
FAPI.methodBasepath = ''; FAPI.methodBasepath = '';
var maps = ['map_landing', 'castle_entrance', 'castle_fs', 'dorf', 'shop']; var maps = ['map_landing', 'castle_entrance', 'castle_fs', 'dorf', 'shop', 'ufer'];
var game = new Game({ var game = new Game({
startMap: maps[UrlComponents.getValueOf('map') || 0], startMap: maps[UrlComponents.getValueOf('map') || 0],
showEventLayers: UrlComponents.getValueOf('showEventLayers') === 'true', showEventLayers: UrlComponents.getValueOf('showEventLayers') === 'true',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment