mirror of
https://github.com/HaodongMo/ArcCW.git
synced 2025-03-04 03:13:30 -05:00
Default (empty/no att.) icon replacement
Less visually appealing, less detailed
This commit is contained in:
parent
535e3d392c
commit
8efca95d74
@ -76,7 +76,7 @@ end
|
||||
|
||||
else
|
||||
|
||||
local defaulticon = Material("hud/atts/default.png")
|
||||
local defaulticon = Material("hud/atts/default.png", "mips smooth")
|
||||
|
||||
|
||||
function ENT:DrawTranslucent()
|
||||
|
@ -164,8 +164,8 @@ function SWEP:CloseCustomizeHUD()
|
||||
end
|
||||
end
|
||||
|
||||
local defaultatticon = Material("hud/atts/default.png", "mips")
|
||||
local blockedatticon = Material("hud/atts/blocked.png", "mips")
|
||||
local defaultatticon = Material("hud/atts/default.png", "mips smooth")
|
||||
local blockedatticon = Material("hud/atts/blocked.png", "mips smooth")
|
||||
local activeslot = nil
|
||||
|
||||
SWEP.InAttMenu = false
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 6.7 KiB |
Loading…
Reference in New Issue
Block a user