-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Rotated sprites don't render properly when using 4:3 backgrounds / sprite cropping #72
Comments
- Currently the method used to clip sprites to the 4:3 window doesn't work with rotation - As there are only 2 places across all the games where this issue happens, we just disable character rotation in those scenes rather than trying to fix it properly - This should only affect images from the `sprite` or `portrait` folder
I wasn't sure of the status of this - checking my computer I did make a fix for this but on a different branch. I wrote the following for the commit:
The "fix" just disables rotation in OG mode: 2361daf I'm not sure why I didn't merge it into the mod. |
- Currently the method used to clip sprites to the 4:3 window doesn't work with rotation - As there are only 2 places across all the games where this issue happens, we just disable character rotation in those scenes rather than trying to fix it properly - This should only affect images from the `sprite` or `portrait` folder
- Currently the method used to clip sprites to the 4:3 window doesn't work with rotation - As there are only 2 places across all the games where this issue happens, we just disable character rotation in those scenes rather than trying to fix it properly - This should only affect images from the `sprite` or `portrait` folder
- Currently the method used to clip sprites to the 4:3 window doesn't work with rotation - As there are only 2 places across all the games where this issue happens, we just disable character rotation in those scenes rather than trying to fix it properly - This should only affect images from the `sprite` or `portrait` folder
- Currently the method used to clip sprites to the 4:3 window doesn't work with rotation - As there are only 2 places across all the games where this issue happens, we just disable character rotation in those scenes rather than trying to fix it properly - This should only affect images from the `sprite` or `portrait` folder
This should now be fixed in all chapters except console arcs (there is no OG mode for console arcs anyway) |
In that scene where Rena is at an angle, the sprite is cut off, no matter the sprite option, no matter the text appearance option, if the 4:3/Original BG is used.
_Originally posted by @cam1170 in #133
The text was updated successfully, but these errors were encountered: