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

@ -47,8 +47,23 @@
"frame_width": 900,
"frame_height": 600
},
"test_background":
{"path": "assets/scenes/test_background.png",
"death_scene":
{"path": "assets/scenes/death_scene.png",
"frame_width": 1920,
"frame_height": 1080
},
"next_level_scene":
{"path": "assets/scenes/next_level_scene.png",
"frame_width": 1920,
"frame_height": 1080
},
"starting_scene":
{"path": "assets/scenes/starting_scene.png",
"frame_width": 1920,
"frame_height": 1080
},
"win_scene":
{"path": "assets/scenes/win_scene.png",
"frame_width": 1920,
"frame_height": 1080
}