diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-08 23:05:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:02:41 +0300 |
commit | 2694837a25941c737236b68dff23aafa76954c8a (patch) | |
tree | 927b0d51cd04b64c4fd6c9d009d7a18804356237 /data/graphics/gui/CMakeLists.txt | |
parent | 36b586e32474e0d21de2383aa106869cfef89902 (diff) | |
download | mv-2694837a25941c737236b68dff23aafa76954c8a.tar.gz mv-2694837a25941c737236b68dff23aafa76954c8a.tar.bz2 mv-2694837a25941c737236b68dff23aafa76954c8a.tar.xz mv-2694837a25941c737236b68dff23aafa76954c8a.zip |
Change playerbox theming.
Diffstat (limited to 'data/graphics/gui/CMakeLists.txt')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 67c1352d7..89c51478f 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -1,6 +1,9 @@ SET (FILES bubble.png button.xml + button_disabled.xml + button_highlighted.xml + button_pressed.xml buttonplay.png checkbox.png circle-gray.png @@ -11,6 +14,7 @@ SET (FILES equipmentbox.png item_shortcut_bgr.png mouse.png + playerbox_background.xml progress-indicator.png radioin.png radioin_highlight.png |