chore: auto-sync assets and update submodule pointer

This commit is contained in:
Gitea Bot
2026-06-29 10:01:10 +00:00
parent 1b615df72f
commit 3917b5303e
4 changed files with 35 additions and 53 deletions
-6
View File
@@ -5,18 +5,12 @@ version = 2
[inputs.assets.087ddcc2dd2cc2deb264b3e4036fb6328d903d2a4d6bb90968dcbfc279fc4c85] [inputs.assets.087ddcc2dd2cc2deb264b3e4036fb6328d903d2a4d6bb90968dcbfc279fc4c85]
asset_id = 120860142409755 asset_id = 120860142409755
[inputs.assets.0899ab5a89266f121a555a228662ab3af910d1c71ce167705e39c3fdc448bef1]
asset_id = 129493473437352
[inputs.assets.16254d0038705124ed2810d226afc6d2967c6624929805cbc0228c79aba3fda1] [inputs.assets.16254d0038705124ed2810d226afc6d2967c6624929805cbc0228c79aba3fda1]
asset_id = 93869395830786 asset_id = 93869395830786
[inputs.assets.1c58c2fc14f2f516dbd58dc16f34bda6367134641dfcb627f8086c47dede4e90] [inputs.assets.1c58c2fc14f2f516dbd58dc16f34bda6367134641dfcb627f8086c47dede4e90]
asset_id = 100562459880003 asset_id = 100562459880003
[inputs.assets.2e90437a7da6a62d8ae1e876549ae604ec126ba407b15e58a7880bbfafc94a1d]
asset_id = 76052577701850
[inputs.assets.3b92d7f3eb07aff1e39ee3500246c1518432613393221ca6447c8336d171db7a] [inputs.assets.3b92d7f3eb07aff1e39ee3500246c1518432613393221ca6447c8336d171db7a]
asset_id = 127096632190841 asset_id = 127096632190841
+1 -1
Submodule assets updated: ee0a7e620d...a90f375ed1
+17 -23
View File
@@ -3,35 +3,29 @@
declare const assets: { declare const assets: {
audio: { audio: {
music: { music: {
"a-bench-for-ducks.ogg": Content "a-bench-for-ducks.ogg": string
"eggplants-in-the-sky.ogg": Content "eggplants-in-the-sky.ogg": string
"lobby.ogg": Content "lobby.ogg": string
"meowmeowmeow.ogg": Content "meowmeowmeow.ogg": string
"railway-resonance.ogg": Content "railway-resonance.ogg": string
"root.ogg": Content "root.ogg": string
"solstice.ogg": Content "solstice.ogg": string
"stay-on-track.ogg": Content "stay-on-track.ogg": string
"weltschmerz.ogg": Content "weltschmerz.ogg": string
} }
} }
images: { images: {
kiwirina: { kiwirina: {
"LUNA....png": Content "LUNA....png": string
"eyes.png": Content "eyes.png": string
"kiwi tag.png": Content "kiwi tag.png": string
"lateworkerconceptmob.png": Content "lateworkerconceptmob.png": string
"next station ost cover.png": Content "next station ost cover.png": string
"porte closed.png": Content "porte closed.png": string
"porte open.png": Content "porte open.png": string
} }
svg: { svg: {
"cube.svg": Content "cube.svg": string
}
}
rooms: {
normal: {
"plus-corridor.rbxm": Content
"straight-corridor.rbxm": Content
} }
} }
} }
+17 -23
View File
@@ -3,35 +3,29 @@
local assets = { local assets = {
audio = { audio = {
music = { music = {
["a-bench-for-ducks.ogg"] = Content.fromUri("rbxassetid://93869395830786"), ["a-bench-for-ducks.ogg"] = "rbxassetid://93869395830786",
["eggplants-in-the-sky.ogg"] = Content.fromUri("rbxassetid://74192100149187"), ["eggplants-in-the-sky.ogg"] = "rbxassetid://74192100149187",
["lobby.ogg"] = Content.fromUri("rbxassetid://119303577477446"), ["lobby.ogg"] = "rbxassetid://119303577477446",
["meowmeowmeow.ogg"] = Content.fromUri("rbxassetid://106235234984065"), ["meowmeowmeow.ogg"] = "rbxassetid://106235234984065",
["railway-resonance.ogg"] = Content.fromUri("rbxassetid://97452653460582"), ["railway-resonance.ogg"] = "rbxassetid://97452653460582",
["root.ogg"] = Content.fromUri("rbxassetid://76389194668757"), ["root.ogg"] = "rbxassetid://76389194668757",
["solstice.ogg"] = Content.fromUri("rbxassetid://76565610359366"), ["solstice.ogg"] = "rbxassetid://76565610359366",
["stay-on-track.ogg"] = Content.fromUri("rbxassetid://123486861030898"), ["stay-on-track.ogg"] = "rbxassetid://123486861030898",
["weltschmerz.ogg"] = Content.fromUri("rbxassetid://108803792430337"), ["weltschmerz.ogg"] = "rbxassetid://108803792430337",
}, },
}, },
images = { images = {
kiwirina = { kiwirina = {
["LUNA....png"] = Content.fromUri("rbxassetid://105469337892524"), ["LUNA....png"] = "rbxassetid://105469337892524",
["eyes.png"] = Content.fromUri("rbxassetid://115382005766484"), ["eyes.png"] = "rbxassetid://115382005766484",
["kiwi tag.png"] = Content.fromUri("rbxassetid://100562459880003"), ["kiwi tag.png"] = "rbxassetid://100562459880003",
["lateworkerconceptmob.png"] = Content.fromUri("rbxassetid://120860142409755"), ["lateworkerconceptmob.png"] = "rbxassetid://120860142409755",
["next station ost cover.png"] = Content.fromUri("rbxassetid://127096632190841"), ["next station ost cover.png"] = "rbxassetid://127096632190841",
["porte closed.png"] = Content.fromUri("rbxassetid://119045003698167"), ["porte closed.png"] = "rbxassetid://119045003698167",
["porte open.png"] = Content.fromUri("rbxassetid://83329348606912"), ["porte open.png"] = "rbxassetid://83329348606912",
}, },
svg = { svg = {
["cube.svg"] = Content.fromUri("rbxassetid://92619665942094"), ["cube.svg"] = "rbxassetid://92619665942094",
},
},
rooms = {
normal = {
["plus-corridor.rbxm"] = Content.fromUri("rbxassetid://129493473437352"),
["straight-corridor.rbxm"] = Content.fromUri("rbxassetid://76052577701850"),
}, },
}, },
} }