Skip to content
Snippets Groups Projects
Commit 11226215 authored by Tim Repke's avatar Tim Repke
Browse files
parents f0f02f18 78fde323
No related branches found
No related tags found
No related merge requests found
registration-system/view/signups/game1/chars/bernd.png

44.1 KiB

File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -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