diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-02 12:06:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-02 12:06:08 +0100 |
| commit | 094b57bb2303af12a50f9c269d2d9de26798c1b7 (patch) | |
| tree | 17f9d1b159b7380a19cb202e0b0c3c5681808a6f /launcher/resources | |
| parent | d12323396f50899d93fc05f3857823d372b99e97 (diff) | |
| parent | 9ca4f19aeabf3cc4a105159c4b4796101a401126 (diff) | |
| download | PrismLauncher-094b57bb2303af12a50f9c269d2d9de26798c1b7.tar.gz PrismLauncher-094b57bb2303af12a50f9c269d2d9de26798c1b7.tar.bz2 PrismLauncher-094b57bb2303af12a50f9c269d2d9de26798c1b7.zip | |
Merge pull request #372 from santiagocezar/rory
Diffstat (limited to 'launcher/resources')
| -rw-r--r-- | launcher/resources/backgrounds/backgrounds.qrc | 12 | ||||
| -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 -> 83235 bytes | |||
| -rw-r--r-- | launcher/resources/backgrounds/rory-flat-bday.png | bin | 0 -> 57713 bytes | |||
| -rw-r--r-- | launcher/resources/backgrounds/rory-flat-xmas.png | bin | 0 -> 59495 bytes | |||
| -rw-r--r-- | launcher/resources/backgrounds/rory-flat.png | bin | 0 -> 52337 bytes | |||
| -rw-r--r-- | launcher/resources/backgrounds/rory-xmas.png | bin | 0 -> 85543 bytes | |||
| -rw-r--r-- | launcher/resources/backgrounds/rory.png | bin | 0 -> 76448 bytes |
10 files changed, 9 insertions, 3 deletions
diff --git a/launcher/resources/backgrounds/backgrounds.qrc b/launcher/resources/backgrounds/backgrounds.qrc index 52921512..fb426707 100644 --- a/launcher/resources/backgrounds/backgrounds.qrc +++ b/launcher/resources/backgrounds/backgrounds.qrc @@ -1,8 +1,14 @@ <!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> + <file alias="rory-flat">rory-flat.png</file> + <file alias="rory-flat-xmas">rory-flat-xmas.png</file> + <file alias="rory-flat-bday">rory-flat-bday.png</file> </qresource> </RCC> 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..66b88094 --- /dev/null +++ b/launcher/resources/backgrounds/rory-bday.png diff --git a/launcher/resources/backgrounds/rory-flat-bday.png b/launcher/resources/backgrounds/rory-flat-bday.png Binary files differnew file mode 100644 index 00000000..8a6e366d --- /dev/null +++ b/launcher/resources/backgrounds/rory-flat-bday.png diff --git a/launcher/resources/backgrounds/rory-flat-xmas.png b/launcher/resources/backgrounds/rory-flat-xmas.png Binary files differnew file mode 100644 index 00000000..96c3ae38 --- /dev/null +++ b/launcher/resources/backgrounds/rory-flat-xmas.png diff --git a/launcher/resources/backgrounds/rory-flat.png b/launcher/resources/backgrounds/rory-flat.png Binary files differnew file mode 100644 index 00000000..ccec0662 --- /dev/null +++ b/launcher/resources/backgrounds/rory-flat.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..107feb78 --- /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..577f4dce --- /dev/null +++ b/launcher/resources/backgrounds/rory.png |
