3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00
This commit is contained in:
David Rowe 2020-03-06 15:04:58 +13:00
parent 435094ddbe
commit 725a06d248

View file

@ -42,8 +42,8 @@
ui = new AppUi({
buttonName: "EXPLORE",
home: Script.resolvePath("decentralizedGoTo.html"),
icon: "Explore.svg",
activeIcon: "Explore.svg",
icon: "explore-i.svg",
activeIcon: "explore-a.svg",
graphicsDirectory: scriptDir
});
}