geode-sdk / indexer

Geode mod indexer system
21 stars 37 forks source link

Update Chroma Icons #2070

Closed Naxrin closed 5 months ago

Naxrin commented 5 months ago

Your mod link

https://github.com/Naxrin/Chroma-Icons/releases/download/v1.1.1/naxrin.rgb_icons.geode

Your mod source code

https://github.com/Naxrin/Chroma-Icons

Your mod description

Nothing different but added a title image to about.md

github-actions[bot] commented 5 months ago

Waiting for staff to comment "!accept" to accept the entry.

Info:

Alphalaneous commented 5 months ago

Btw, you don't need to use CCARRAY_FOREACH, there is a utility that turns a CCArray into an iterator, CCArrayExt<CCSprite*>(glow_sprites->getChildren()) for example

I would also recommend some way to soft toggle in the UI so you can enable/disable all effects without reverting all the settings

Alphalaneous commented 5 months ago

!accept

github-actions[bot] commented 5 months ago

Successfully added the mod!

Naxrin commented 5 months ago

Btw, you don't need to use CCARRAY_FOREACH, there is a utility that turns a CCArray into an iterator, CCArrayExt<CCSprite*>(glow_sprites->getChildren()) for example

I would also recommend some way to soft toggle in the UI so you can enable/disable all effects without reverting all the settings

OK will prettify the iterator thing later I set the ultimate switch in options menu