mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02:00
maze update
This commit is contained in:
parent
5ea5336ba5
commit
59a0e95e5f
1 changed files with 1 additions and 4 deletions
|
@ -234,11 +234,8 @@
|
||||||
};
|
};
|
||||||
Audio.playSound(VICTORY_SOUND, audioProperties);
|
Audio.playSound(VICTORY_SOUND, audioProperties);
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
unload: function() {
|
|
||||||
Script.update.disconnect(_this.update);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return new Maze();
|
return new Maze();
|
||||||
|
|
Loading…
Reference in a new issue