Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typed group #261

Closed
wants to merge 7 commits into from
Closed

Typed group #261

wants to merge 7 commits into from

Conversation

Geokureli
Copy link
Member

@Geokureli Geokureli commented Dec 13, 2023

testing...

adds:

class FlxTypedUIGroup<T:FlxSprite> extends FlxTypedSpriteGroup<T>{}
typedef FlxUIGroup = FlxTypedUIGroup<FlxSprite>;

instead of just:

class FlxUIGroup extends FlxSpriteGroup

Add a bunch of other shit I forgot I added

@Geokureli
Copy link
Member Author

this feature was already implemented via #246

@Geokureli Geokureli closed this Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant