Skip to content

Stickers v1.1.0

Latest
Compare
Choose a tag to compare
@tabularelf tabularelf released this 12 Jun 18:28
· 2 commits to main since this release

Added

  • .ClearRegion(x, y) has been added to allow to clear from a specific region for Sticker instances.
  • StickersClearCacheSprite(sprite, ...) clears select sprite indexes from the cache.
  • (Internal) Added in actual region classes. (See below for more)

Changed

  • Massively reworked parts of the pipeline
  • Buffer writes are now immediate, as oppose to pushing onto a stack of decals to update (vertex buffers only update on the next .Draw() or .Update() call)
  • Now caches the last updated region and vertex buffer. (Speeds up adding decals to the same area)
  • Added in additional Feather JSDOC