Don't Starve
[API] Inventory Images
Mostrando 1-10 de 10 aportaciones
Actualización: 14 AGO 2022 a las 18:04

  • Fixed a crash with non-global KnownModIndex.

Actualización: 3 AGO 2022 a las 12:31

  • Fixed a crash with tonumber function call.

Actualización: 3 AGO 2022 a las 11:24

  • Fixed an issue that would cause mods that use the API at the same not to work correctly.
  • Medium refactoring.

Actualización: 30 JUL 2022 a las 22:11

  • Mods that don't use this API will no longer have their icons invisible.
  • The inventoryItemAtlasLookup is now in the global env.

Actualización: 26 JUL 2022 a las 12:54

  • Removed the tutorial from modmain.lua
    It's all at GitHub Repository's README.md now.

Actualización: 26 JUL 2022 a las 10:16

  • Add version check.
  • Setting an inventoryitem.atlasname will no longer mess up the image when the mini sign is drawn. Setting this field is unnecessary.
  • Add the function to the mod env.

Actualización: 25 JUL 2022 a las 23:47

  • Fixed some errors.

Actualización: 25 JUL 2022 a las 23:24

  • Fixed a crash with non-global assert.

Actualización: 25 JUL 2022 a las 19:44

  • API Release.

Actualización: 25 JUL 2022 a las 15:46

  • Some pre-release tests.