58 lines
959 B
JSON
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": [
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|