FNF-CNE-Devs / CodenameEngine

awesome fnf engine :D
Apache License 2.0
259 stars 179 forks source link

Added Multi Sprite linking to FunkinSprite.hx (v2) #369

Closed NebulaStellaNova closed 2 months ago

NebulaStellaNova commented 2 months ago

I coded in a way to link FunkinSprites together. Can be used to link 2 or more sprite-sheets together. <- The main reason I coded this in. It also adds sprite tags technically, which aren't really helpful if used outside linking.

:D

Usage Example:

NeeEoo commented 2 months ago

Could you show some examples of this?

NeeEoo commented 2 months ago

I would recommend that you check this out https://github.com/HaxeFlixel/flixel-addons/blob/dev/flixel/addons/display/FlxNestedSprite.hx, It might be better to make a FunkinNestedSprite or something

rodney528 commented 2 months ago

I would recommend that you check this out https://github.com/HaxeFlixel/flixel-addons/blob/dev/flixel/addons/display/FlxNestedSprite.hx, It might be better to make a FunkinNestedSprite or something

🤔 very interesting