mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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,
|
||||
dimensions: { x: 1, y: 1, z: 1 },
|
||||
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({
|
||||
grabbableKey: {
|
||||
wantsTrigger: true
|
||||
|
|
Loading…
Reference in a new issue