mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:56:50 +02:00
Update towerButton.js reference to be relative
This commit is contained in:
parent
5dbaa0ffa8
commit
12ac274c60
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function setup() {
|
||||||
position: BUTTON_POSITION,
|
position: BUTTON_POSITION,
|
||||||
dimensions: { x: 1, y: 1, z: 1 },
|
dimensions: { x: 1, y: 1, z: 1 },
|
||||||
color: { red: 0, green: 255, blue: 0 },
|
color: { red: 0, green: 255, blue: 0 },
|
||||||
script: "file:/Users/clement/hifi/unpublishedScripts/DomainContent/Toybox/towerDefense/towerButton.js",
|
script: Script.resolvePath("towerButton.js"),
|
||||||
userData: JSON.stringify({
|
userData: JSON.stringify({
|
||||||
grabbableKey: {
|
grabbableKey: {
|
||||||
wantsTrigger: true
|
wantsTrigger: true
|
||||||
|
|
Loading…
Reference in a new issue