Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for .relative & .centered
When using .relative & .centered tags for PixelScrolling, do the following: - Get half the width/height of the screen - Move screen by ( h/v - screen_width/height ) divided by two. When compared to Maniacs Patch 240822, it works as expected. Tested using different resolutions, works like it should.
- Loading branch information