Have an initial start screen and simple prototypes for other screens.

This commit is contained in:
Zed A. Shaw 2026-04-01 15:31:36 -04:00
parent e113c0bc97
commit d03020cfef
8 changed files with 139 additions and 53 deletions

View file

@ -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": [
]
}
}