Skip to content

Releases: Ilemni/AnimLib

v0.1.0.4

22 Oct 03:31
3b6b377

Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.11.7.7

v0.1.0.3

25 Sep 09:50
25fbc18

Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.11.7.5

API changes:

  • AnimationController.PlayTrack(): add optional parameter for SpriteEffects?
    • null to behave like normal, i.e. values are based on player.direction and player.gravDir

Changes:

  • Animation.GetDrawData():
    • The returned DrawData's SpriteEffect is based on what's passed into AnimationController.PlayTrack
    • The returned DrawData's rotation is no longer automatically inverted based on player.direction

v0.1.0.2

23 Sep 19:02
fba48fa

Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.11.7.5

Changes:

  • Loading is moved to AnimLibMod.PostSetupContent() after mod textures are loaded.

API changes:

  • Add AnimLibMod.GetDrawData<TAnimationController, TAnimationSource>(Player)
  • Add Animation.TileAt(PointByte)
  • Rename AnimationController.IncrementFrame() to AnimationController.PlayTrack()

Fixes:

  • Works on servers

v0.1.0.1

07 Sep 04:56
384f2c3

Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.11.7.5

v0.1

07 Sep 04:38
795f499

Choose a tag to compare

Initial release. Mod is currently functional for all of OriMod's needs, so no apparent bugs yet.