diff options
author | Santiago Cézar <santiagocezar2013@gmail.com> | 2022-11-01 19:06:27 -0300 |
---|---|---|
committer | Santiago Cézar <santiagocezar2013@gmail.com> | 2022-11-01 19:06:27 -0300 |
commit | 0a0ce74105b1c01bb312175a823e715d6abb310c (patch) | |
tree | db0c0531b98e03cedc05e3fa19fdbbc3ac6b9993 /launcher/resources/backgrounds | |
parent | 7086b1e65ceab38c823542af2c652726d2ad1e09 (diff) | |
download | PrismLauncher-0a0ce74105b1c01bb312175a823e715d6abb310c.tar.gz PrismLauncher-0a0ce74105b1c01bb312175a823e715d6abb310c.tar.bz2 PrismLauncher-0a0ce74105b1c01bb312175a823e715d6abb310c.zip |
add rory
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com>
Co-authored-by: Ashtaka <66513643+AshtakaOOf@users.noreply.github.com>
Diffstat (limited to 'launcher/resources/backgrounds')
-rw-r--r-- | launcher/resources/backgrounds/backgrounds.qrc | 9 | ||||
-rw-r--r-- | launcher/resources/backgrounds/generic.jpg | bin | 0 -> 335269 bytes | |||
-rw-r--r-- | launcher/resources/backgrounds/kitteh-bday.png (renamed from launcher/resources/backgrounds/cattiversary.png) | bin | 99736 -> 99736 bytes | |||
-rw-r--r-- | launcher/resources/backgrounds/kitteh-xmas.png (renamed from launcher/resources/backgrounds/catmas.png) | bin | 72818 -> 72818 bytes | |||
-rw-r--r-- | launcher/resources/backgrounds/kitteh.png (renamed from launcher/resources/backgrounds/catbgrnd2.png) | bin | 62973 -> 62973 bytes | |||
-rw-r--r-- | launcher/resources/backgrounds/rory-bday.png | bin | 0 -> 89472 bytes | |||
-rw-r--r-- | launcher/resources/backgrounds/rory-xmas.png | bin | 0 -> 90158 bytes | |||
-rw-r--r-- | launcher/resources/backgrounds/rory.png | bin | 0 -> 90624 bytes |
8 files changed, 6 insertions, 3 deletions
diff --git a/launcher/resources/backgrounds/backgrounds.qrc b/launcher/resources/backgrounds/backgrounds.qrc index 52921512..db48af8b 100644 --- a/launcher/resources/backgrounds/backgrounds.qrc +++ b/launcher/resources/backgrounds/backgrounds.qrc @@ -1,8 +1,11 @@ <!DOCTYPE RCC> <RCC version="1.0"> <qresource prefix="/backgrounds"> - <file alias="kitteh">catbgrnd2.png</file> - <file alias="catmas">catmas.png</file> - <file alias="cattiversary">cattiversary.png</file> + <file alias="kitteh">kitteh.png</file> + <file alias="kitteh-xmas">kitteh-xmas.png</file> + <file alias="kitteh-bday">kitteh-bday.png</file> + <file alias="rory">rory.png</file> + <file alias="rory-xmas">rory-xmas.png</file> + <file alias="rory-bday">rory-bday.png</file> </qresource> </RCC> diff --git a/launcher/resources/backgrounds/generic.jpg b/launcher/resources/backgrounds/generic.jpg Binary files differnew file mode 100644 index 00000000..c4832b0a --- /dev/null +++ b/launcher/resources/backgrounds/generic.jpg diff --git a/launcher/resources/backgrounds/cattiversary.png b/launcher/resources/backgrounds/kitteh-bday.png Binary files differindex 09a36566..09a36566 100644 --- a/launcher/resources/backgrounds/cattiversary.png +++ b/launcher/resources/backgrounds/kitteh-bday.png diff --git a/launcher/resources/backgrounds/catmas.png b/launcher/resources/backgrounds/kitteh-xmas.png Binary files differindex 8bdb1d5c..8bdb1d5c 100644 --- a/launcher/resources/backgrounds/catmas.png +++ b/launcher/resources/backgrounds/kitteh-xmas.png diff --git a/launcher/resources/backgrounds/catbgrnd2.png b/launcher/resources/backgrounds/kitteh.png Binary files differindex e9de7f27..e9de7f27 100644 --- a/launcher/resources/backgrounds/catbgrnd2.png +++ b/launcher/resources/backgrounds/kitteh.png diff --git a/launcher/resources/backgrounds/rory-bday.png b/launcher/resources/backgrounds/rory-bday.png Binary files differnew file mode 100644 index 00000000..c1f576f0 --- /dev/null +++ b/launcher/resources/backgrounds/rory-bday.png diff --git a/launcher/resources/backgrounds/rory-xmas.png b/launcher/resources/backgrounds/rory-xmas.png Binary files differnew file mode 100644 index 00000000..6134c71a --- /dev/null +++ b/launcher/resources/backgrounds/rory-xmas.png diff --git a/launcher/resources/backgrounds/rory.png b/launcher/resources/backgrounds/rory.png Binary files differnew file mode 100644 index 00000000..9dc69354 --- /dev/null +++ b/launcher/resources/backgrounds/rory.png |