mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
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:
parent
50d829ca3f
commit
0511934659
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue