Skip to content

Commit

Permalink
made button appearance options into sub-options for better typing, see
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jul 21, 2022
1 parent a8b3df0 commit 1f36760
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions js/intro/view/IntroScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ class IntroScreenView extends TwoSpringScreenView {
xMargin: 1,
yMargin: 1,
baseColor: 'black',
selectedLineWidth: 2,
deselectedLineWidth: 0.5,
deselectedButtonOpacity: 0.25
buttonAppearanceStrategyOptions: {
selectedLineWidth: 2,
deselectedLineWidth: 0.5,
deselectedButtonOpacity: 0.25
}
}
} );

Expand Down

0 comments on commit 1f36760

Please sign in to comment.