Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to the Loading and Saving System #11

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2023

  1. Update StoryGraph.cs

    Updated to allow for file explorer usage, instead of the current string based approach
    Spebby committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c8ab617 View commit details
    Browse the repository at this point in the history
  2. Update GraphSaveUtility.cs

    supports file browser
    Spebby committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    37d695e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2425cef View commit details
    Browse the repository at this point in the history
  4. Fixes :)

    Spebby committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    313ca4b View commit details
    Browse the repository at this point in the history
  5. Reordered some code

    Moved the Reveal in Explorer call to be inside the pathless save function, since the only time you'd actually care where the file saved is when you first save it.
    Spebby committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9e58632 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. addressed some suggestions

    Spebby committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c6972f1 View commit details
    Browse the repository at this point in the history