96 lines
1.7 KiB
JSON
96 lines
1.7 KiB
JSON
{
|
|
"DEATH": {
|
|
"layout": [
|
|
"[_|_|_|_|_|_]",
|
|
"[_|_|_|*%(200,100)buttons|_|_]"
|
|
],
|
|
"background": "death_scene",
|
|
"actors": [
|
|
],
|
|
"fixtures": [
|
|
],
|
|
"buttons": {
|
|
"layout": [
|
|
"[_]",
|
|
"[_|=*%(300, 100)Restart|_|_|_]",
|
|
"[_|=*%(300, 100)Quit|_|_|_]",
|
|
"[_]"
|
|
],
|
|
"actions": {
|
|
"Restart": 51,
|
|
"Quit": 38
|
|
}
|
|
}
|
|
},
|
|
"NEXT_LEVEL": {
|
|
"layout": [
|
|
"[_]",
|
|
"[_|_|_|*%(200,100)text|_|_]",
|
|
"[_|_|_|*%(200,200)buttons|_|_]",
|
|
"[_]"
|
|
],
|
|
"background": "next_level_scene",
|
|
"actors": [
|
|
],
|
|
"fixtures": [
|
|
],
|
|
"buttons": {
|
|
"layout": [
|
|
"[_]",
|
|
"[_|=*%(300, 100)Continue|_|_|_]",
|
|
"[_|=*%(300, 100)Quit|_|_|_]",
|
|
"[_]"
|
|
],
|
|
"actions": {
|
|
"Continue": 50,
|
|
"Quit": 38
|
|
}
|
|
}
|
|
},
|
|
"STARTING": {
|
|
"layout": [
|
|
"[_|_|_|_|_|_]",
|
|
"[_|_|_|*%(200,100)buttons|_|_]"
|
|
],
|
|
"background": "starting_scene",
|
|
"actors": [
|
|
],
|
|
"fixtures": [
|
|
],
|
|
"buttons": {
|
|
"layout": [
|
|
"[_]",
|
|
"[_|=*%(300, 100)Start|_|_|_]",
|
|
"[_|=*%(300, 100)Quit|_|_|_]",
|
|
"[_]"
|
|
],
|
|
"actions": {
|
|
"Start": 43,
|
|
"Quit": 38
|
|
}
|
|
}
|
|
},
|
|
"WIN": {
|
|
"layout": [
|
|
"[_|_|_|_|_|_]",
|
|
"[_|_|_|*%(200,100)buttons|_|_]"
|
|
],
|
|
"background": "win_scene",
|
|
"actors": [
|
|
],
|
|
"fixtures": [
|
|
],
|
|
"buttons": {
|
|
"layout": [
|
|
"[_]",
|
|
"[_|=*%(300, 100)Restart|_|_|_]",
|
|
"[_|=*%(300, 100)Quit|_|_|_]",
|
|
"[_]"
|
|
],
|
|
"actions": {
|
|
"Restart": 51,
|
|
"Quit": 38
|
|
}
|
|
}
|
|
}
|
|
}
|