mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:38:27 +02:00
changing button URL - typo
This commit is contained in:
parent
b49e3377b6
commit
77d5ebf34f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
var loadingToTheSpotID = Overlays.addOverlay("image3d", {
|
var loadingToTheSpotID = Overlays.addOverlay("image3d", {
|
||||||
name: "Loading-Destination-Card-Text",
|
name: "Loading-Destination-Card-Text",
|
||||||
localPosition: { x: 0.0 , y: -1.5, z: -0.3 },
|
localPosition: { x: 0.0 , y: -1.5, z: -0.3 },
|
||||||
url: Script.resourcesPath() + "interstitialPage/goTo_button.png",
|
url: Script.resourcesPath() + "images/interstitialPage/goTo_button.png",
|
||||||
alpha: 1,
|
alpha: 1,
|
||||||
dimensions: { x: 1.5, y: 1.0 },
|
dimensions: { x: 1.5, y: 1.0 },
|
||||||
visible: isVisible,
|
visible: isVisible,
|
||||||
|
|
Loading…
Reference in a new issue