Skip to content

Releases: tabularelf/Stickers

Stickers v1.1.0

12 Jun 18:28
Compare
Choose a tag to compare

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

Stickers v1.0.0

10 Jun 11:58
Compare
Choose a tag to compare
  • Initial Release