Skip to content

Commit

Permalink
rename to WASDCueNode, phetsims/density-buoyancy-common#364
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Aug 29, 2024
1 parent e75caa4 commit 1bfc228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import PlayAreaMap from '../model/PlayAreaMap.js';
import TReadOnlyProperty from '../../../../axon/js/TReadOnlyProperty.js';
import BalloonModel from '../model/BalloonModel.js';
import Property from '../../../../axon/js/Property.js';
import WASDCueNode from '../../../../scenery-phet/js/accessibility/nodes/BalloonInteractionCueNode.js';
import WASDCueNode from '../../../../scenery-phet/js/accessibility/nodes/WASDCueNode.js';

export default class BalloonInteractionCueNode extends WASDCueNode {

Expand Down

0 comments on commit 1bfc228

Please sign in to comment.