Skip to content

v1.8.0

Choose a tag to compare

@SpecialAPI SpecialAPI released this 03 Aug 12:22
· 28 commits to main since this release

Changelog:

  • Added GunBehaviour.OnReloadEnded(), GunBehaviour.OnReloadEndedPlayer(), GunBehaviour.OnReloadEndedEnemy(), GunBehaviour.OnInventoryReload(), GunBehaviour.OnInventoryReloadPlayer(), GunBehaviour.OnInventoryReloadEnemy(), GunBehaviour.CanCollectAmmoPickup() and GunBehaviour.OnAmmoCollected()
  • Fixed GunBehaviour.EverPickedUp being true when the gun is first picked up.
  • Fixed a bug where .jtk2d files for new sprites weren't being detected when loading sprites from assembly.
  • Added a config to enable/disable parts of the GUI.
  • Made the in-game debug log disabled by default.
  • Improved some code.