com.iron-mountain.save-system

1.0.4 • Public • Published

Save System

A library for reading and writing files and data-types.

SOME CODING REQUIRED


Key components:

  1. SaveSystem

    • A static class with a many helper methods for reading and writing text and image files.
  2. SavedBool

    • A wrapper class for saving and loading a single boolean value.
  3. SavedFloat

    • A wrapper class for saving and loading a single float value.
  4. SavedInt

    • A wrapper class for saving and loading a single integer value.
  5. SavedList

    • A wrapper class for saving and loading a list of strings.
  6. SavedString

    • A wrapper class for saving and loading a single string value.
  7. SavedTexture2D

    • A wrapper class for saving and loading a texture2D object as a png.

Readme

Keywords

Package Sidebar

Install

npm i com.iron-mountain.save-system

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

55.2 kB

Total Files

56

Last publish

Collaborators

  • ludachrismonte