Skip to content

Commit 55f03e3

Browse files
committed
Merge pull request #644 from aranja/jamband-scene
Jamband migration (Dec 11)
2 parents 770b356 + 19cc544 commit 55f03e3

113 files changed

Lines changed: 2475 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

elements/santacontroller/santa-app.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
loadingBgColor="#8d23a9"
7070
loadingSrc="scenes/gumball/img/loading.svg" hidden></gumball-scene>
7171

72+
<jamband-scene route="jamband"
73+
path="scenes/jamband/jamband-scene_[[language]].html"
74+
loadingBgColor="#fdbe27"
75+
loadingSrc="scenes/jamband/img/loading.svg" hidden></jamband-scene>
76+
7277
<jetpack-scene route="jetpack"
7378
path="scenes/jetpack/jetpack-scene_[[language]].html"
7479
loadingBgColor="#8fd7f7"

gulpfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ var SCENE_CLOSURE_CONFIG = {
5353
gumball: {
5454
entryPoint: 'app.Game'
5555
},
56+
jamband: {
57+
entryPoint: 'app.Game'
58+
},
5659
jetpack: {
5760
entryPoint: 'app.Game'
5861
},
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

scenes/jamband/img/crowd1.svg

Lines changed: 1 addition & 0 deletions
Loading

scenes/jamband/img/crowd2.svg

Lines changed: 1 addition & 0 deletions
Loading

scenes/jamband/img/drawer-tab.svg

Lines changed: 1 addition & 0 deletions
Loading

scenes/jamband/img/icons/arrow.svg

Lines changed: 1 addition & 0 deletions
Loading

scenes/jamband/img/icons/close.svg

Lines changed: 1 addition & 0 deletions
Loading

scenes/jamband/img/icons/open.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)