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

Making the editor function #94

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

Making the editor function #94

wants to merge 14 commits into from

Commits on Nov 26, 2022

  1. Fix texture loading and rendering for love 11

    Nick committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    88d9a58 View commit details
    Browse the repository at this point in the history
  2. Bump love version

    Nick committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    6c1074e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Reverting nocart.p8 to original state

    Nick committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    6e453ab View commit details
    Browse the repository at this point in the history
  2. Fix loading editor if it is present

    Nick committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    8d12a1a View commit details
    Browse the repository at this point in the history
  3. Add not implemented yet for save command

    Nick committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    80953d3 View commit details
    Browse the repository at this point in the history
  4. Colors off by one

    Nick committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    1c39372 View commit details
    Browse the repository at this point in the history
  5. Draw help in some hacky way

    Nick committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    f80f7ab View commit details
    Browse the repository at this point in the history
  6. Get editor to load the code

    Nick committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    3034997 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Added scrolling and saving codes

    Nick committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    adea740 View commit details
    Browse the repository at this point in the history
  2. Attempt to fix up scrolling

    Nick committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f06712f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Save cart data

    Nick committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    845cf61 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Written exactly loaded cartdata

    Nick committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    84166f7 View commit details
    Browse the repository at this point in the history
  2. Rerun cart after edit

    Nick committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    c4b20ac View commit details
    Browse the repository at this point in the history
  3. Fixed pause/unpause issue while in editor

    Nick committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    5aedf34 View commit details
    Browse the repository at this point in the history