mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
atp
This commit is contained in:
parent
1f3d1ac1b9
commit
2f460f165b
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
var fishTankPath = Script.resolvePath('fishTank/wrapper.js?' + Math.random());
|
||||
|
||||
var tiltMazePath = Script.resolvePath("tiltMaze/wrapper.js?" + Math.random())
|
||||
var tiltMazePath = Script.resolvePath("atp:/tiltMaze/wrapper.js")
|
||||
|
||||
var whiteboardPath = Script.resolvePath("whiteboard/wrapper.js?" + Math.random());
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
ballLocked: false,
|
||||
preload: function(entityID) {
|
||||
this.entityID = entityID;
|
||||
VICTORY_SOUND = SoundCache.getSound("http://hifi-content.s3.amazonaws.com/DomainContent/Home/tiltMaze/levelUp.wav");
|
||||
VICTORY_SOUND = SoundCache.getSound("atp:/tiltMaze/levelUp.wav");
|
||||
Script.update.connect(this.update);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue