Ready for release, have the intro story prototyped.
This commit is contained in:
parent
8fb2319500
commit
7ed2ba3ecb
5 changed files with 26 additions and 18 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"ui_click": "assets/sounds/ui_click.ogg",
|
||||
"ui_hover": "assets/sounds/ui_hover.ogg",
|
||||
"walk": "assets/sounds/walk.ogg",
|
||||
"test_story": "assets/sounds/test_story.ogg",
|
||||
"intro_story": "assets/sounds/intro_story.ogg",
|
||||
"sword_hit_1": "assets/sounds/sword_hit_1.ogg",
|
||||
"sword_hit_2": "assets/sounds/sword_hit_2.ogg",
|
||||
"punch_cartoony": "assets/sounds/punch_cartoony.ogg",
|
||||
|
|
@ -94,8 +94,8 @@
|
|||
},
|
||||
"intro_story":
|
||||
{"path": "assets/stories/intro_story.png",
|
||||
"frame_width": 1280,
|
||||
"frame_height": 720
|
||||
"frame_width": 3840,
|
||||
"frame_height": 2160
|
||||
},
|
||||
"win_story":
|
||||
{"path": "assets/stories/win_story.png",
|
||||
|
|
|
|||
BIN
assets/sounds/intro_story.ogg
Normal file
BIN
assets/sounds/intro_story.ogg
Normal file
Binary file not shown.
|
|
@ -2,25 +2,24 @@
|
|||
"intro_story":
|
||||
{"_type": "Storyboard",
|
||||
"image": "intro_story",
|
||||
"audio": "test_story",
|
||||
"audio": "intro_story",
|
||||
"layout": [
|
||||
"[a|b|c1]",
|
||||
"[d|e|c2]",
|
||||
"[a|b|e]",
|
||||
"[c|d|f]",
|
||||
"[g|h|i]"
|
||||
],
|
||||
"beats": [
|
||||
["00:00", "a","pan", "60"],
|
||||
["00:01", "b","shake", "30"],
|
||||
["00:5", "g","pan", "60"],
|
||||
["00:6", "h","pan", "60"],
|
||||
["00:7", "h","bounce", "60"],
|
||||
["00:8", "c1","pan", "60"],
|
||||
["00:9", "c2","pan", "60"],
|
||||
["00:10", "d","bounce", "60"],
|
||||
["00:11", "e","shake", "60"],
|
||||
["00:12", "i","pan", "60"],
|
||||
["00:13", "i","shake", "60"],
|
||||
["00:14", "i","bounce", "60"]
|
||||
["00:00", "a","pan","60"],
|
||||
["00:03", "b","pan","60"],
|
||||
["00:06", "d","pan","60"],
|
||||
["00:08", "c","pan","60"],
|
||||
["00:11", "e","pan","60"],
|
||||
["00:14", "d","pan","60"],
|
||||
["00:16", "e","pan","60"],
|
||||
["00:18", "f","bounce","60"],
|
||||
["00:20", "g","bounce","60"],
|
||||
["00:23", "h","pan","60"],
|
||||
["00:30", "i","pan","60"]
|
||||
]
|
||||
},
|
||||
"win_story":
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 274 KiB |
Loading…
Add table
Add a link
Reference in a new issue