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

Conversation

rowan04
Copy link
Owner

@rowan04 rowan04 commented Apr 26, 2023

  • adds new wall texture
  • is 50x50 pixels
  • deletes old texture
  • to give walls new texture, 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 alignment, so a lot of walls had to slightly move position
  • some of the walls being rotated was causing this: rotated walls were unrotated
  • removal of old wall types
  • general fixes

- adds new wall texture
- is 50x50 pixels
- deletes old texture
- 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
- removal of old wall types
- general fixes
@rowan04
Copy link
Owner Author

rowan04 commented Apr 26, 2023

merge commit was too resolve conflict

@rowan04 rowan04 merged commit 3b8fe61 into main Apr 26, 2023
@rowan04 rowan04 deleted the revamp-walls branch April 26, 2023 11:35
@rowan04 rowan04 mentioned this pull request Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant