AllLevelsCompletedNode¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/vegas/blob/main/js/AllLevelsCompletedNode.ts for the most up-to-date information.
Overview¶
AllLevelsCompletedNode is a pseudo-dialog shown when all game levels have been completed.
@author Jonathan Olson
Class AllLevelsCompletedNode¶
Constructor¶
new AllLevelsCompletedNode( listener : PushButtonListener, providedOptions? : AllLevelsCompletedNodeOptions )¶
Instance Methods¶
Type AllLevelsCompletedNodeOptions¶
- faceDiameter?: number
diameter of the smiley face - maxTextWidth?: number
Controls the width of the main message and the text in the button - & NodeOptions
Source Code¶
See the source for AllLevelsCompletedNode.ts in the vegas repository.