diff options
| author | CriticalFlaw <[email protected]> | 2018-03-30 15:17:12 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-03-30 15:17:12 -0400 |
| commit | 12b091212449b1b900d3b236b45e4acc97a8cc05 (patch) | |
| tree | 13c3d2c843a0888414538808a4dece31eba86812 /resource | |
| parent | 9b1cb9a95ca06a2be261898ef33425676bf79e32 (diff) | |
20180330 - Updated Item Icons to use better images
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ui/FreezePanel_Basic.res | 1 | ||||
| -rw-r--r-- | resource/ui/HudInspectPanel.res | 1 | ||||
| -rw-r--r-- | resource/ui/Spectator.res | 1 | ||||
| -rw-r--r-- | resource/ui/SpectatorTournament.res | 1 | ||||
| -rw-r--r-- | resource/ui/econ/BackpackPanel.res | 1 | ||||
| -rw-r--r-- | resource/ui/itemselectionpanel.res | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/resource/ui/FreezePanel_Basic.res b/resource/ui/FreezePanel_Basic.res index 1740b72..8280c45 100644 --- a/resource/ui/FreezePanel_Basic.res +++ b/resource/ui/FreezePanel_Basic.res @@ -221,6 +221,7 @@ "fieldName" "itemmodelpanel" "use_item_rendertarget" "0" "useparentbg" "1" + "inventory_image_type" "1" } "ItemLabel" diff --git a/resource/ui/HudInspectPanel.res b/resource/ui/HudInspectPanel.res index c0c4f8a..307433e 100644 --- a/resource/ui/HudInspectPanel.res +++ b/resource/ui/HudInspectPanel.res @@ -64,6 +64,7 @@ "fieldName" "itemmodelpanel"
"use_item_rendertarget" "0"
"useparentbg" "1"
+ "inventory_image_type" "1"
}
"ItemLabel"
diff --git a/resource/ui/Spectator.res b/resource/ui/Spectator.res index 61df14a..ccf187e 100644 --- a/resource/ui/Spectator.res +++ b/resource/ui/Spectator.res @@ -359,6 +359,7 @@ "fieldName" "itemmodelpanel"
"use_item_rendertarget" "0"
"useparentbg" "1"
+ "inventory_image_type" "1"
}
"ItemLabel"
diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index 7f0bb44..341dace 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -538,6 +538,7 @@ "fieldName" "itemmodelpanel" "use_item_rendertarget" "0" "useparentbg" "1" + "inventory_image_type" "1" } "ItemLabel" diff --git a/resource/ui/econ/BackpackPanel.res b/resource/ui/econ/BackpackPanel.res index a993043..e75aa20 100644 --- a/resource/ui/econ/BackpackPanel.res +++ b/resource/ui/econ/BackpackPanel.res @@ -121,6 +121,7 @@ { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } "New" diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index bb29ad4..26e9709 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -70,6 +70,7 @@ { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } "use_item_sounds" "1" |
