Scenes are now ready to be worked on.
This commit is contained in:
parent
2dec4ec993
commit
e113c0bc97
10 changed files with 67 additions and 10 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue