end of day

This commit is contained in:
James B. Pollack 2016-05-20 17:05:38 -07:00
parent 7f89ded241
commit 6bc745ee01
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
var blockyPath = Script.resolvePath('wrapper.js');
var blockyPath = 'atp:/blocky/wrapper.js';
Script.include(blockyPath);
var center = Vec3.sum(Vec3.sum(MyAvatar.position, {
x: 0,

View file

@ -18,8 +18,7 @@ var RESETTER_POSITION = {
BlockyGame = function(spawnPosition, spawnRotation) {
var scriptURL = Script.resolvePath("blocky.js?" + Math.random());
print('SCIRPT?!?' + scriptURL)
var scriptURL ="atp:/blocky/blocky.js";
var blockyProps = {
type: 'Box',