Scenes are now ready to be worked on.

This commit is contained in:
Zed A. Shaw 2026-04-01 13:07:48 -04:00
parent 2dec4ec993
commit e113c0bc97
10 changed files with 67 additions and 10 deletions

View file

@ -1,11 +1,53 @@
{
"DEATH": {
"components": [
{"_type": "AnimatedScene",
"layout": [
"[=text]"
],
"background": "death_scene",
"actors": [
],
"fixtures": [
]
}
]
},
"NEXT_LEVEL": {
"components": [
{"_type": "AnimatedScene",
"layout": [
"[=text]"
],
"background": "test_background",
"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": [