Setup for the transition scenes.

This commit is contained in:
Zed A. Shaw 2026-03-31 12:00:02 -04:00
parent 44e474b023
commit 66e2328ea8
6 changed files with 24 additions and 4 deletions

View file

@ -46,6 +46,11 @@
{"path": "assets/hands/hands_sword_attack.png",
"frame_width": 900,
"frame_height": 600
},
"test_background":
{"path": "assets/scenes/test_background.png",
"frame_width": 1920,
"frame_height": 1080
}
},
"worldgen": {

16
assets/scenes.json Normal file
View file

@ -0,0 +1,16 @@
{
"NEXT_LEVEL": {
"components": [
{"_type": "AnimatedScene",
"layout": [
"[=text]"
],
"background": "test_background",
"actors": [
],
"fixtures": [
]
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB