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
+17 -23
View File
@@ -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
}
}
}