under_the_ashland_dome/assets/scenes.json
2026-04-01 13:07:48 -04:00

58 lines
959 B
JSON

{
"DEATH": {
"components": [
{"_type": "AnimatedScene",
"layout": [
"[=text]"
],
"background": "death_scene",
"actors": [
],
"fixtures": [
]
}
]
},
"NEXT_LEVEL": {
"components": [
{"_type": "AnimatedScene",
"layout": [
"[=text]"
],
"background": "next_level_scene",
"actors": [
],
"fixtures": [
]
}
]
},
"STARTING": {
"components": [
{"_type": "AnimatedScene",
"layout": [
"[=text]"
],
"background": "starting_scene",
"actors": [
],
"fixtures": [
]
}
]
},
"WIN": {
"components": [
{"_type": "AnimatedScene",
"layout": [
"[=text]"
],
"background": "win_scene",
"actors": [
],
"fixtures": [
]
}
]
}
}