SadConsole supports effects to take place on glyphs, these effects run overtime on the update loop of the game. How do these effects work? Each effect uses the ICellEffect interface, SadConsole has an abstract implementation of this interface “CellEffectBase” which provides some base functionality for effects. This is also the baseline for each effect inContinue reading “Effects”
