mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
move toolbars to production
This commit is contained in:
parent
e61f8524c1
commit
fc82780512
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ var BUTTON_SIZE = 32;
|
|||
var PADDING = 3;
|
||||
|
||||
//a helper library for creating toolbars
|
||||
Script.include(["../system/libraries/toolBars.js"]);
|
||||
Script.include("http://hifi-production.s3.amazonaws.com/tutorials/dice/toolBars.js");
|
||||
|
||||
var toolBar = new ToolBar(0, 0, ToolBar.HORIZONTAL, "highfidelity.dice.toolbar", function(screenSize) {
|
||||
return {
|
||||
x: (screenSize.x / 2 - BUTTON_SIZE * 2 + PADDING),
|
||||
|
|
Loading…
Reference in a new issue