-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert number-line-integers and number-line-distance to new region a…
…nd culture approach. See phetsims/joist#958.
- Loading branch information
Showing
15 changed files
with
111 additions
and
261 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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
// Copyright 2024, University of Colorado Boulder | ||
|
||
/** | ||
* Auto-generated from modulify, DO NOT manually modify. | ||
*/ | ||
/* eslint-disable */ | ||
import LocalizedImageProperty from '../../joist/js/i18n/LocalizedImageProperty.js'; | ||
import numberLineDistance from './numberLineDistance.js'; | ||
import africaExploreHomeIcon_png from '../images/africa/africaExploreHomeIcon_png.js'; | ||
import africaExploreNavbarIcon_png from '../images/africa/africaExploreNavbarIcon_png.js'; | ||
import africaPerson_png from '../images/africa/africaPerson_png.js'; | ||
import africaModestExploreHomeIcon_png from '../images/africaModest/africaModestExploreHomeIcon_png.js'; | ||
import africaModestExploreNavbarIcon_png from '../images/africaModest/africaModestExploreNavbarIcon_png.js'; | ||
import africaModestPerson_png from '../images/africaModest/africaModestPerson_png.js'; | ||
import asiaExploreHomeIcon_png from '../images/asia/asiaExploreHomeIcon_png.js'; | ||
import asiaExploreNavbarIcon_png from '../images/asia/asiaExploreNavbarIcon_png.js'; | ||
import asiaPerson_png from '../images/asia/asiaPerson_png.js'; | ||
import latinAmericaExploreHomeIcon_png from '../images/latinAmerica/latinAmericaExploreHomeIcon_png.js'; | ||
import latinAmericaExploreNavbarIcon_png from '../images/latinAmerica/latinAmericaExploreNavbarIcon_png.js'; | ||
import latinAmericaPerson_png from '../images/latinAmerica/latinAmericaPerson_png.js'; | ||
import oceaniaExploreHomeIcon_png from '../images/oceania/oceaniaExploreHomeIcon_png.js'; | ||
import oceaniaExploreNavbarIcon_png from '../images/oceania/oceaniaExploreNavbarIcon_png.js'; | ||
import oceaniaPerson_png from '../images/oceania/oceaniaPerson_png.js'; | ||
import usaExploreHomeIcon_png from '../images/usa/usaExploreHomeIcon_png.js'; | ||
import usaExploreNavbarIcon_png from '../images/usa/usaExploreNavbarIcon_png.js'; | ||
import usaPerson_png from '../images/usa/usaPerson_png.js'; | ||
|
||
const NumberLineDistanceImages = { | ||
exploreHomeIconImageProperty: new LocalizedImageProperty( 'exploreHomeIcon', { | ||
africa: africaExploreHomeIcon_png, | ||
africaModest: africaModestExploreHomeIcon_png, | ||
asia: asiaExploreHomeIcon_png, | ||
latinAmerica: latinAmericaExploreHomeIcon_png, | ||
oceania: oceaniaExploreHomeIcon_png, | ||
usa: usaExploreHomeIcon_png | ||
} ), | ||
exploreNavbarIconImageProperty: new LocalizedImageProperty( 'exploreNavbarIcon', { | ||
africa: africaExploreNavbarIcon_png, | ||
africaModest: africaModestExploreNavbarIcon_png, | ||
asia: asiaExploreNavbarIcon_png, | ||
latinAmerica: latinAmericaExploreNavbarIcon_png, | ||
oceania: oceaniaExploreNavbarIcon_png, | ||
usa: usaExploreNavbarIcon_png | ||
} ), | ||
personImageProperty: new LocalizedImageProperty( 'person', { | ||
africa: africaPerson_png, | ||
africaModest: africaModestPerson_png, | ||
asia: asiaPerson_png, | ||
latinAmerica: latinAmericaPerson_png, | ||
oceania: oceaniaPerson_png, | ||
usa: usaPerson_png | ||
} ) | ||
}; | ||
|
||
numberLineDistance.register( 'NumberLineDistanceImages', NumberLineDistanceImages ); | ||
|
||
export default NumberLineDistanceImages; |
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
js/explore/view/portrayals/ExplorerPortrayalAfricaModest.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
js/explore/view/portrayals/ExplorerPortrayalLatinAmerica.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.