mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 15:30:11 +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", {
|
||||
name: "Loading-Destination-Card-Text",
|
||||
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,
|
||||
dimensions: { x: 1.5, y: 1.0 },
|
||||
visible: isVisible,
|
||||
|
|
Loading…
Reference in a new issue