Brought over the storyboard thing from my other game for the intro sequence.
This commit is contained in:
parent
279faf6dd5
commit
0df63ea074
10 changed files with 204 additions and 3 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"pickup": "assets/sounds/pickup.ogg",
|
||||
"ui_click": "assets/sounds/ui_click.ogg",
|
||||
"ui_hover": "assets/sounds/ui_hover.ogg",
|
||||
"walk": "assets/sounds/walk.ogg"
|
||||
"walk": "assets/sounds/walk.ogg",
|
||||
"test_story": "assets/sounds/test_story.ogg"
|
||||
},
|
||||
"sprites": {
|
||||
"spider_bot":
|
||||
|
|
@ -81,6 +82,11 @@
|
|||
{"path": "assets/scenes/win_scene.png",
|
||||
"frame_width": 1920,
|
||||
"frame_height": 1080
|
||||
},
|
||||
"test_story":
|
||||
{"path": "assets/stories/test_storyboard.png",
|
||||
"frame_width": 1280,
|
||||
"frame_height": 720
|
||||
}
|
||||
},
|
||||
"worldgen": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue