Skip to content

Commit

Permalink
Change icon for the Mirror screen to a flat mirror, phetsims/geometr…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 22, 2022
1 parent 13dc70c commit b0b442f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/mirror/MirrorScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @author Chris Malley (PixelZoom, Inc.)
*/

import { Node } from '../../../scenery/js/imports.js';
import Screen from '../../../joist/js/Screen.js';
import ScreenIcon from '../../../joist/js/ScreenIcon.js';
import merge from '../../../phet-core/js/merge.js';
Expand All @@ -20,6 +21,7 @@ import MirrorScreenView from './view/MirrorScreenView.js';
import GOKeyboardHelpContent from '../common/view/GOKeyboardHelpContent.js';

type MirrorScreenOptions = {
homeScreenIcon?: Node,
tandem: Tandem
};

Expand Down

0 comments on commit b0b442f

Please sign in to comment.