From 20b9f2b42a3b58b6081af271774fbcc34025dccb Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 25 Jul 2021 19:11:59 +0200 Subject: NOISSUE Flatten gui and logic libraries into MultiMC --- launcher/resources/backgrounds/backgrounds.qrc | 7 +++++++ launcher/resources/backgrounds/catbgrnd2.png | Bin 0 -> 62973 bytes launcher/resources/backgrounds/catmas.png | Bin 0 -> 72818 bytes 3 files changed, 7 insertions(+) create mode 100644 launcher/resources/backgrounds/backgrounds.qrc create mode 100644 launcher/resources/backgrounds/catbgrnd2.png create mode 100644 launcher/resources/backgrounds/catmas.png (limited to 'launcher/resources/backgrounds') 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 @@ + + + + catbgrnd2.png + catmas.png + + diff --git a/launcher/resources/backgrounds/catbgrnd2.png b/launcher/resources/backgrounds/catbgrnd2.png new file mode 100644 index 00000000..e9de7f27 Binary files /dev/null and b/launcher/resources/backgrounds/catbgrnd2.png differ diff --git a/launcher/resources/backgrounds/catmas.png b/launcher/resources/backgrounds/catmas.png new file mode 100644 index 00000000..8bdb1d5c Binary files /dev/null and b/launcher/resources/backgrounds/catmas.png differ -- cgit