diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-07-25 19:11:59 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-07-25 19:50:44 +0200 |
commit | 20b9f2b42a3b58b6081af271774fbcc34025dccb (patch) | |
tree | 064fa59facb3357139b47bd4e60bfc8edb35ca11 /launcher/resources/backgrounds | |
parent | dd133680858351e3e07690e286882327a4f42ba5 (diff) | |
download | PrismLauncher-20b9f2b42a3b58b6081af271774fbcc34025dccb.tar.gz PrismLauncher-20b9f2b42a3b58b6081af271774fbcc34025dccb.tar.bz2 PrismLauncher-20b9f2b42a3b58b6081af271774fbcc34025dccb.zip |
NOISSUE Flatten gui and logic libraries into MultiMC
Diffstat (limited to 'launcher/resources/backgrounds')
-rw-r--r-- | launcher/resources/backgrounds/backgrounds.qrc | 7 | ||||
-rw-r--r-- | launcher/resources/backgrounds/catbgrnd2.png | bin | 0 -> 62973 bytes | |||
-rw-r--r-- | launcher/resources/backgrounds/catmas.png | bin | 0 -> 72818 bytes |
3 files changed, 7 insertions, 0 deletions
diff --git a/launcher/resources/backgrounds/backgrounds.qrc b/launcher/resources/backgrounds/backgrounds.qrc new file mode 100644 index 00000000..83505635 --- /dev/null +++ b/launcher/resources/backgrounds/backgrounds.qrc @@ -0,0 +1,7 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource prefix="/backgrounds"> + <file alias="kitteh">catbgrnd2.png</file> + <file alias="catmas">catmas.png</file> + </qresource> +</RCC> diff --git a/launcher/resources/backgrounds/catbgrnd2.png b/launcher/resources/backgrounds/catbgrnd2.png Binary files differnew file mode 100644 index 00000000..e9de7f27 --- /dev/null +++ b/launcher/resources/backgrounds/catbgrnd2.png diff --git a/launcher/resources/backgrounds/catmas.png b/launcher/resources/backgrounds/catmas.png Binary files differnew file mode 100644 index 00000000..8bdb1d5c --- /dev/null +++ b/launcher/resources/backgrounds/catmas.png |