mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
end of day
This commit is contained in:
parent
7f89ded241
commit
6bc745ee01
2 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue