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

Revamp walls #59

Merged
merged 4 commits into from
Apr 26, 2023
Merged

Revamp walls #59

merged 4 commits into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. Adding new wall texture

    - adds new wall texture
    - is 50x50 pixels
    - deletes old texture
    rowan04 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a0b6c89 View commit details
    Browse the repository at this point in the history
  2. Changing all walls to have new texture, then fixing maze

    - to do this, all walls had to be changed to wall1 class
    - the gaps in the maze then needed to be filled with new wall1s
    - the maze was out of allignment, so a lot of walls had to slighly move position
    - some of the walls being rotated was causing this - rotated walls were unrotated
    rowan04 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f1adf83 View commit details
    Browse the repository at this point in the history
  3. Fixes after wall changes

    - removal of old wall types
    - general fixes
    rowan04 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a9f3040 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6c1aa4 View commit details
    Browse the repository at this point in the history