diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-08-02 03:30:03 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-08-02 03:30:23 +0200 |
commit | 33032808e024b6dade5b751f15f4878edd507787 (patch) | |
tree | f451fba79080bdeb0c4d9f10c215cff3653491e7 /data/graphics/gui/CMakeLists.txt | |
parent | 7e8ba785e95385d32024e151697d2e6d4ec61ef3 (diff) | |
download | mana-33032808e024b6dade5b751f15f4878edd507787.tar.gz mana-33032808e024b6dade5b751f15f4878edd507787.tar.bz2 mana-33032808e024b6dade5b751f15f4878edd507787.tar.xz mana-33032808e024b6dade5b751f15f4878edd507787.zip |
Dynamically scaling background for login screen
Hacked Graphics::drawRescaledImage a bit to make it work...
Diffstat (limited to 'data/graphics/gui/CMakeLists.txt')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 51782750..ab114449 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -1,4 +1,5 @@ SET (FILES + bg.xml bubble.png button.png button-icon-confirm.png @@ -37,6 +38,7 @@ SET (FILES radioout.png radioout_highlight.png resize.png + scrolls.png selection.png slider.png slider_hilight.png |