Add / to beginning of GuiPath for assets for solarstorm 2012

This commit is contained in:
Ylva Selling
2023-04-18 10:20:52 -04:00
parent 303d625c81
commit 63fbff0fa8
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
local resetLoopAction = {
Documentation = "Reset button. Sets time to start of dataset. No loop",
GuiPath = "2012July",
GuiPath = "/2012July",
Identifier = "2012july.reset_loop",
IsLocal = false,
Name = "Reset button",

View File

@@ -24,7 +24,7 @@ local unzippedDataDestination = {
local loop = {
Documentation = "Sets time to start of data, sets higher delta time and loops back from start, when at end of data",
GuiPath = "2012July",
GuiPath = "/2012July",
Identifier = "2012july.loop_batsrus",
IsLocal = false,
Name = "Loop BATSRUS",

View File

@@ -18,7 +18,7 @@ local fieldlineData = asset.syncedResource({
local loop = {
Documentation = "Sets time to start of data, sets high delta time and loops back from start when at end of data",
GuiPath = "2012July",
GuiPath = "/2012July",
Identifier = "2012july.loop_enlil",
IsLocal = false,
Name = "Loop ENLIL",

View File

@@ -17,7 +17,7 @@ local fieldlineData = asset.syncedResource({
local darkenSun = {
Documentation = "Makes the Sun turn black",
GuiPath = "2012July",
GuiPath = "/2012July",
Identifier = "2012july.dark_sun",
IsLocal = false,
Name = "Dark sun",