mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 12:17:40 +02:00
clear up toolbar name
This commit is contained in:
parent
e971da7dcb
commit
a9ab531e27
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ var BOTTOM_PADDING = 50;
|
||||||
//a helper library for creating toolbars
|
//a helper library for creating toolbars
|
||||||
Script.include("http://hifi-production.s3.amazonaws.com/tutorials/dice/toolBars.js");
|
Script.include("http://hifi-production.s3.amazonaws.com/tutorials/dice/toolBars.js");
|
||||||
|
|
||||||
var toolBar = new ToolBar(0, 0, ToolBar.HORIZONTAL, "highfidelity.toolbars.dice7", function(screenSize) {
|
var toolBar = new ToolBar(0, 0, ToolBar.HORIZONTAL, "highfidelity.toolbars-dice", function(screenSize) {
|
||||||
return {
|
return {
|
||||||
x: (screenSize.x - BUTTON_SIZE*3),
|
x: (screenSize.x - BUTTON_SIZE*3),
|
||||||
y: (screenSize.y - 100)
|
y: (screenSize.y - 100)
|
||||||
|
|
Loading…
Reference in a new issue