Skip to content

1.1.3

Compare
Choose a tag to compare
@AbstractUmbra AbstractUmbra released this 09 Jan 08:27
· 18 commits to main since this release
1.1.3
3f79b98

GreatAsset Changelog

Added

  • Finalised the ShipUnlock enum (as of game ver .45). (db253f9)
  • Some examples. (174002b)
  • _BaseSaveFile.__enter__/__exit__ for ease of use, and relevant example. (6d70896 and 174002b and 1c04254)
  • _BaseSaveFile.from_data classmethod to allow creation of an object from the raw bytes rather than a Path. (d576be0)

Fixed

  • The way in which we spawn items. (04963a3)
    • This likely deserves a post of it's own but the tl;dr is that items on the ship are directly zipable with the scrap values key.

Changed

  • Some Items were split into the Scrap enum for better separation of item/scrap. (3d4b330)
  • Vector.on_cupboard -> Vector.in_cupboard. (3ee802b)
  • Vector.default and Vector.in_cupboard's x value was a little askew. (092e61a and 9257977)
  • Removed SaveFile's __init__ so that the base class' is utilised. (ee7bab5)

Notes

Noted Contributors