Skip to content

Commit

Permalink
set soundPlayerIndex for level selection button, see phetsims/vegas#89
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Aug 5, 2021
1 parent eee82f2 commit f913b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/game/view/StartGameLevelNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ class StartGameLevelNode extends Node {
scoreDisplayOptions: {
numberOfStars: options.numStarsOnButtons,
perfectScore: options.perfectScore
}
},
soundPlayerIndex: i
}
);
buttons[ i ].scale( 0.80 );
Expand Down

0 comments on commit f913b2c

Please sign in to comment.