Skip to content

Commit

Permalink
Remove AlignBox from LevelSelectionButtonGroup.ts. Add groupButtonWid…
Browse files Browse the repository at this point in the history
…th and groupButtonHeight options to LevelSelectionButtonGroup.ts. See phetsims/vegas#120.
  • Loading branch information
Luisav1 committed Nov 29, 2023
1 parent 14d8558 commit 20acc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/game/view/RPALLevelSelectionButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ export default class RPALLevelSelectionButtonGroup extends LevelSelectionButtonG
baseColor: 'rgb( 240, 255, 204 )',
xMargin: 15,
yMargin: 15,
buttonWidth: 150,
buttonHeight: 150,
bestTimeVisibleProperty: model.timerEnabledProperty
},
groupButtonWidth: 150,
groupButtonHeight: 150,
flowBoxOptions: {
spacing: 40
},
Expand Down

0 comments on commit 20acc64

Please sign in to comment.