Skip to content
Snippets Groups Projects
Commit 78fde323 authored by Manuel Herrmann's avatar Manuel Herrmann
Browse files

EVENT layer without S

parent 28811361
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ function Game(config) { ...@@ -4,7 +4,7 @@ function Game(config) {
Game.config = config; Game.config = config;
Game.instance = this; Game.instance = this;
} }
Game.eventLayers = ['CLICKABLE', 'WALK', 'NOWALK', 'EVENTS']; Game.eventLayers = ['CLICKABLE', 'WALK', 'NOWALK', 'EVENT'];
Game.prototype.run = function() { Game.prototype.run = function() {
d3.xml('maps/'+Game.config.startMap, 'image/svg+xml', function(xml) { d3.xml('maps/'+Game.config.startMap, 'image/svg+xml', function(xml) {
var gameCanvas = document.getElementById("gameCanvas"); var gameCanvas = document.getElementById("gameCanvas");
......
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