changing button URL - typo

This commit is contained in:
Wayne Chen 2018-09-13 15:47:25 -07:00 committed by GitHub
parent b49e3377b6
commit 77d5ebf34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,