new learn sounds

pull/2069/head
Thibault Duplessis 2016-06-29 23:03:30 +02:00
parent 650172f09b
commit d295472f71
11 changed files with 8 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -49,6 +49,7 @@ module.exports = function(blueprint, opts) {
starting: stage.blueprint.id === 1,
completed: false
};
sound.lessonStart();
return {
blueprint: blueprint,

View File

@ -17,8 +17,11 @@ var make = function(file, volume) {
module.exports = {
move: make('standard/Move'),
take: make('sfx/Tournament3rd'),
take: make('sfx/Tournament3rd', 0.7),
stageStart: make('other/ping'),
stageEnd: make('other/energy3'),
lessonEnd: make('sfx/Tournament1st'),
lessonStart: make('other/guitar'),
// lessonEnd: make('sfx/Tournament1st'),
lessonEnd: make('other/gewonnen'),
failure: make('other/failure')
};

View File

@ -106,6 +106,8 @@ module.exports = function(blueprint, opts) {
shapes: blueprint.shapes
});
if (blueprint.id !== 1) sound.stageStart();
return {
blueprint: blueprint,
items: items,