diff options
| author | CriticalFlaw <[email protected]> | 2021-06-30 23:42:02 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-06-30 23:42:02 -0400 |
| commit | 33cd7777d61950151adde3fde787d7e84709717b (patch) | |
| tree | 77c144be253de5746ff9189c10d0bc925689ad71 /resource/ui/econ/backpackpanel.res | |
| parent | bbee27c902f81e1108bcaeaaace568e6bb97d4cb (diff) | |
Updated Mann Co. Store
Diffstat (limited to 'resource/ui/econ/backpackpanel.res')
| -rw-r--r-- | resource/ui/econ/backpackpanel.res | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/resource/ui/econ/backpackpanel.res b/resource/ui/econ/backpackpanel.res index 3c5ddb5..2909f79 100644 --- a/resource/ui/econ/backpackpanel.res +++ b/resource/ui/econ/backpackpanel.res @@ -415,8 +415,15 @@ "dulltext" "0" "brighttext" "0" "Command" "prevpage" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "ColorCyan" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "ColorCyan" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" } "CurPageLabel" @@ -458,8 +465,15 @@ "dulltext" "0" "brighttext" "0" "Command" "nextpage" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "ColorCyan" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "ColorCyan" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" } "DragToNextPageButton" |
