chore: auto-sync assets and update submodule pointer
This commit is contained in:
Vendored
+17
-23
@@ -3,35 +3,29 @@
|
||||
declare const assets: {
|
||||
audio: {
|
||||
music: {
|
||||
"a-bench-for-ducks.ogg": Content
|
||||
"eggplants-in-the-sky.ogg": Content
|
||||
"lobby.ogg": Content
|
||||
"meowmeowmeow.ogg": Content
|
||||
"railway-resonance.ogg": Content
|
||||
"root.ogg": Content
|
||||
"solstice.ogg": Content
|
||||
"stay-on-track.ogg": Content
|
||||
"weltschmerz.ogg": Content
|
||||
"a-bench-for-ducks.ogg": string
|
||||
"eggplants-in-the-sky.ogg": string
|
||||
"lobby.ogg": string
|
||||
"meowmeowmeow.ogg": string
|
||||
"railway-resonance.ogg": string
|
||||
"root.ogg": string
|
||||
"solstice.ogg": string
|
||||
"stay-on-track.ogg": string
|
||||
"weltschmerz.ogg": string
|
||||
}
|
||||
}
|
||||
images: {
|
||||
kiwirina: {
|
||||
"LUNA....png": Content
|
||||
"eyes.png": Content
|
||||
"kiwi tag.png": Content
|
||||
"lateworkerconceptmob.png": Content
|
||||
"next station ost cover.png": Content
|
||||
"porte closed.png": Content
|
||||
"porte open.png": Content
|
||||
"LUNA....png": string
|
||||
"eyes.png": string
|
||||
"kiwi tag.png": string
|
||||
"lateworkerconceptmob.png": string
|
||||
"next station ost cover.png": string
|
||||
"porte closed.png": string
|
||||
"porte open.png": string
|
||||
}
|
||||
svg: {
|
||||
"cube.svg": Content
|
||||
}
|
||||
}
|
||||
rooms: {
|
||||
normal: {
|
||||
"plus-corridor.rbxm": Content
|
||||
"straight-corridor.rbxm": Content
|
||||
"cube.svg": string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,35 +3,29 @@
|
||||
local assets = {
|
||||
audio = {
|
||||
music = {
|
||||
["a-bench-for-ducks.ogg"] = Content.fromUri("rbxassetid://93869395830786"),
|
||||
["eggplants-in-the-sky.ogg"] = Content.fromUri("rbxassetid://74192100149187"),
|
||||
["lobby.ogg"] = Content.fromUri("rbxassetid://119303577477446"),
|
||||
["meowmeowmeow.ogg"] = Content.fromUri("rbxassetid://106235234984065"),
|
||||
["railway-resonance.ogg"] = Content.fromUri("rbxassetid://97452653460582"),
|
||||
["root.ogg"] = Content.fromUri("rbxassetid://76389194668757"),
|
||||
["solstice.ogg"] = Content.fromUri("rbxassetid://76565610359366"),
|
||||
["stay-on-track.ogg"] = Content.fromUri("rbxassetid://123486861030898"),
|
||||
["weltschmerz.ogg"] = Content.fromUri("rbxassetid://108803792430337"),
|
||||
["a-bench-for-ducks.ogg"] = "rbxassetid://93869395830786",
|
||||
["eggplants-in-the-sky.ogg"] = "rbxassetid://74192100149187",
|
||||
["lobby.ogg"] = "rbxassetid://119303577477446",
|
||||
["meowmeowmeow.ogg"] = "rbxassetid://106235234984065",
|
||||
["railway-resonance.ogg"] = "rbxassetid://97452653460582",
|
||||
["root.ogg"] = "rbxassetid://76389194668757",
|
||||
["solstice.ogg"] = "rbxassetid://76565610359366",
|
||||
["stay-on-track.ogg"] = "rbxassetid://123486861030898",
|
||||
["weltschmerz.ogg"] = "rbxassetid://108803792430337",
|
||||
},
|
||||
},
|
||||
images = {
|
||||
kiwirina = {
|
||||
["LUNA....png"] = Content.fromUri("rbxassetid://105469337892524"),
|
||||
["eyes.png"] = Content.fromUri("rbxassetid://115382005766484"),
|
||||
["kiwi tag.png"] = Content.fromUri("rbxassetid://100562459880003"),
|
||||
["lateworkerconceptmob.png"] = Content.fromUri("rbxassetid://120860142409755"),
|
||||
["next station ost cover.png"] = Content.fromUri("rbxassetid://127096632190841"),
|
||||
["porte closed.png"] = Content.fromUri("rbxassetid://119045003698167"),
|
||||
["porte open.png"] = Content.fromUri("rbxassetid://83329348606912"),
|
||||
["LUNA....png"] = "rbxassetid://105469337892524",
|
||||
["eyes.png"] = "rbxassetid://115382005766484",
|
||||
["kiwi tag.png"] = "rbxassetid://100562459880003",
|
||||
["lateworkerconceptmob.png"] = "rbxassetid://120860142409755",
|
||||
["next station ost cover.png"] = "rbxassetid://127096632190841",
|
||||
["porte closed.png"] = "rbxassetid://119045003698167",
|
||||
["porte open.png"] = "rbxassetid://83329348606912",
|
||||
},
|
||||
svg = {
|
||||
["cube.svg"] = Content.fromUri("rbxassetid://92619665942094"),
|
||||
},
|
||||
},
|
||||
rooms = {
|
||||
normal = {
|
||||
["plus-corridor.rbxm"] = Content.fromUri("rbxassetid://129493473437352"),
|
||||
["straight-corridor.rbxm"] = Content.fromUri("rbxassetid://76052577701850"),
|
||||
["cube.svg"] = "rbxassetid://92619665942094",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user