mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
update dice path
This commit is contained in:
parent
d2d4ba277d
commit
e61f8524c1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ var BUTTON_SIZE = 32;
|
|||
var PADDING = 3;
|
||||
|
||||
//a helper library for creating toolbars
|
||||
Script.include(["../default/libraries/toolBars.js"]);
|
||||
Script.include(["../system/libraries/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