Don't Starve

Don't Starve

[API] Inventory Images
Viser 1-10 af 10 forekomster
Opdatering: 14. aug. 2022 kl. 18:04

  • Fixed a crash with non-global KnownModIndex.

Opdatering: 3. aug. 2022 kl. 12:31

  • Fixed a crash with tonumber function call.

Opdatering: 3. aug. 2022 kl. 11:24

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

Opdatering: 30. juli 2022 kl. 22:11

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

Opdatering: 26. juli 2022 kl. 12:54

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

Opdatering: 26. juli 2022 kl. 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.

Opdatering: 25. juli 2022 kl. 23:47

  • Fixed some errors.

Opdatering: 25. juli 2022 kl. 23:24

  • Fixed a crash with non-global assert.

Opdatering: 25. juli 2022 kl. 19:44

  • API Release.

Opdatering: 25. juli 2022 kl. 15:46

  • Some pre-release tests.