mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
sprites: fix minigunner loop. (#899)
The looping sprite different size vanilla bug strikes again! This one's unnoticeable if you look at the offsets or test on even ground, but *painfully* obvious when the minigunner is firing at something to the side while standing on a ledge - it'll just shift back and forth drastically every frame.
This commit is contained in:
parent
2ddb2c1905
commit
1523cf7535
4 changed files with 3 additions and 3 deletions
|
@ -1231,21 +1231,21 @@ CPOSA2A8 16 51
|
|||
CPOSB2B8 18 53
|
||||
CPOSC2C8 16 52
|
||||
CPOSD2D8 16 53
|
||||
CPOSE2E8 26 52
|
||||
CPOSE2E8 30 52
|
||||
CPOSF2F8 30 52
|
||||
CPOSG2G8 23 52
|
||||
CPOSA3A7 17 52
|
||||
CPOSB3B7 21 52
|
||||
CPOSC3C7 13 52
|
||||
CPOSD3D7 21 52
|
||||
CPOSE3E7 33 52
|
||||
CPOSE3E7 44 52
|
||||
CPOSF3F7 44 52
|
||||
CPOSG3G7 24 52
|
||||
CPOSA4A6 24 52
|
||||
CPOSB4B6 27 53
|
||||
CPOSC4C6 26 53
|
||||
CPOSD4D6 26 54
|
||||
CPOSE4E6 22 53
|
||||
CPOSE4E6 27 53
|
||||
CPOSF4F6 27 53
|
||||
CPOSG4G6 29 53
|
||||
CPOSA5 25 52
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue