Skip to content

Commit

Permalink
remove control panel sub directories, move files to /view, see #182
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsamuel137 committed Nov 10, 2015
1 parent a901f36 commit 30b6e66
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions js/common/view/GravityAndOrbitsCanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ define( function( require ) {
var GrabbableVectorNode = require( 'GRAVITY_AND_ORBITS/common/view/GrabbableVectorNode' );
var Rectangle = require( 'SCENERY/nodes/Rectangle' );
var ExplosionNode = require( 'GRAVITY_AND_ORBITS/common/view/ExplosionNode' );
var DayCounter = require( 'GRAVITY_AND_ORBITS/common/view/bottom-control-panel/DayCounter' );
var DayCounter = require( 'GRAVITY_AND_ORBITS/common/view/DayCounter' );
var ScaleSlider = require( 'GRAVITY_AND_ORBITS/common/view/ScaleSlider' );
var PhetColorScheme = require( 'SCENERY_PHET/PhetColorScheme' );
var TimeControlPanel = require( 'GRAVITY_AND_ORBITS/common/view/bottom-control-panel/TimeControlPanel' );
var TimeControlPanel = require( 'GRAVITY_AND_ORBITS/common/view/TimeControlPanel' );
var MeasuringTape = require( 'SCENERY_PHET/MeasuringTape' );

// strings
Expand Down
6 changes: 3 additions & 3 deletions js/common/view/GravityAndOrbitsScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ define( function( require ) {
var inherit = require( 'PHET_CORE/inherit' );
var ScreenView = require( 'JOIST/ScreenView' );
var ResetAllButton = require( 'SCENERY_PHET/buttons/ResetAllButton' );
var RightControlPanel = require( 'GRAVITY_AND_ORBITS/common/view/right-control-panel/RightControlPanel' );
var SpeedRadioButtons = require( 'GRAVITY_AND_ORBITS/common/view/bottom-control-panel/SpeedRadioButtons' );
var MassControlPanel = require( 'GRAVITY_AND_ORBITS/common/view/right-control-panel/MassControlPanel' );
var RightControlPanel = require( 'GRAVITY_AND_ORBITS/common/view/RightControlPanel' );
var SpeedRadioButtons = require( 'GRAVITY_AND_ORBITS/common/view/SpeedRadioButtons' );
var MassControlPanel = require( 'GRAVITY_AND_ORBITS/common/view/MassControlPanel' );

// constants
var MARGIN = 5;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ define( function( require ) {
var HStrut = require( 'SCENERY/nodes/HStrut' );
var VBox = require( 'SCENERY/nodes/VBox' );
var HBox = require( 'SCENERY/nodes/HBox' );
var BodyMassControl = require( 'GRAVITY_AND_ORBITS/common/view/right-control-panel/BodyMassControl' );
var BodyMassControl = require( 'GRAVITY_AND_ORBITS/common/view/BodyMassControl' );
var Text = require( 'SCENERY/nodes/Text' );
var PhetFont = require( 'SCENERY_PHET/PhetFont' );

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ define( function( require ) {
var Panel = require( 'SUN/Panel' );
var inherit = require( 'PHET_CORE/inherit' );
var Rectangle = require( 'SCENERY/nodes/Rectangle' );
var PlanetModeMenu = require( 'GRAVITY_AND_ORBITS/common/view/right-control-panel/PlanetModeMenu' );
var GravityModeMenu = require( 'GRAVITY_AND_ORBITS/common/view/right-control-panel/GravityModeMenu' );
var SpaceObjectsPropertyCheckbox = require( 'GRAVITY_AND_ORBITS/common/view/right-control-panel/SpaceObjectsPropertyCheckbox' );
var PlanetModeMenu = require( 'GRAVITY_AND_ORBITS/common/view/PlanetModeMenu' );
var GravityModeMenu = require( 'GRAVITY_AND_ORBITS/common/view/GravityModeMenu' );
var SpaceObjectsPropertyCheckbox = require( 'GRAVITY_AND_ORBITS/common/view/SpaceObjectsPropertyCheckbox' );
var GravityAndOrbitsConstants = require( 'GRAVITY_AND_ORBITS/common/GravityAndOrbitsConstants' );
var VBox = require( 'SCENERY/nodes/VBox' );

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 30b6e66

Please sign in to comment.