This commit is contained in:
Abnormal 2025-02-03 17:42:59 -06:00 committed by Eric
parent 9b774e3264
commit 6466b88d88

View file

@ -31,7 +31,7 @@ typedef StagePropGroup = FlxTypedSpriteGroup<StageProp>;
/**
* A Stage is a group of objects rendered in the PlayState.
*
* A Stage is comprised of one or more props, each of which is a FlxSprite.
* A Stage is comprised of one or more props, each of which is an FlxSprite.
*/
class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass implements IRegistryEntry<StageData>
{