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/images/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/images/CMakeLists.txt')
-rw-r--r-- | data/graphics/images/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt index 6694f254..f3fa7180 100644 --- a/data/graphics/images/CMakeLists.txt +++ b/data/graphics/images/CMakeLists.txt @@ -1,5 +1,6 @@ SET(FILES - login_wallpaper.png + bg_image.png + bg_overlay.png ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) |