sprites: adjust PISGA0 perspective. (#1199)

The recent two-handed sprite update raised the sprite further up the screen - which looks good, except the gun now looks like it's pointing somewhere above the center line of the screen.

This flattens the A frame out a bit. B is left as-is as it just ends up looking like recoil when you shoot.
This commit is contained in:
mc776 2023-11-18 19:14:03 -08:00 committed by GitHub
parent 50d829ca3f
commit 0511934659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -2187,7 +2187,7 @@ PINSB0 15 39
PINSC0 15 39
PINSD0 15 39
PISFA0 -144 -71
PISGA0 -125 -82
PISGA0 -125 -86
PISGB0 -125 -85
PISGC0 -124 -84
PISGD0 -125 -82 ; Unused

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After