Have an initial start screen and simple prototypes for other screens.
This commit is contained in:
parent
e113c0bc97
commit
d03020cfef
8 changed files with 139 additions and 53 deletions
|
|
@ -1,58 +1,42 @@
|
|||
{
|
||||
"DEATH": {
|
||||
"components": [
|
||||
{"_type": "AnimatedScene",
|
||||
"layout": [
|
||||
"[=text]"
|
||||
],
|
||||
"background": "death_scene",
|
||||
"actors": [
|
||||
],
|
||||
"fixtures": [
|
||||
]
|
||||
}
|
||||
"layout": [
|
||||
"[=text]"
|
||||
],
|
||||
"background": "death_scene",
|
||||
"actors": [
|
||||
],
|
||||
"fixtures": [
|
||||
]
|
||||
},
|
||||
"NEXT_LEVEL": {
|
||||
"components": [
|
||||
{"_type": "AnimatedScene",
|
||||
"layout": [
|
||||
"[=text]"
|
||||
],
|
||||
"background": "next_level_scene",
|
||||
"actors": [
|
||||
],
|
||||
"fixtures": [
|
||||
]
|
||||
}
|
||||
"layout": [
|
||||
"[=text]"
|
||||
],
|
||||
"background": "next_level_scene",
|
||||
"actors": [
|
||||
],
|
||||
"fixtures": [
|
||||
]
|
||||
},
|
||||
"STARTING": {
|
||||
"components": [
|
||||
{"_type": "AnimatedScene",
|
||||
"layout": [
|
||||
"[=text]"
|
||||
],
|
||||
"background": "starting_scene",
|
||||
"actors": [
|
||||
],
|
||||
"fixtures": [
|
||||
]
|
||||
}
|
||||
"layout": [
|
||||
"[=text]"
|
||||
],
|
||||
"background": "starting_scene",
|
||||
"actors": [
|
||||
],
|
||||
"fixtures": [
|
||||
]
|
||||
},
|
||||
"WIN": {
|
||||
"components": [
|
||||
{"_type": "AnimatedScene",
|
||||
"layout": [
|
||||
"[=text]"
|
||||
],
|
||||
"background": "win_scene",
|
||||
"actors": [
|
||||
],
|
||||
"fixtures": [
|
||||
]
|
||||
}
|
||||
"layout": [
|
||||
"[=text]"
|
||||
],
|
||||
"background": "win_scene",
|
||||
"actors": [
|
||||
],
|
||||
"fixtures": [
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue