-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename from simColorProfileProperty to SimColors.js, see phetsims/sce…
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import fractionsCommonColorProfile from '../../../fractions-common/js/common/view/fractionsCommonColorProfile.js'; | ||
import FractionsCommonColors from '../../../fractions-common/js/common/view/FractionsCommonColors.js'; | ||
import BuildingGameModel from '../../../fractions-common/js/game/model/BuildingGameModel.js'; | ||
import BuildingGameScreenView from '../../../fractions-common/js/game/view/BuildingGameScreenView.js'; | ||
import Screen from '../../../joist/js/Screen.js'; | ||
|
@@ -23,7 +23,7 @@ class BuildAFractionScreen extends Screen { | |
model => new BuildingGameScreenView( model ), | ||
{ | ||
name: screenBuildAFractionString, | ||
backgroundColorProperty: fractionsCommonColorProfile.otherScreenBackgroundProperty, | ||
backgroundColorProperty: FractionsCommonColors.otherScreenBackgroundProperty, | ||
homeScreenIcon: new ScreenIcon( BuildingGameScreenView.createUnmixedScreenIcon(), { | ||
maxIconWidthProportion: 1, | ||
maxIconHeightProportion: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import fractionsCommonColorProfile from '../../../fractions-common/js/common/view/fractionsCommonColorProfile.js'; | ||
import FractionsCommonColors from '../../../fractions-common/js/common/view/FractionsCommonColors.js'; | ||
import BuildingLabModel from '../../../fractions-common/js/lab/model/BuildingLabModel.js'; | ||
import BuildingLabScreenView from '../../../fractions-common/js/lab/view/BuildingLabScreenView.js'; | ||
import Screen from '../../../joist/js/Screen.js'; | ||
|
@@ -23,7 +23,7 @@ class LabScreen extends Screen { | |
model => new BuildingLabScreenView( model ), | ||
{ | ||
name: screenLabString, | ||
backgroundColorProperty: fractionsCommonColorProfile.otherScreenBackgroundProperty, | ||
backgroundColorProperty: FractionsCommonColors.otherScreenBackgroundProperty, | ||
homeScreenIcon: new ScreenIcon( BuildingLabScreenView.createMixedScreenIcon(), { | ||
maxIconWidthProportion: 1, | ||
maxIconHeightProportion: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import fractionsCommonColorProfile from '../../../fractions-common/js/common/view/fractionsCommonColorProfile.js'; | ||
import FractionsCommonColors from '../../../fractions-common/js/common/view/FractionsCommonColors.js'; | ||
import BuildingGameModel from '../../../fractions-common/js/game/model/BuildingGameModel.js'; | ||
import BuildingGameScreenView from '../../../fractions-common/js/game/view/BuildingGameScreenView.js'; | ||
import Screen from '../../../joist/js/Screen.js'; | ||
|
@@ -23,7 +23,7 @@ class MixedNumbersScreen extends Screen { | |
model => new BuildingGameScreenView( model ), | ||
{ | ||
name: screenMixedNumbersString, | ||
backgroundColorProperty: fractionsCommonColorProfile.otherScreenBackgroundProperty, | ||
backgroundColorProperty: FractionsCommonColors.otherScreenBackgroundProperty, | ||
homeScreenIcon: new ScreenIcon( BuildingGameScreenView.createMixedScreenIcon(), { | ||
maxIconWidthProportion: 1, | ||
maxIconHeightProportion: 1 | ||
|