Skip to content

Commit

Permalink
Change image file names and imports for vegas, phetsims/vegas#94
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 16, 2021
1 parent 0d428a1 commit d6273e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/EqualityExplorerScreenIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Image from '../../../scenery/js/nodes/Image.js';
import Node from '../../../scenery/js/nodes/Node.js';
import Text from '../../../scenery/js/nodes/Text.js';
import VBox from '../../../scenery/js/nodes/VBox.js';
import phetGirlJugglingStars_png from '../../../vegas/images/phet-girl-juggling-stars_png.js';
import phetGirlJugglingStars_png from '../../../vegas/images/phetGirlJugglingStars_png.js';
import appleBig_png from '../../images/appleBig_png.js';
import orangeBig_png from '../../images/orangeBig_png.js';
import equalityExplorer from '../equalityExplorer.js';
Expand Down

1 comment on commit d6273e2

@pixelzoom
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.