The level number is now displayed on the next level screen.
This commit is contained in:
parent
b5c2fc3b5f
commit
bc0912e577
11 changed files with 84 additions and 46 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"intro_story":
|
||||
{"_type": "Storyboard",
|
||||
"image": "test_story",
|
||||
"image": "intro_story",
|
||||
"audio": "test_story",
|
||||
"layout": [
|
||||
"[a|b|c1]",
|
||||
|
|
@ -22,5 +22,19 @@
|
|||
["00:13", "i","shake", "60"],
|
||||
["00:14", "i","bounce", "60"]
|
||||
]
|
||||
},
|
||||
"win_story":
|
||||
{"_type": "Storyboard",
|
||||
"image": "win_story",
|
||||
"audio": "test_story",
|
||||
"layout": [
|
||||
"[a|b|c1]",
|
||||
"[d|e|c2]",
|
||||
"[g|h|i]"
|
||||
],
|
||||
"beats": [
|
||||
["00:00", "a","pan", "60"],
|
||||
["00:01", "b","shake", "30"]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue