Scientist Hunt: Fixed weapon kill icon info.

This commit is contained in:
Marco Cawthorne 2019-09-05 04:47:43 +02:00
parent cf795010b9
commit 396e811850
3 changed files with 6 additions and 6 deletions

View File

@ -223,9 +223,9 @@ weapon_t w_cannon =
ITEM_CANNON,
2,
3,
"sprites/640hud1.spr_0.tga",
"sprites/w_cannon.spr_0.tga",
[48,16],
[192,80],
[192,0],
w_cannon_draw,
w_cannon_holster,
w_cannon_primary,

View File

@ -152,9 +152,9 @@ weapon_t w_chainsaw =
ITEM_CHAINSAW,
0,
2,
"sprites/640hud1.spr_0.tga",
"sprites/chainsaw.spr_0.tga",
[48,16],
[192,80],
[192,0],
w_chainsaw_draw,
w_chainsaw_holster,
w_chainsaw_primary,

View File

@ -218,9 +218,9 @@ weapon_t w_hammer =
ITEM_HAMMER,
0,
1,
"sprites/640hud1.spr_0.tga",
"sprites/hammer.spr_0.tga",
[48,16],
[192,80],
[192,0],
w_hammer_draw,
w_hammer_holster,
w_hammer_primary,