under_the_ashland_dome/assets/scenes.json

119 lines
2.2 KiB
JSON

{
"DEATH": {
"layout": [
"[_|_|_|_|_|_]",
"[_|_|_|*%(200,100)buttons|_|_]"
],
"background": "death_scene",
"actors": [
],
"fixtures": [
],
"buttons": {
"layout": [
"[_]",
"[_|=*%(300, 100)Restart|_|_|_]",
"[_|=*%(300, 100)Quit|_|_|_]",
"[_]"
],
"actions": {
"Restart": 43,
"Quit": 38
}
}
},
"NEXT_LEVEL": {
"layout": [
"[_|_|_|_|_|_]",
"[_|_|_|*%(200,100)buttons|_|_]"
],
"background": "next_level_scene",
"actors": [
],
"fixtures": [
],
"buttons": {
"layout": [
"[_]",
"[_|=*%(300, 100)Continue|_|_|_]",
"[_|=*%(300, 100)Quit|_|_|_]",
"[_]"
],
"actions": {
"Continue": 43,
"Quit": 38
}
}
},
"STARTING": {
"layout": [
"[_|*%(200, 200)ag_bot|_|=*%(200,100)speech|_|_]",
"[_|_|_ |*%(200,100)buttons|_|_]"
],
"background": "starting_scene",
"actors": [
{
"name": "ag_bot",
"sprite": "ag_bot",
"cell": "ag_bot",
"scale_x": 0.65,
"scale_y": 0.65,
"x": -40,
"y": 70,
"at_mid": false,
"flipped": false
}
],
"fixtures": [
{
"name": "ag_bot_speech",
"sprite": "ag_bot_speech",
"scale_x": 1.0,
"scale_y": 1.0,
"flipped": false,
"cell": "speech",
"x": 0,
"y": 0,
"at_mid": false,
"flipped": false
}
],
"buttons": {
"layout": [
"[_]",
"[_|=*%(300, 100)Start|_|_|_]",
"[_|=*%(300, 100)About|_|_|_]",
"[_|=*%(300, 100)Quit|_|_|_]",
"[_]"
],
"actions": {
"Start": 43,
"About": 43,
"Quit": 38
}
}
},
"WIN": {
"layout": [
"[_|_|_|_|_|_]",
"[_|_|_|*%(200,100)buttons|_|_]"
],
"background": "win_scene",
"actors": [
],
"fixtures": [
],
"buttons": {
"layout": [
"[_]",
"[_|=*%(300, 100)Restart|_|_|_]",
"[_|=*%(300, 100)Quit|_|_|_]",
"[_]"
],
"actions": {
"Restart": 43,
"Quit": 38
}
}
}
}