Skip to content

2.16.0-BETA

Pre-release
Pre-release
Compare
Choose a tag to compare
@Valkryst Valkryst released this 01 Nov 01:01
· 958 commits to master since this release
  • Added the CharacterShader interface and reworked the existing shaders, so that they either implement directly from Shader or from CharacterShader.
  • Reorganized shader package structure.
  • Rewrote a small portion of the AsciiCharacter and AsciiTile classes Draw function in order to prevent some unnecessary re-generating of sprite images.
  • Updated the AsciiTile class to only allow shaders that do not implement CharacterShader.