mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- made a slash for the ammo display in Blood.
This commit is contained in:
parent
e5612b82c7
commit
921f4e54d9
3 changed files with 2 additions and 1 deletions
|
@ -181,7 +181,7 @@ private:
|
||||||
// Hackasaurus rex to give me a slash when drawing the weapon count of a reloadable gun.
|
// Hackasaurus rex to give me a slash when drawing the weapon count of a reloadable gun.
|
||||||
if (string[i] == 47 && nTile == kSBarNumberAmmo)
|
if (string[i] == 47 && nTile == kSBarNumberAmmo)
|
||||||
{
|
{
|
||||||
DrawStatSprite(4207, x, y, nShade, nPalette, nStat, nScale, STYLE_Translucent, align);
|
DrawStatSprite(9280, x, y, nShade, nPalette, nStat, nScale, STYLE_Translucent, align);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -64,3 +64,4 @@ tilefromtexture 9276 { file "tiles/9276.png" }
|
||||||
tilefromtexture 9277 { file "tiles/9277.png" }
|
tilefromtexture 9277 { file "tiles/9277.png" }
|
||||||
tilefromtexture 9278 { file "tiles/9278.png" }
|
tilefromtexture 9278 { file "tiles/9278.png" }
|
||||||
tilefromtexture 9279 { file "tiles/9279.png" }
|
tilefromtexture 9279 { file "tiles/9279.png" }
|
||||||
|
tilefromtexture 9280 { file "tiles/9280.png" }
|
||||||
|
|
BIN
wadsrc/static/filter/blood/tiles/9280.png
Normal file
BIN
wadsrc/static/filter/blood/tiles/9280.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 B |
Loading…
Reference in a new issue