mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 13:49:33 -05:00
Improve wallbuy chalks
This commit is contained in:
parent
300315d012
commit
486682e5c7
@ -635,6 +635,7 @@
|
||||
* Purchasing no longer shows the weapon model at other wallbuys of the same weapon
|
||||
* Lethal grenade hint string no longer displays "ammo" after purchasing
|
||||
* Downing while purchasing a melee weapon gives the melee weapon
|
||||
* Increased brightness of wallbuy chalks
|
||||
* Added melee wallbuy HUD icons to all maps
|
||||
|
||||
## Mystery Box
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
images/fxt_zmb_wep_wallbuy_05.iwi
Normal file
BIN
images/fxt_zmb_wep_wallbuy_05.iwi
Normal file
Binary file not shown.
BIN
images/fxt_zmb_wep_wallbuy_06.iwi
Normal file
BIN
images/fxt_zmb_wep_wallbuy_06.iwi
Normal file
Binary file not shown.
BIN
images/fxt_zmb_wep_wallbuy_lsat.iwi
Normal file
BIN
images/fxt_zmb_wep_wallbuy_lsat.iwi
Normal file
Binary file not shown.
BIN
images/fxt_zmb_wep_wallbuy_thompson.iwi
Normal file
BIN
images/fxt_zmb_wep_wallbuy_thompson.iwi
Normal file
Binary file not shown.
BIN
images/fxt_zmb_wep_wallbuy_uzi.iwi
Normal file
BIN
images/fxt_zmb_wep_wallbuy_uzi.iwi
Normal file
Binary file not shown.
BIN
images/~-gfxt_zmb_wep_wallbuy_01_tomb.iwi
Normal file
BIN
images/~-gfxt_zmb_wep_wallbuy_01_tomb.iwi
Normal file
Binary file not shown.
BIN
images/~-gfxt_zmb_wep_wallbuy_02_tomb.iwi
Normal file
BIN
images/~-gfxt_zmb_wep_wallbuy_02_tomb.iwi
Normal file
Binary file not shown.
BIN
images/~-gfxt_zmb_wep_wallbuy_03_tomb.iwi
Normal file
BIN
images/~-gfxt_zmb_wep_wallbuy_03_tomb.iwi
Normal file
Binary file not shown.
BIN
images/~-gfxt_zmb_wep_wallbuy_ballista_tomb.iwi
Normal file
BIN
images/~-gfxt_zmb_wep_wallbuy_ballista_tomb.iwi
Normal file
Binary file not shown.
BIN
images/~-gfxt_zmb_wep_wallbuy_five_seven_tomb.iwi
Normal file
BIN
images/~-gfxt_zmb_wep_wallbuy_five_seven_tomb.iwi
Normal file
Binary file not shown.
BIN
images/~-gfxt_zmb_wep_wallbuy_mp40_tomb.iwi
Normal file
BIN
images/~-gfxt_zmb_wep_wallbuy_mp40_tomb.iwi
Normal file
Binary file not shown.
BIN
images/~-gfxt_zmb_wep_wallbuy_stg44_tomb.iwi
Normal file
BIN
images/~-gfxt_zmb_wep_wallbuy_stg44_tomb.iwi
Normal file
Binary file not shown.
@ -205,7 +205,7 @@ offset_model(weaponname)
|
||||
}
|
||||
else if (weaponname == "vector_zm")
|
||||
{
|
||||
model_offset = (7, 0, 3);
|
||||
model_offset = (6.5, 0, 2);
|
||||
}
|
||||
|
||||
self.parent_struct.origin += (anglestoforward(self.parent_struct.angles) * model_offset[0]) + (anglestoright(self.parent_struct.angles) * model_offset[1]) + (anglestoup(self.parent_struct.angles) * model_offset[2]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user