mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Use world icon for tool HUD (#494)
This commit is contained in:
parent
8d6ad3b8f6
commit
620d3ba776
@ -1004,7 +1004,7 @@ if(CLIENT) then
|
||||
TOOL.Information = {
|
||||
{ name = "left" },
|
||||
{ name = "right", stage = 0 },
|
||||
{ name = "right_world", stage = 0, icon2 = "gui/info" },
|
||||
{ name = "right_world", stage = 0, icon2 = "icon16/world.png" },
|
||||
{ name = "right_shift", stage = 0, icon2 = "gui/info" },
|
||||
{ name = "right_alt", stage = 1 },
|
||||
{ name = "reload_alt", stage = 1 },
|
||||
|
Loading…
Reference in New Issue
Block a user