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/MultiMC.icns | Bin 0 -> 782703 bytes launcher/resources/MultiMC.ico | Bin 0 -> 55224 bytes launcher/resources/MultiMC.manifest | 31 + launcher/resources/OSX/OSX.qrc | 38 + launcher/resources/OSX/index.theme | 11 + launcher/resources/OSX/scalable/about.svg | 20 + launcher/resources/OSX/scalable/accounts.svg | 16 + launcher/resources/OSX/scalable/bug.svg | 25 + launcher/resources/OSX/scalable/centralmods.svg | 16 + launcher/resources/OSX/scalable/checkupdate.svg | 22 + launcher/resources/OSX/scalable/copy.svg | 18 + launcher/resources/OSX/scalable/coremods.svg | 21 + launcher/resources/OSX/scalable/externaltools.svg | 14 + launcher/resources/OSX/scalable/help.svg | 51 + .../resources/OSX/scalable/instance-settings.svg | 25 + launcher/resources/OSX/scalable/jarmods.svg | 30 + launcher/resources/OSX/scalable/java.svg | 33 + launcher/resources/OSX/scalable/language.svg | 40 + launcher/resources/OSX/scalable/loadermods.svg | 14 + launcher/resources/OSX/scalable/log.svg | 19 + launcher/resources/OSX/scalable/minecraft.svg | 12 + launcher/resources/OSX/scalable/multimc.svg | 18 + launcher/resources/OSX/scalable/new.svg | 19 + launcher/resources/OSX/scalable/news.svg | 16 + launcher/resources/OSX/scalable/notes.svg | 21 + launcher/resources/OSX/scalable/patreon.svg | 15 + launcher/resources/OSX/scalable/proxy.svg | 16 + launcher/resources/OSX/scalable/quickmods.svg | 18 + launcher/resources/OSX/scalable/refresh.svg | 16 + launcher/resources/OSX/scalable/resourcepacks.svg | 17 + launcher/resources/OSX/scalable/screenshots.svg | 19 + launcher/resources/OSX/scalable/settings.svg | 25 + launcher/resources/OSX/scalable/status-bad.svg | 11 + launcher/resources/OSX/scalable/status-good.svg | 19 + launcher/resources/OSX/scalable/status-yellow.svg | 16 + launcher/resources/OSX/scalable/viewfolder.svg | 16 + launcher/resources/OSX/scalable/worlds.svg | 58 + launcher/resources/assets/underconstruction.png | Bin 0 -> 14490 bytes launcher/resources/backgrounds/backgrounds.qrc | 7 + launcher/resources/backgrounds/catbgrnd2.png | Bin 0 -> 62973 bytes launcher/resources/backgrounds/catmas.png | Bin 0 -> 72818 bytes launcher/resources/documents/documents.qrc | 7 + launcher/resources/flat/flat.qrc | 45 + launcher/resources/flat/index.theme | 11 + launcher/resources/flat/scalable/about.svg | 3 + launcher/resources/flat/scalable/accounts.svg | 3 + launcher/resources/flat/scalable/bug.svg | 3 + launcher/resources/flat/scalable/cat.svg | 3 + launcher/resources/flat/scalable/centralmods.svg | 3 + launcher/resources/flat/scalable/checkupdate.svg | 3 + launcher/resources/flat/scalable/copy.svg | 3 + launcher/resources/flat/scalable/coremods.svg | 3 + launcher/resources/flat/scalable/discord.svg | 4 + launcher/resources/flat/scalable/externaltools.svg | 3 + launcher/resources/flat/scalable/help.svg | 17 + .../resources/flat/scalable/instance-settings.svg | 3 + launcher/resources/flat/scalable/jarmods.svg | 3 + launcher/resources/flat/scalable/java.svg | 3 + launcher/resources/flat/scalable/language.svg | 103 ++ launcher/resources/flat/scalable/loadermods.svg | 3 + launcher/resources/flat/scalable/log.svg | 3 + launcher/resources/flat/scalable/minecraft.svg | 3 + launcher/resources/flat/scalable/multimc.svg | 3 + launcher/resources/flat/scalable/new.svg | 3 + launcher/resources/flat/scalable/news.svg | 3 + launcher/resources/flat/scalable/notes.svg | 3 + launcher/resources/flat/scalable/packages.svg | 3 + launcher/resources/flat/scalable/patreon.svg | 3 + launcher/resources/flat/scalable/proxy.svg | 3 + launcher/resources/flat/scalable/quickmods.svg | 3 + launcher/resources/flat/scalable/reddit-alien.svg | 3 + launcher/resources/flat/scalable/refresh.svg | 3 + launcher/resources/flat/scalable/resourcepacks.svg | 3 + .../flat/scalable/screenshot-placeholder.svg | 3 + launcher/resources/flat/scalable/screenshots.svg | 3 + launcher/resources/flat/scalable/settings.svg | 3 + launcher/resources/flat/scalable/star.svg | 3 + launcher/resources/flat/scalable/status-bad.svg | 3 + launcher/resources/flat/scalable/status-good.svg | 3 + .../resources/flat/scalable/status-running.svg | 3 + launcher/resources/flat/scalable/status-yellow.svg | 3 + launcher/resources/flat/scalable/viewfolder.svg | 3 + launcher/resources/flat/scalable/worlds.svg | 3 + launcher/resources/iOS/iOS.qrc | 38 + launcher/resources/iOS/index.theme | 11 + launcher/resources/iOS/scalable/about.svg | 16 + launcher/resources/iOS/scalable/accounts.svg | 14 + launcher/resources/iOS/scalable/bug.svg | 22 + launcher/resources/iOS/scalable/centralmods.svg | 13 + launcher/resources/iOS/scalable/checkupdate.svg | 16 + launcher/resources/iOS/scalable/copy.svg | 13 + launcher/resources/iOS/scalable/coremods.svg | 18 + launcher/resources/iOS/scalable/externaltools.svg | 13 + launcher/resources/iOS/scalable/help.svg | 38 + .../resources/iOS/scalable/instance-settings.svg | 19 + launcher/resources/iOS/scalable/jarmods.svg | 31 + launcher/resources/iOS/scalable/java.svg | 33 + launcher/resources/iOS/scalable/language.svg | 32 + launcher/resources/iOS/scalable/loadermods.svg | 14 + launcher/resources/iOS/scalable/log.svg | 13 + launcher/resources/iOS/scalable/minecraft.svg | 8 + launcher/resources/iOS/scalable/multimc.svg | 13 + launcher/resources/iOS/scalable/new.svg | 13 + launcher/resources/iOS/scalable/news.svg | 14 + launcher/resources/iOS/scalable/notes.svg | 15 + launcher/resources/iOS/scalable/patreon.svg | 12 + launcher/resources/iOS/scalable/proxy.svg | 11 + launcher/resources/iOS/scalable/quickmods.svg | 14 + launcher/resources/iOS/scalable/refresh.svg | 13 + launcher/resources/iOS/scalable/resourcepacks.svg | 15 + launcher/resources/iOS/scalable/screenshots.svg | 14 + launcher/resources/iOS/scalable/settings.svg | 19 + launcher/resources/iOS/scalable/status-bad.svg | 10 + launcher/resources/iOS/scalable/status-good.svg | 18 + launcher/resources/iOS/scalable/status-yellow.svg | 56 + launcher/resources/iOS/scalable/viewfolder.svg | 12 + launcher/resources/iOS/scalable/worlds.svg | 44 + launcher/resources/multimc.rc | 29 + .../multimc/128x128/instances/chicken.png | Bin 0 -> 6369 bytes .../multimc/128x128/instances/creeper.png | Bin 0 -> 9046 bytes .../multimc/128x128/instances/enderpearl.png | Bin 0 -> 21425 bytes .../resources/multimc/128x128/instances/flame.png | Bin 0 -> 3375 bytes .../multimc/128x128/instances/ftb_glow.png | Bin 0 -> 12708 bytes .../multimc/128x128/instances/ftb_logo.png | Bin 0 -> 7883 bytes .../resources/multimc/128x128/instances/gear.png | Bin 0 -> 18321 bytes .../multimc/128x128/instances/herobrine.png | Bin 0 -> 4937 bytes .../multimc/128x128/instances/infinity.png | Bin 0 -> 15151 bytes .../multimc/128x128/instances/magitech.png | Bin 0 -> 23097 bytes .../resources/multimc/128x128/instances/meat.png | Bin 0 -> 10583 bytes .../multimc/128x128/instances/netherstar.png | Bin 0 -> 14062 bytes .../multimc/128x128/instances/skeleton.png | Bin 0 -> 3673 bytes .../multimc/128x128/instances/squarecreeper.png | Bin 0 -> 9136 bytes .../resources/multimc/128x128/instances/steve.png | Bin 0 -> 4312 bytes .../resources/multimc/128x128/unknown_server.png | Bin 0 -> 11085 bytes launcher/resources/multimc/16x16/about.png | Bin 0 -> 1270 bytes launcher/resources/multimc/16x16/bug.png | Bin 0 -> 734 bytes launcher/resources/multimc/16x16/cat.png | Bin 0 -> 736 bytes launcher/resources/multimc/16x16/centralmods.png | Bin 0 -> 1145 bytes launcher/resources/multimc/16x16/checkupdate.png | Bin 0 -> 1212 bytes launcher/resources/multimc/16x16/copy.png | Bin 0 -> 957 bytes launcher/resources/multimc/16x16/coremods.png | Bin 0 -> 702 bytes launcher/resources/multimc/16x16/help.png | Bin 0 -> 1297 bytes .../resources/multimc/16x16/instance-settings.png | Bin 0 -> 1410 bytes launcher/resources/multimc/16x16/jarmods.png | Bin 0 -> 693 bytes launcher/resources/multimc/16x16/loadermods.png | Bin 0 -> 731 bytes launcher/resources/multimc/16x16/log.png | Bin 0 -> 630 bytes launcher/resources/multimc/16x16/minecraft.png | Bin 0 -> 782 bytes launcher/resources/multimc/16x16/new.png | Bin 0 -> 1175 bytes launcher/resources/multimc/16x16/news.png | Bin 0 -> 727 bytes launcher/resources/multimc/16x16/noaccount.png | Bin 0 -> 334 bytes launcher/resources/multimc/16x16/patreon.png | Bin 0 -> 840 bytes launcher/resources/multimc/16x16/refresh.png | Bin 0 -> 931 bytes launcher/resources/multimc/16x16/resourcepacks.png | Bin 0 -> 1207 bytes launcher/resources/multimc/16x16/screenshots.png | Bin 0 -> 976 bytes launcher/resources/multimc/16x16/settings.png | Bin 0 -> 1410 bytes launcher/resources/multimc/16x16/star.png | Bin 0 -> 729 bytes launcher/resources/multimc/16x16/status-bad.png | Bin 0 -> 643 bytes launcher/resources/multimc/16x16/status-good.png | Bin 0 -> 714 bytes .../resources/multimc/16x16/status-running.png | Bin 0 -> 675 bytes launcher/resources/multimc/16x16/status-yellow.png | Bin 0 -> 590 bytes launcher/resources/multimc/16x16/viewfolder.png | Bin 0 -> 852 bytes launcher/resources/multimc/16x16/worlds.png | Bin 0 -> 870 bytes launcher/resources/multimc/22x22/about.png | Bin 0 -> 1693 bytes launcher/resources/multimc/22x22/bug.png | Bin 0 -> 1180 bytes launcher/resources/multimc/22x22/cat.png | Bin 0 -> 1034 bytes launcher/resources/multimc/22x22/centralmods.png | Bin 0 -> 1561 bytes launcher/resources/multimc/22x22/checkupdate.png | Bin 0 -> 1635 bytes launcher/resources/multimc/22x22/copy.png | Bin 0 -> 1004 bytes launcher/resources/multimc/22x22/help.png | Bin 0 -> 1735 bytes .../resources/multimc/22x22/instance-settings.png | Bin 0 -> 1964 bytes launcher/resources/multimc/22x22/new.png | Bin 0 -> 1440 bytes launcher/resources/multimc/22x22/news.png | Bin 0 -> 1173 bytes launcher/resources/multimc/22x22/patreon.png | Bin 0 -> 939 bytes launcher/resources/multimc/22x22/refresh.png | Bin 0 -> 1283 bytes launcher/resources/multimc/22x22/screenshots.png | Bin 0 -> 1320 bytes launcher/resources/multimc/22x22/settings.png | Bin 0 -> 1964 bytes launcher/resources/multimc/22x22/status-bad.png | Bin 0 -> 968 bytes launcher/resources/multimc/22x22/status-good.png | Bin 0 -> 994 bytes .../resources/multimc/22x22/status-running.png | Bin 0 -> 957 bytes launcher/resources/multimc/22x22/status-yellow.png | Bin 0 -> 803 bytes launcher/resources/multimc/22x22/viewfolder.png | Bin 0 -> 1006 bytes launcher/resources/multimc/22x22/worlds.png | Bin 0 -> 1397 bytes launcher/resources/multimc/24x24/cat.png | Bin 0 -> 1252 bytes launcher/resources/multimc/24x24/coremods.png | Bin 0 -> 1281 bytes launcher/resources/multimc/24x24/jarmods.png | Bin 0 -> 1170 bytes launcher/resources/multimc/24x24/loadermods.png | Bin 0 -> 1240 bytes launcher/resources/multimc/24x24/log.png | Bin 0 -> 1117 bytes launcher/resources/multimc/24x24/minecraft.png | Bin 0 -> 1500 bytes launcher/resources/multimc/24x24/noaccount.png | Bin 0 -> 344 bytes launcher/resources/multimc/24x24/patreon.png | Bin 0 -> 977 bytes launcher/resources/multimc/24x24/resourcepacks.png | Bin 0 -> 2000 bytes launcher/resources/multimc/24x24/star.png | Bin 0 -> 1217 bytes launcher/resources/multimc/24x24/status-bad.png | Bin 0 -> 1102 bytes launcher/resources/multimc/24x24/status-good.png | Bin 0 -> 1066 bytes .../resources/multimc/24x24/status-running.png | Bin 0 -> 1059 bytes launcher/resources/multimc/24x24/status-yellow.png | Bin 0 -> 872 bytes launcher/resources/multimc/256x256/minecraft.png | Bin 0 -> 49869 bytes launcher/resources/multimc/32x32/about.png | Bin 0 -> 2658 bytes launcher/resources/multimc/32x32/bug.png | Bin 0 -> 1772 bytes launcher/resources/multimc/32x32/cat.png | Bin 0 -> 1678 bytes launcher/resources/multimc/32x32/centralmods.png | Bin 0 -> 2119 bytes launcher/resources/multimc/32x32/checkupdate.png | Bin 0 -> 2480 bytes launcher/resources/multimc/32x32/copy.png | Bin 0 -> 1401 bytes launcher/resources/multimc/32x32/coremods.png | Bin 0 -> 1758 bytes launcher/resources/multimc/32x32/help.png | Bin 0 -> 2720 bytes .../resources/multimc/32x32/instance-settings.png | Bin 0 -> 2983 bytes .../resources/multimc/32x32/instances/brick.png | Bin 0 -> 2388 bytes .../resources/multimc/32x32/instances/chicken.png | Bin 0 -> 1181 bytes .../resources/multimc/32x32/instances/creeper.png | Bin 0 -> 1524 bytes .../resources/multimc/32x32/instances/diamond.png | Bin 0 -> 2444 bytes .../resources/multimc/32x32/instances/dirt.png | Bin 0 -> 482 bytes .../multimc/32x32/instances/enderpearl.png | Bin 0 -> 2120 bytes .../resources/multimc/32x32/instances/flame.png | Bin 0 -> 849 bytes .../resources/multimc/32x32/instances/ftb_glow.png | Bin 0 -> 1747 bytes .../resources/multimc/32x32/instances/ftb_logo.png | Bin 0 -> 1607 bytes .../resources/multimc/32x32/instances/gear.png | Bin 0 -> 2414 bytes .../resources/multimc/32x32/instances/gold.png | Bin 0 -> 2366 bytes .../resources/multimc/32x32/instances/grass.png | Bin 0 -> 618 bytes .../multimc/32x32/instances/herobrine.png | Bin 0 -> 1034 bytes .../resources/multimc/32x32/instances/infinity.png | Bin 0 -> 1714 bytes .../resources/multimc/32x32/instances/iron.png | Bin 0 -> 1772 bytes .../resources/multimc/32x32/instances/magitech.png | Bin 0 -> 2646 bytes .../resources/multimc/32x32/instances/meat.png | Bin 0 -> 1514 bytes .../multimc/32x32/instances/netherstar.png | Bin 0 -> 1942 bytes .../resources/multimc/32x32/instances/planks.png | Bin 0 -> 2299 bytes .../resources/multimc/32x32/instances/skeleton.png | Bin 0 -> 696 bytes .../multimc/32x32/instances/squarecreeper.png | Bin 0 -> 1623 bytes .../resources/multimc/32x32/instances/steve.png | Bin 0 -> 969 bytes .../resources/multimc/32x32/instances/stone.png | Bin 0 -> 1866 bytes launcher/resources/multimc/32x32/instances/tnt.png | Bin 0 -> 378 bytes launcher/resources/multimc/32x32/jarmods.png | Bin 0 -> 1566 bytes launcher/resources/multimc/32x32/loadermods.png | Bin 0 -> 1708 bytes launcher/resources/multimc/32x32/log.png | Bin 0 -> 1460 bytes launcher/resources/multimc/32x32/minecraft.png | Bin 0 -> 2495 bytes launcher/resources/multimc/32x32/new.png | Bin 0 -> 1769 bytes launcher/resources/multimc/32x32/news.png | Bin 0 -> 1752 bytes launcher/resources/multimc/32x32/noaccount.png | Bin 0 -> 363 bytes launcher/resources/multimc/32x32/patreon.png | Bin 0 -> 1086 bytes launcher/resources/multimc/32x32/refresh.png | Bin 0 -> 2182 bytes launcher/resources/multimc/32x32/resourcepacks.png | Bin 0 -> 2818 bytes launcher/resources/multimc/32x32/screenshots.png | Bin 0 -> 1892 bytes launcher/resources/multimc/32x32/settings.png | Bin 0 -> 2983 bytes launcher/resources/multimc/32x32/star.png | Bin 0 -> 1698 bytes launcher/resources/multimc/32x32/status-bad.png | Bin 0 -> 1422 bytes launcher/resources/multimc/32x32/status-good.png | Bin 0 -> 1400 bytes .../resources/multimc/32x32/status-running.png | Bin 0 -> 1425 bytes launcher/resources/multimc/32x32/status-yellow.png | Bin 0 -> 1158 bytes launcher/resources/multimc/32x32/viewfolder.png | Bin 0 -> 1518 bytes launcher/resources/multimc/32x32/worlds.png | Bin 0 -> 2336 bytes launcher/resources/multimc/48x48/about.png | Bin 0 -> 3995 bytes launcher/resources/multimc/48x48/bug.png | Bin 0 -> 3124 bytes launcher/resources/multimc/48x48/cat.png | Bin 0 -> 2733 bytes launcher/resources/multimc/48x48/centralmods.png | Bin 0 -> 3201 bytes launcher/resources/multimc/48x48/checkupdate.png | Bin 0 -> 4196 bytes launcher/resources/multimc/48x48/copy.png | Bin 0 -> 1952 bytes launcher/resources/multimc/48x48/help.png | Bin 0 -> 4170 bytes .../resources/multimc/48x48/instance-settings.png | Bin 0 -> 4797 bytes launcher/resources/multimc/48x48/log.png | Bin 0 -> 2825 bytes launcher/resources/multimc/48x48/minecraft.png | Bin 0 -> 5077 bytes launcher/resources/multimc/48x48/new.png | Bin 0 -> 2870 bytes launcher/resources/multimc/48x48/news.png | Bin 0 -> 3333 bytes launcher/resources/multimc/48x48/noaccount.png | Bin 0 -> 387 bytes launcher/resources/multimc/48x48/patreon.png | Bin 0 -> 1390 bytes launcher/resources/multimc/48x48/refresh.png | Bin 0 -> 3743 bytes launcher/resources/multimc/48x48/screenshots.png | Bin 0 -> 3010 bytes launcher/resources/multimc/48x48/settings.png | Bin 0 -> 4797 bytes launcher/resources/multimc/48x48/star.png | Bin 0 -> 3227 bytes launcher/resources/multimc/48x48/status-bad.png | Bin 0 -> 2389 bytes launcher/resources/multimc/48x48/status-good.png | Bin 0 -> 2248 bytes .../resources/multimc/48x48/status-running.png | Bin 0 -> 2288 bytes launcher/resources/multimc/48x48/status-yellow.png | Bin 0 -> 1773 bytes launcher/resources/multimc/48x48/viewfolder.png | Bin 0 -> 1945 bytes launcher/resources/multimc/48x48/worlds.png | Bin 0 -> 4043 bytes .../resources/multimc/50x50/instances/enderman.png | Bin 0 -> 2429 bytes launcher/resources/multimc/64x64/about.png | Bin 0 -> 5513 bytes launcher/resources/multimc/64x64/bug.png | Bin 0 -> 4263 bytes launcher/resources/multimc/64x64/cat.png | Bin 0 -> 4033 bytes launcher/resources/multimc/64x64/centralmods.png | Bin 0 -> 4408 bytes launcher/resources/multimc/64x64/checkupdate.png | Bin 0 -> 5858 bytes launcher/resources/multimc/64x64/copy.png | Bin 0 -> 2884 bytes launcher/resources/multimc/64x64/coremods.png | Bin 0 -> 5036 bytes launcher/resources/multimc/64x64/help.png | Bin 0 -> 5402 bytes .../resources/multimc/64x64/instance-settings.png | Bin 0 -> 7125 bytes launcher/resources/multimc/64x64/jarmods.png | Bin 0 -> 4003 bytes launcher/resources/multimc/64x64/loadermods.png | Bin 0 -> 4406 bytes launcher/resources/multimc/64x64/log.png | Bin 0 -> 3686 bytes launcher/resources/multimc/64x64/new.png | Bin 0 -> 3949 bytes launcher/resources/multimc/64x64/news.png | Bin 0 -> 4968 bytes launcher/resources/multimc/64x64/patreon.png | Bin 0 -> 1667 bytes launcher/resources/multimc/64x64/refresh.png | Bin 0 -> 5745 bytes launcher/resources/multimc/64x64/resourcepacks.png | Bin 0 -> 6805 bytes launcher/resources/multimc/64x64/screenshots.png | Bin 0 -> 4518 bytes launcher/resources/multimc/64x64/settings.png | Bin 0 -> 7125 bytes launcher/resources/multimc/64x64/star.png | Bin 0 -> 4554 bytes launcher/resources/multimc/64x64/status-bad.png | Bin 0 -> 2827 bytes launcher/resources/multimc/64x64/status-good.png | Bin 0 -> 2954 bytes .../resources/multimc/64x64/status-running.png | Bin 0 -> 3178 bytes launcher/resources/multimc/64x64/status-yellow.png | Bin 0 -> 2358 bytes launcher/resources/multimc/64x64/viewfolder.png | Bin 0 -> 2134 bytes launcher/resources/multimc/64x64/worlds.png | Bin 0 -> 7303 bytes launcher/resources/multimc/8x8/noaccount.png | Bin 0 -> 284 bytes launcher/resources/multimc/index.theme | 58 + launcher/resources/multimc/multimc.qrc | 320 +++++ .../multimc/scalable/atlauncher-placeholder.png | Bin 0 -> 13542 bytes launcher/resources/multimc/scalable/atlauncher.svg | 15 + launcher/resources/multimc/scalable/bug.svg | 387 ++++++ .../resources/multimc/scalable/centralmods.svg | 346 ++++++ .../resources/multimc/scalable/checkupdate.svg | 167 +++ .../resources/multimc/scalable/custom-commands.svg | 338 ++++++ launcher/resources/multimc/scalable/discord.svg | 108 ++ .../resources/multimc/scalable/instances/bee.svg | 159 +++ .../resources/multimc/scalable/instances/fox.svg | 290 +++++ launcher/resources/multimc/scalable/java.svg | 773 ++++++++++++ launcher/resources/multimc/scalable/language.svg | 109 ++ launcher/resources/multimc/scalable/logo.svg | 353 ++++++ launcher/resources/multimc/scalable/multimc.svg | 353 ++++++ launcher/resources/multimc/scalable/new.svg | 127 ++ launcher/resources/multimc/scalable/news.svg | 296 +++++ launcher/resources/multimc/scalable/proxy.svg | 260 +++++ .../resources/multimc/scalable/reddit-alien.svg | 189 +++ .../multimc/scalable/screenshot-placeholder.svg | 86 ++ .../resources/multimc/scalable/screenshots.svg | 1231 ++++++++++++++++++++ launcher/resources/multimc/scalable/status-bad.svg | 142 +++ .../resources/multimc/scalable/status-good.svg | 201 ++++ .../resources/multimc/scalable/status-running.svg | 187 +++ .../resources/multimc/scalable/status-yellow.svg | 155 +++ launcher/resources/multimc/scalable/technic.svg | 13 + launcher/resources/multimc/scalable/viewfolder.svg | 122 ++ launcher/resources/pe_blue/index.theme | 11 + launcher/resources/pe_blue/pe_blue.qrc | 38 + launcher/resources/pe_blue/scalable/about.svg | 16 + launcher/resources/pe_blue/scalable/accounts.svg | 46 + launcher/resources/pe_blue/scalable/bug.svg | 47 + .../resources/pe_blue/scalable/centralmods.svg | 43 + .../resources/pe_blue/scalable/checkupdate.svg | 43 + launcher/resources/pe_blue/scalable/copy.svg | 41 + launcher/resources/pe_blue/scalable/coremods.svg | 41 + .../resources/pe_blue/scalable/externaltools.svg | 41 + launcher/resources/pe_blue/scalable/help.svg | 40 + .../pe_blue/scalable/instance-settings.svg | 46 + launcher/resources/pe_blue/scalable/jarmods.svg | 22 + launcher/resources/pe_blue/scalable/java.svg | 47 + launcher/resources/pe_blue/scalable/language.svg | 46 + launcher/resources/pe_blue/scalable/loadermods.svg | 42 + launcher/resources/pe_blue/scalable/log.svg | 41 + launcher/resources/pe_blue/scalable/minecraft.svg | 44 + launcher/resources/pe_blue/scalable/multimc.svg | 61 + launcher/resources/pe_blue/scalable/new.svg | 44 + launcher/resources/pe_blue/scalable/news.svg | 13 + launcher/resources/pe_blue/scalable/notes.svg | 46 + launcher/resources/pe_blue/scalable/patreon.svg | 41 + launcher/resources/pe_blue/scalable/proxy.svg | 45 + launcher/resources/pe_blue/scalable/quickmods.svg | 43 + launcher/resources/pe_blue/scalable/refresh.svg | 41 + .../resources/pe_blue/scalable/resourcepacks.svg | 13 + .../resources/pe_blue/scalable/screenshots.svg | 44 + launcher/resources/pe_blue/scalable/settings.svg | 46 + launcher/resources/pe_blue/scalable/status-bad.svg | 10 + .../resources/pe_blue/scalable/status-good.svg | 15 + .../resources/pe_blue/scalable/status-yellow.svg | 16 + launcher/resources/pe_blue/scalable/viewfolder.svg | 42 + launcher/resources/pe_blue/scalable/worlds.svg | 63 + launcher/resources/pe_colored/index.theme | 11 + launcher/resources/pe_colored/pe_colored.qrc | 38 + launcher/resources/pe_colored/scalable/about.svg | 19 + .../resources/pe_colored/scalable/accounts.svg | 20 + launcher/resources/pe_colored/scalable/bug.svg | 17 + .../resources/pe_colored/scalable/centralmods.svg | 18 + .../resources/pe_colored/scalable/checkupdate.svg | 13 + launcher/resources/pe_colored/scalable/copy.svg | 16 + .../resources/pe_colored/scalable/coremods.svg | 16 + .../pe_colored/scalable/externaltools.svg | 13 + launcher/resources/pe_colored/scalable/help.svg | 46 + .../pe_colored/scalable/instance-settings.svg | 18 + launcher/resources/pe_colored/scalable/jarmods.svg | 22 + launcher/resources/pe_colored/scalable/java.svg | 49 + .../resources/pe_colored/scalable/language.svg | 44 + .../resources/pe_colored/scalable/loadermods.svg | 15 + launcher/resources/pe_colored/scalable/log.svg | 16 + .../resources/pe_colored/scalable/minecraft.svg | 14 + launcher/resources/pe_colored/scalable/multimc.svg | 32 + launcher/resources/pe_colored/scalable/new.svg | 16 + launcher/resources/pe_colored/scalable/news.svg | 13 + launcher/resources/pe_colored/scalable/notes.svg | 21 + launcher/resources/pe_colored/scalable/patreon.svg | 12 + launcher/resources/pe_colored/scalable/proxy.svg | 15 + .../resources/pe_colored/scalable/quickmods.svg | 14 + launcher/resources/pe_colored/scalable/refresh.svg | 11 + .../pe_colored/scalable/resourcepacks.svg | 15 + .../resources/pe_colored/scalable/screenshots.svg | 16 + .../resources/pe_colored/scalable/settings.svg | 18 + .../resources/pe_colored/scalable/status-bad.svg | 10 + .../resources/pe_colored/scalable/status-good.svg | 15 + .../pe_colored/scalable/status-yellow.svg | 16 + .../resources/pe_colored/scalable/viewfolder.svg | 17 + launcher/resources/pe_colored/scalable/worlds.svg | 50 + launcher/resources/pe_dark/index.theme | 11 + launcher/resources/pe_dark/pe_dark.qrc | 38 + launcher/resources/pe_dark/scalable/about.svg | 15 + launcher/resources/pe_dark/scalable/accounts.svg | 46 + launcher/resources/pe_dark/scalable/bug.svg | 47 + .../resources/pe_dark/scalable/centralmods.svg | 40 + .../resources/pe_dark/scalable/checkupdate.svg | 12 + launcher/resources/pe_dark/scalable/copy.svg | 40 + launcher/resources/pe_dark/scalable/coremods.svg | 41 + .../resources/pe_dark/scalable/externaltools.svg | 41 + launcher/resources/pe_dark/scalable/help.svg | 34 + .../pe_dark/scalable/instance-settings.svg | 43 + launcher/resources/pe_dark/scalable/jarmods.svg | 41 + launcher/resources/pe_dark/scalable/java.svg | 48 + launcher/resources/pe_dark/scalable/language.svg | 45 + launcher/resources/pe_dark/scalable/loadermods.svg | 42 + launcher/resources/pe_dark/scalable/log.svg | 41 + launcher/resources/pe_dark/scalable/minecraft.svg | 44 + launcher/resources/pe_dark/scalable/multimc.svg | 61 + launcher/resources/pe_dark/scalable/new.svg | 41 + launcher/resources/pe_dark/scalable/news.svg | 13 + launcher/resources/pe_dark/scalable/notes.svg | 46 + launcher/resources/pe_dark/scalable/patreon.svg | 41 + launcher/resources/pe_dark/scalable/proxy.svg | 43 + launcher/resources/pe_dark/scalable/quickmods.svg | 43 + launcher/resources/pe_dark/scalable/refresh.svg | 11 + .../resources/pe_dark/scalable/resourcepacks.svg | 13 + .../resources/pe_dark/scalable/screenshots.svg | 44 + launcher/resources/pe_dark/scalable/settings.svg | 43 + launcher/resources/pe_dark/scalable/status-bad.svg | 10 + .../resources/pe_dark/scalable/status-good.svg | 12 + .../resources/pe_dark/scalable/status-yellow.svg | 16 + launcher/resources/pe_dark/scalable/viewfolder.svg | 39 + launcher/resources/pe_dark/scalable/worlds.svg | 63 + launcher/resources/pe_light/index.theme | 11 + launcher/resources/pe_light/pe_light.qrc | 39 + launcher/resources/pe_light/scalable/about.svg | 15 + launcher/resources/pe_light/scalable/accounts.svg | 46 + launcher/resources/pe_light/scalable/bug.svg | 47 + .../resources/pe_light/scalable/centralmods.svg | 41 + .../resources/pe_light/scalable/checkupdate.svg | 13 + launcher/resources/pe_light/scalable/copy.svg | 40 + launcher/resources/pe_light/scalable/coremods.svg | 41 + .../resources/pe_light/scalable/externaltools.svg | 41 + launcher/resources/pe_light/scalable/help.svg | 36 + .../pe_light/scalable/instance-settings.svg | 43 + launcher/resources/pe_light/scalable/jarmods.svg | 41 + launcher/resources/pe_light/scalable/java.svg | 49 + launcher/resources/pe_light/scalable/language.svg | 80 ++ .../resources/pe_light/scalable/loadermods.svg | 42 + launcher/resources/pe_light/scalable/log.svg | 41 + launcher/resources/pe_light/scalable/minecraft.svg | 44 + launcher/resources/pe_light/scalable/multimc.svg | 61 + launcher/resources/pe_light/scalable/new.svg | 41 + launcher/resources/pe_light/scalable/news.svg | 12 + launcher/resources/pe_light/scalable/notes.svg | 46 + launcher/resources/pe_light/scalable/patreon.svg | 40 + launcher/resources/pe_light/scalable/proxy.svg | 45 + launcher/resources/pe_light/scalable/quickmods.svg | 43 + launcher/resources/pe_light/scalable/refresh.svg | 11 + .../resources/pe_light/scalable/resourcepacks.svg | 13 + .../resources/pe_light/scalable/screenshots.svg | 44 + launcher/resources/pe_light/scalable/settings.svg | 43 + .../resources/pe_light/scalable/status-bad.svg | 10 + .../resources/pe_light/scalable/status-good.svg | 12 + .../resources/pe_light/scalable/status-yellow.svg | 16 + .../resources/pe_light/scalable/viewfolder.svg | 40 + launcher/resources/pe_light/scalable/worlds.svg | 64 + launcher/resources/sources/clucker.svg | 404 +++++++ launcher/resources/sources/creeper.svg | 775 ++++++++++++ launcher/resources/sources/enderpearl.svg | 271 +++++ launcher/resources/sources/flame.svg | 51 + launcher/resources/sources/ftb-glow.svg | 606 ++++++++++ launcher/resources/sources/ftb-logo.svg | 257 ++++ launcher/resources/sources/gear.svg | 434 +++++++ launcher/resources/sources/herobrine.svg | 583 +++++++++ launcher/resources/sources/magitech.svg | 886 ++++++++++++++ launcher/resources/sources/meat.svg | 371 ++++++ launcher/resources/sources/multimc-discord.svg | 265 +++++ launcher/resources/sources/netherstar.svg | 342 ++++++ launcher/resources/sources/pskeleton.svg | 581 +++++++++ launcher/resources/sources/skeleton.svg | 610 ++++++++++ launcher/resources/sources/squarecreeper.svg | 828 +++++++++++++ launcher/resources/sources/steve.svg | 534 +++++++++ 480 files changed, 20778 insertions(+) create mode 100644 launcher/resources/MultiMC.icns create mode 100644 launcher/resources/MultiMC.ico create mode 100644 launcher/resources/MultiMC.manifest create mode 100644 launcher/resources/OSX/OSX.qrc create mode 100644 launcher/resources/OSX/index.theme create mode 100644 launcher/resources/OSX/scalable/about.svg create mode 100644 launcher/resources/OSX/scalable/accounts.svg create mode 100644 launcher/resources/OSX/scalable/bug.svg create mode 100644 launcher/resources/OSX/scalable/centralmods.svg create mode 100644 launcher/resources/OSX/scalable/checkupdate.svg create mode 100644 launcher/resources/OSX/scalable/copy.svg create mode 100644 launcher/resources/OSX/scalable/coremods.svg create mode 100644 launcher/resources/OSX/scalable/externaltools.svg create mode 100644 launcher/resources/OSX/scalable/help.svg create mode 100644 launcher/resources/OSX/scalable/instance-settings.svg create mode 100644 launcher/resources/OSX/scalable/jarmods.svg create mode 100644 launcher/resources/OSX/scalable/java.svg create mode 100644 launcher/resources/OSX/scalable/language.svg create mode 100644 launcher/resources/OSX/scalable/loadermods.svg create mode 100644 launcher/resources/OSX/scalable/log.svg create mode 100644 launcher/resources/OSX/scalable/minecraft.svg create mode 100644 launcher/resources/OSX/scalable/multimc.svg create mode 100644 launcher/resources/OSX/scalable/new.svg create mode 100644 launcher/resources/OSX/scalable/news.svg create mode 100644 launcher/resources/OSX/scalable/notes.svg create mode 100644 launcher/resources/OSX/scalable/patreon.svg create mode 100644 launcher/resources/OSX/scalable/proxy.svg create mode 100644 launcher/resources/OSX/scalable/quickmods.svg create mode 100644 launcher/resources/OSX/scalable/refresh.svg create mode 100644 launcher/resources/OSX/scalable/resourcepacks.svg create mode 100644 launcher/resources/OSX/scalable/screenshots.svg create mode 100644 launcher/resources/OSX/scalable/settings.svg create mode 100644 launcher/resources/OSX/scalable/status-bad.svg create mode 100644 launcher/resources/OSX/scalable/status-good.svg create mode 100644 launcher/resources/OSX/scalable/status-yellow.svg create mode 100644 launcher/resources/OSX/scalable/viewfolder.svg create mode 100644 launcher/resources/OSX/scalable/worlds.svg create mode 100644 launcher/resources/assets/underconstruction.png create mode 100644 launcher/resources/backgrounds/backgrounds.qrc create mode 100644 launcher/resources/backgrounds/catbgrnd2.png create mode 100644 launcher/resources/backgrounds/catmas.png create mode 100644 launcher/resources/documents/documents.qrc create mode 100644 launcher/resources/flat/flat.qrc create mode 100644 launcher/resources/flat/index.theme create mode 100644 launcher/resources/flat/scalable/about.svg create mode 100644 launcher/resources/flat/scalable/accounts.svg create mode 100644 launcher/resources/flat/scalable/bug.svg create mode 100644 launcher/resources/flat/scalable/cat.svg create mode 100644 launcher/resources/flat/scalable/centralmods.svg create mode 100644 launcher/resources/flat/scalable/checkupdate.svg create mode 100644 launcher/resources/flat/scalable/copy.svg create mode 100644 launcher/resources/flat/scalable/coremods.svg create mode 100644 launcher/resources/flat/scalable/discord.svg create mode 100644 launcher/resources/flat/scalable/externaltools.svg create mode 100644 launcher/resources/flat/scalable/help.svg create mode 100644 launcher/resources/flat/scalable/instance-settings.svg create mode 100644 launcher/resources/flat/scalable/jarmods.svg create mode 100644 launcher/resources/flat/scalable/java.svg create mode 100644 launcher/resources/flat/scalable/language.svg create mode 100644 launcher/resources/flat/scalable/loadermods.svg create mode 100644 launcher/resources/flat/scalable/log.svg create mode 100644 launcher/resources/flat/scalable/minecraft.svg create mode 100644 launcher/resources/flat/scalable/multimc.svg create mode 100644 launcher/resources/flat/scalable/new.svg create mode 100644 launcher/resources/flat/scalable/news.svg create mode 100644 launcher/resources/flat/scalable/notes.svg create mode 100644 launcher/resources/flat/scalable/packages.svg create mode 100644 launcher/resources/flat/scalable/patreon.svg create mode 100644 launcher/resources/flat/scalable/proxy.svg create mode 100644 launcher/resources/flat/scalable/quickmods.svg create mode 100644 launcher/resources/flat/scalable/reddit-alien.svg create mode 100644 launcher/resources/flat/scalable/refresh.svg create mode 100644 launcher/resources/flat/scalable/resourcepacks.svg create mode 100644 launcher/resources/flat/scalable/screenshot-placeholder.svg create mode 100644 launcher/resources/flat/scalable/screenshots.svg create mode 100644 launcher/resources/flat/scalable/settings.svg create mode 100644 launcher/resources/flat/scalable/star.svg create mode 100644 launcher/resources/flat/scalable/status-bad.svg create mode 100644 launcher/resources/flat/scalable/status-good.svg create mode 100644 launcher/resources/flat/scalable/status-running.svg create mode 100644 launcher/resources/flat/scalable/status-yellow.svg create mode 100644 launcher/resources/flat/scalable/viewfolder.svg create mode 100644 launcher/resources/flat/scalable/worlds.svg create mode 100644 launcher/resources/iOS/iOS.qrc create mode 100644 launcher/resources/iOS/index.theme create mode 100644 launcher/resources/iOS/scalable/about.svg create mode 100644 launcher/resources/iOS/scalable/accounts.svg create mode 100644 launcher/resources/iOS/scalable/bug.svg create mode 100644 launcher/resources/iOS/scalable/centralmods.svg create mode 100644 launcher/resources/iOS/scalable/checkupdate.svg create mode 100644 launcher/resources/iOS/scalable/copy.svg create mode 100644 launcher/resources/iOS/scalable/coremods.svg create mode 100644 launcher/resources/iOS/scalable/externaltools.svg create mode 100644 launcher/resources/iOS/scalable/help.svg create mode 100644 launcher/resources/iOS/scalable/instance-settings.svg create mode 100644 launcher/resources/iOS/scalable/jarmods.svg create mode 100644 launcher/resources/iOS/scalable/java.svg create mode 100644 launcher/resources/iOS/scalable/language.svg create mode 100644 launcher/resources/iOS/scalable/loadermods.svg create mode 100644 launcher/resources/iOS/scalable/log.svg create mode 100644 launcher/resources/iOS/scalable/minecraft.svg create mode 100644 launcher/resources/iOS/scalable/multimc.svg create mode 100644 launcher/resources/iOS/scalable/new.svg create mode 100644 launcher/resources/iOS/scalable/news.svg create mode 100644 launcher/resources/iOS/scalable/notes.svg create mode 100644 launcher/resources/iOS/scalable/patreon.svg create mode 100644 launcher/resources/iOS/scalable/proxy.svg create mode 100644 launcher/resources/iOS/scalable/quickmods.svg create mode 100644 launcher/resources/iOS/scalable/refresh.svg create mode 100644 launcher/resources/iOS/scalable/resourcepacks.svg create mode 100644 launcher/resources/iOS/scalable/screenshots.svg create mode 100644 launcher/resources/iOS/scalable/settings.svg create mode 100644 launcher/resources/iOS/scalable/status-bad.svg create mode 100644 launcher/resources/iOS/scalable/status-good.svg create mode 100644 launcher/resources/iOS/scalable/status-yellow.svg create mode 100644 launcher/resources/iOS/scalable/viewfolder.svg create mode 100644 launcher/resources/iOS/scalable/worlds.svg create mode 100644 launcher/resources/multimc.rc create mode 100644 launcher/resources/multimc/128x128/instances/chicken.png create mode 100644 launcher/resources/multimc/128x128/instances/creeper.png create mode 100644 launcher/resources/multimc/128x128/instances/enderpearl.png create mode 100644 launcher/resources/multimc/128x128/instances/flame.png create mode 100644 launcher/resources/multimc/128x128/instances/ftb_glow.png create mode 100644 launcher/resources/multimc/128x128/instances/ftb_logo.png create mode 100644 launcher/resources/multimc/128x128/instances/gear.png create mode 100644 launcher/resources/multimc/128x128/instances/herobrine.png create mode 100644 launcher/resources/multimc/128x128/instances/infinity.png create mode 100644 launcher/resources/multimc/128x128/instances/magitech.png create mode 100644 launcher/resources/multimc/128x128/instances/meat.png create mode 100644 launcher/resources/multimc/128x128/instances/netherstar.png create mode 100644 launcher/resources/multimc/128x128/instances/skeleton.png create mode 100644 launcher/resources/multimc/128x128/instances/squarecreeper.png create mode 100644 launcher/resources/multimc/128x128/instances/steve.png create mode 100644 launcher/resources/multimc/128x128/unknown_server.png create mode 100644 launcher/resources/multimc/16x16/about.png create mode 100644 launcher/resources/multimc/16x16/bug.png create mode 100644 launcher/resources/multimc/16x16/cat.png create mode 100644 launcher/resources/multimc/16x16/centralmods.png create mode 100644 launcher/resources/multimc/16x16/checkupdate.png create mode 100644 launcher/resources/multimc/16x16/copy.png create mode 100644 launcher/resources/multimc/16x16/coremods.png create mode 100644 launcher/resources/multimc/16x16/help.png create mode 100644 launcher/resources/multimc/16x16/instance-settings.png create mode 100644 launcher/resources/multimc/16x16/jarmods.png create mode 100644 launcher/resources/multimc/16x16/loadermods.png create mode 100644 launcher/resources/multimc/16x16/log.png create mode 100644 launcher/resources/multimc/16x16/minecraft.png create mode 100644 launcher/resources/multimc/16x16/new.png create mode 100644 launcher/resources/multimc/16x16/news.png create mode 100644 launcher/resources/multimc/16x16/noaccount.png create mode 100644 launcher/resources/multimc/16x16/patreon.png create mode 100644 launcher/resources/multimc/16x16/refresh.png create mode 100644 launcher/resources/multimc/16x16/resourcepacks.png create mode 100644 launcher/resources/multimc/16x16/screenshots.png create mode 100644 launcher/resources/multimc/16x16/settings.png create mode 100644 launcher/resources/multimc/16x16/star.png create mode 100644 launcher/resources/multimc/16x16/status-bad.png create mode 100644 launcher/resources/multimc/16x16/status-good.png create mode 100644 launcher/resources/multimc/16x16/status-running.png create mode 100644 launcher/resources/multimc/16x16/status-yellow.png create mode 100644 launcher/resources/multimc/16x16/viewfolder.png create mode 100644 launcher/resources/multimc/16x16/worlds.png create mode 100644 launcher/resources/multimc/22x22/about.png create mode 100644 launcher/resources/multimc/22x22/bug.png create mode 100644 launcher/resources/multimc/22x22/cat.png create mode 100644 launcher/resources/multimc/22x22/centralmods.png create mode 100644 launcher/resources/multimc/22x22/checkupdate.png create mode 100644 launcher/resources/multimc/22x22/copy.png create mode 100644 launcher/resources/multimc/22x22/help.png create mode 100644 launcher/resources/multimc/22x22/instance-settings.png create mode 100644 launcher/resources/multimc/22x22/new.png create mode 100644 launcher/resources/multimc/22x22/news.png create mode 100644 launcher/resources/multimc/22x22/patreon.png create mode 100644 launcher/resources/multimc/22x22/refresh.png create mode 100644 launcher/resources/multimc/22x22/screenshots.png create mode 100644 launcher/resources/multimc/22x22/settings.png create mode 100644 launcher/resources/multimc/22x22/status-bad.png create mode 100644 launcher/resources/multimc/22x22/status-good.png create mode 100644 launcher/resources/multimc/22x22/status-running.png create mode 100644 launcher/resources/multimc/22x22/status-yellow.png create mode 100644 launcher/resources/multimc/22x22/viewfolder.png create mode 100644 launcher/resources/multimc/22x22/worlds.png create mode 100644 launcher/resources/multimc/24x24/cat.png create mode 100644 launcher/resources/multimc/24x24/coremods.png create mode 100644 launcher/resources/multimc/24x24/jarmods.png create mode 100644 launcher/resources/multimc/24x24/loadermods.png create mode 100644 launcher/resources/multimc/24x24/log.png create mode 100644 launcher/resources/multimc/24x24/minecraft.png create mode 100644 launcher/resources/multimc/24x24/noaccount.png create mode 100644 launcher/resources/multimc/24x24/patreon.png create mode 100644 launcher/resources/multimc/24x24/resourcepacks.png create mode 100644 launcher/resources/multimc/24x24/star.png create mode 100644 launcher/resources/multimc/24x24/status-bad.png create mode 100644 launcher/resources/multimc/24x24/status-good.png create mode 100644 launcher/resources/multimc/24x24/status-running.png create mode 100644 launcher/resources/multimc/24x24/status-yellow.png create mode 100644 launcher/resources/multimc/256x256/minecraft.png create mode 100644 launcher/resources/multimc/32x32/about.png create mode 100644 launcher/resources/multimc/32x32/bug.png create mode 100644 launcher/resources/multimc/32x32/cat.png create mode 100644 launcher/resources/multimc/32x32/centralmods.png create mode 100644 launcher/resources/multimc/32x32/checkupdate.png create mode 100644 launcher/resources/multimc/32x32/copy.png create mode 100644 launcher/resources/multimc/32x32/coremods.png create mode 100644 launcher/resources/multimc/32x32/help.png create mode 100644 launcher/resources/multimc/32x32/instance-settings.png create mode 100644 launcher/resources/multimc/32x32/instances/brick.png create mode 100644 launcher/resources/multimc/32x32/instances/chicken.png create mode 100644 launcher/resources/multimc/32x32/instances/creeper.png create mode 100644 launcher/resources/multimc/32x32/instances/diamond.png create mode 100644 launcher/resources/multimc/32x32/instances/dirt.png create mode 100644 launcher/resources/multimc/32x32/instances/enderpearl.png create mode 100644 launcher/resources/multimc/32x32/instances/flame.png create mode 100644 launcher/resources/multimc/32x32/instances/ftb_glow.png create mode 100644 launcher/resources/multimc/32x32/instances/ftb_logo.png create mode 100644 launcher/resources/multimc/32x32/instances/gear.png create mode 100644 launcher/resources/multimc/32x32/instances/gold.png create mode 100644 launcher/resources/multimc/32x32/instances/grass.png create mode 100644 launcher/resources/multimc/32x32/instances/herobrine.png create mode 100644 launcher/resources/multimc/32x32/instances/infinity.png create mode 100644 launcher/resources/multimc/32x32/instances/iron.png create mode 100644 launcher/resources/multimc/32x32/instances/magitech.png create mode 100644 launcher/resources/multimc/32x32/instances/meat.png create mode 100644 launcher/resources/multimc/32x32/instances/netherstar.png create mode 100644 launcher/resources/multimc/32x32/instances/planks.png create mode 100644 launcher/resources/multimc/32x32/instances/skeleton.png create mode 100644 launcher/resources/multimc/32x32/instances/squarecreeper.png create mode 100644 launcher/resources/multimc/32x32/instances/steve.png create mode 100644 launcher/resources/multimc/32x32/instances/stone.png create mode 100644 launcher/resources/multimc/32x32/instances/tnt.png create mode 100644 launcher/resources/multimc/32x32/jarmods.png create mode 100644 launcher/resources/multimc/32x32/loadermods.png create mode 100644 launcher/resources/multimc/32x32/log.png create mode 100644 launcher/resources/multimc/32x32/minecraft.png create mode 100644 launcher/resources/multimc/32x32/new.png create mode 100644 launcher/resources/multimc/32x32/news.png create mode 100644 launcher/resources/multimc/32x32/noaccount.png create mode 100644 launcher/resources/multimc/32x32/patreon.png create mode 100644 launcher/resources/multimc/32x32/refresh.png create mode 100644 launcher/resources/multimc/32x32/resourcepacks.png create mode 100644 launcher/resources/multimc/32x32/screenshots.png create mode 100644 launcher/resources/multimc/32x32/settings.png create mode 100644 launcher/resources/multimc/32x32/star.png create mode 100644 launcher/resources/multimc/32x32/status-bad.png create mode 100644 launcher/resources/multimc/32x32/status-good.png create mode 100644 launcher/resources/multimc/32x32/status-running.png create mode 100644 launcher/resources/multimc/32x32/status-yellow.png create mode 100644 launcher/resources/multimc/32x32/viewfolder.png create mode 100644 launcher/resources/multimc/32x32/worlds.png create mode 100644 launcher/resources/multimc/48x48/about.png create mode 100644 launcher/resources/multimc/48x48/bug.png create mode 100644 launcher/resources/multimc/48x48/cat.png create mode 100644 launcher/resources/multimc/48x48/centralmods.png create mode 100644 launcher/resources/multimc/48x48/checkupdate.png create mode 100644 launcher/resources/multimc/48x48/copy.png create mode 100644 launcher/resources/multimc/48x48/help.png create mode 100644 launcher/resources/multimc/48x48/instance-settings.png create mode 100644 launcher/resources/multimc/48x48/log.png create mode 100644 launcher/resources/multimc/48x48/minecraft.png create mode 100644 launcher/resources/multimc/48x48/new.png create mode 100644 launcher/resources/multimc/48x48/news.png create mode 100644 launcher/resources/multimc/48x48/noaccount.png create mode 100644 launcher/resources/multimc/48x48/patreon.png create mode 100644 launcher/resources/multimc/48x48/refresh.png create mode 100644 launcher/resources/multimc/48x48/screenshots.png create mode 100644 launcher/resources/multimc/48x48/settings.png create mode 100644 launcher/resources/multimc/48x48/star.png create mode 100644 launcher/resources/multimc/48x48/status-bad.png create mode 100644 launcher/resources/multimc/48x48/status-good.png create mode 100644 launcher/resources/multimc/48x48/status-running.png create mode 100644 launcher/resources/multimc/48x48/status-yellow.png create mode 100644 launcher/resources/multimc/48x48/viewfolder.png create mode 100644 launcher/resources/multimc/48x48/worlds.png create mode 100644 launcher/resources/multimc/50x50/instances/enderman.png create mode 100644 launcher/resources/multimc/64x64/about.png create mode 100644 launcher/resources/multimc/64x64/bug.png create mode 100644 launcher/resources/multimc/64x64/cat.png create mode 100644 launcher/resources/multimc/64x64/centralmods.png create mode 100644 launcher/resources/multimc/64x64/checkupdate.png create mode 100644 launcher/resources/multimc/64x64/copy.png create mode 100644 launcher/resources/multimc/64x64/coremods.png create mode 100644 launcher/resources/multimc/64x64/help.png create mode 100644 launcher/resources/multimc/64x64/instance-settings.png create mode 100644 launcher/resources/multimc/64x64/jarmods.png create mode 100644 launcher/resources/multimc/64x64/loadermods.png create mode 100644 launcher/resources/multimc/64x64/log.png create mode 100644 launcher/resources/multimc/64x64/new.png create mode 100644 launcher/resources/multimc/64x64/news.png create mode 100644 launcher/resources/multimc/64x64/patreon.png create mode 100644 launcher/resources/multimc/64x64/refresh.png create mode 100644 launcher/resources/multimc/64x64/resourcepacks.png create mode 100644 launcher/resources/multimc/64x64/screenshots.png create mode 100644 launcher/resources/multimc/64x64/settings.png create mode 100644 launcher/resources/multimc/64x64/star.png create mode 100644 launcher/resources/multimc/64x64/status-bad.png create mode 100644 launcher/resources/multimc/64x64/status-good.png create mode 100644 launcher/resources/multimc/64x64/status-running.png create mode 100644 launcher/resources/multimc/64x64/status-yellow.png create mode 100644 launcher/resources/multimc/64x64/viewfolder.png create mode 100644 launcher/resources/multimc/64x64/worlds.png create mode 100644 launcher/resources/multimc/8x8/noaccount.png create mode 100644 launcher/resources/multimc/index.theme create mode 100644 launcher/resources/multimc/multimc.qrc create mode 100644 launcher/resources/multimc/scalable/atlauncher-placeholder.png create mode 100644 launcher/resources/multimc/scalable/atlauncher.svg create mode 100644 launcher/resources/multimc/scalable/bug.svg create mode 100644 launcher/resources/multimc/scalable/centralmods.svg create mode 100644 launcher/resources/multimc/scalable/checkupdate.svg create mode 100644 launcher/resources/multimc/scalable/custom-commands.svg create mode 100644 launcher/resources/multimc/scalable/discord.svg create mode 100644 launcher/resources/multimc/scalable/instances/bee.svg create mode 100644 launcher/resources/multimc/scalable/instances/fox.svg create mode 100644 launcher/resources/multimc/scalable/java.svg create mode 100644 launcher/resources/multimc/scalable/language.svg create mode 100644 launcher/resources/multimc/scalable/logo.svg create mode 100644 launcher/resources/multimc/scalable/multimc.svg create mode 100644 launcher/resources/multimc/scalable/new.svg create mode 100644 launcher/resources/multimc/scalable/news.svg create mode 100644 launcher/resources/multimc/scalable/proxy.svg create mode 100644 launcher/resources/multimc/scalable/reddit-alien.svg create mode 100644 launcher/resources/multimc/scalable/screenshot-placeholder.svg create mode 100644 launcher/resources/multimc/scalable/screenshots.svg create mode 100644 launcher/resources/multimc/scalable/status-bad.svg create mode 100644 launcher/resources/multimc/scalable/status-good.svg create mode 100644 launcher/resources/multimc/scalable/status-running.svg create mode 100644 launcher/resources/multimc/scalable/status-yellow.svg create mode 100644 launcher/resources/multimc/scalable/technic.svg create mode 100644 launcher/resources/multimc/scalable/viewfolder.svg create mode 100644 launcher/resources/pe_blue/index.theme create mode 100644 launcher/resources/pe_blue/pe_blue.qrc create mode 100644 launcher/resources/pe_blue/scalable/about.svg create mode 100644 launcher/resources/pe_blue/scalable/accounts.svg create mode 100644 launcher/resources/pe_blue/scalable/bug.svg create mode 100644 launcher/resources/pe_blue/scalable/centralmods.svg create mode 100644 launcher/resources/pe_blue/scalable/checkupdate.svg create mode 100644 launcher/resources/pe_blue/scalable/copy.svg create mode 100644 launcher/resources/pe_blue/scalable/coremods.svg create mode 100644 launcher/resources/pe_blue/scalable/externaltools.svg create mode 100644 launcher/resources/pe_blue/scalable/help.svg create mode 100644 launcher/resources/pe_blue/scalable/instance-settings.svg create mode 100644 launcher/resources/pe_blue/scalable/jarmods.svg create mode 100644 launcher/resources/pe_blue/scalable/java.svg create mode 100644 launcher/resources/pe_blue/scalable/language.svg create mode 100644 launcher/resources/pe_blue/scalable/loadermods.svg create mode 100644 launcher/resources/pe_blue/scalable/log.svg create mode 100644 launcher/resources/pe_blue/scalable/minecraft.svg create mode 100644 launcher/resources/pe_blue/scalable/multimc.svg create mode 100644 launcher/resources/pe_blue/scalable/new.svg create mode 100644 launcher/resources/pe_blue/scalable/news.svg create mode 100644 launcher/resources/pe_blue/scalable/notes.svg create mode 100644 launcher/resources/pe_blue/scalable/patreon.svg create mode 100644 launcher/resources/pe_blue/scalable/proxy.svg create mode 100644 launcher/resources/pe_blue/scalable/quickmods.svg create mode 100644 launcher/resources/pe_blue/scalable/refresh.svg create mode 100644 launcher/resources/pe_blue/scalable/resourcepacks.svg create mode 100644 launcher/resources/pe_blue/scalable/screenshots.svg create mode 100644 launcher/resources/pe_blue/scalable/settings.svg create mode 100644 launcher/resources/pe_blue/scalable/status-bad.svg create mode 100644 launcher/resources/pe_blue/scalable/status-good.svg create mode 100644 launcher/resources/pe_blue/scalable/status-yellow.svg create mode 100644 launcher/resources/pe_blue/scalable/viewfolder.svg create mode 100644 launcher/resources/pe_blue/scalable/worlds.svg create mode 100644 launcher/resources/pe_colored/index.theme create mode 100644 launcher/resources/pe_colored/pe_colored.qrc create mode 100644 launcher/resources/pe_colored/scalable/about.svg create mode 100644 launcher/resources/pe_colored/scalable/accounts.svg create mode 100644 launcher/resources/pe_colored/scalable/bug.svg create mode 100644 launcher/resources/pe_colored/scalable/centralmods.svg create mode 100644 launcher/resources/pe_colored/scalable/checkupdate.svg create mode 100644 launcher/resources/pe_colored/scalable/copy.svg create mode 100644 launcher/resources/pe_colored/scalable/coremods.svg create mode 100644 launcher/resources/pe_colored/scalable/externaltools.svg create mode 100644 launcher/resources/pe_colored/scalable/help.svg create mode 100644 launcher/resources/pe_colored/scalable/instance-settings.svg create mode 100644 launcher/resources/pe_colored/scalable/jarmods.svg create mode 100644 launcher/resources/pe_colored/scalable/java.svg create mode 100644 launcher/resources/pe_colored/scalable/language.svg create mode 100644 launcher/resources/pe_colored/scalable/loadermods.svg create mode 100644 launcher/resources/pe_colored/scalable/log.svg create mode 100644 launcher/resources/pe_colored/scalable/minecraft.svg create mode 100644 launcher/resources/pe_colored/scalable/multimc.svg create mode 100644 launcher/resources/pe_colored/scalable/new.svg create mode 100644 launcher/resources/pe_colored/scalable/news.svg create mode 100644 launcher/resources/pe_colored/scalable/notes.svg create mode 100644 launcher/resources/pe_colored/scalable/patreon.svg create mode 100644 launcher/resources/pe_colored/scalable/proxy.svg create mode 100644 launcher/resources/pe_colored/scalable/quickmods.svg create mode 100644 launcher/resources/pe_colored/scalable/refresh.svg create mode 100644 launcher/resources/pe_colored/scalable/resourcepacks.svg create mode 100644 launcher/resources/pe_colored/scalable/screenshots.svg create mode 100644 launcher/resources/pe_colored/scalable/settings.svg create mode 100644 launcher/resources/pe_colored/scalable/status-bad.svg create mode 100644 launcher/resources/pe_colored/scalable/status-good.svg create mode 100644 launcher/resources/pe_colored/scalable/status-yellow.svg create mode 100644 launcher/resources/pe_colored/scalable/viewfolder.svg create mode 100644 launcher/resources/pe_colored/scalable/worlds.svg create mode 100644 launcher/resources/pe_dark/index.theme create mode 100644 launcher/resources/pe_dark/pe_dark.qrc create mode 100644 launcher/resources/pe_dark/scalable/about.svg create mode 100644 launcher/resources/pe_dark/scalable/accounts.svg create mode 100644 launcher/resources/pe_dark/scalable/bug.svg create mode 100644 launcher/resources/pe_dark/scalable/centralmods.svg create mode 100644 launcher/resources/pe_dark/scalable/checkupdate.svg create mode 100644 launcher/resources/pe_dark/scalable/copy.svg create mode 100644 launcher/resources/pe_dark/scalable/coremods.svg create mode 100644 launcher/resources/pe_dark/scalable/externaltools.svg create mode 100644 launcher/resources/pe_dark/scalable/help.svg create mode 100644 launcher/resources/pe_dark/scalable/instance-settings.svg create mode 100644 launcher/resources/pe_dark/scalable/jarmods.svg create mode 100644 launcher/resources/pe_dark/scalable/java.svg create mode 100644 launcher/resources/pe_dark/scalable/language.svg create mode 100644 launcher/resources/pe_dark/scalable/loadermods.svg create mode 100644 launcher/resources/pe_dark/scalable/log.svg create mode 100644 launcher/resources/pe_dark/scalable/minecraft.svg create mode 100644 launcher/resources/pe_dark/scalable/multimc.svg create mode 100644 launcher/resources/pe_dark/scalable/new.svg create mode 100644 launcher/resources/pe_dark/scalable/news.svg create mode 100644 launcher/resources/pe_dark/scalable/notes.svg create mode 100644 launcher/resources/pe_dark/scalable/patreon.svg create mode 100644 launcher/resources/pe_dark/scalable/proxy.svg create mode 100644 launcher/resources/pe_dark/scalable/quickmods.svg create mode 100644 launcher/resources/pe_dark/scalable/refresh.svg create mode 100644 launcher/resources/pe_dark/scalable/resourcepacks.svg create mode 100644 launcher/resources/pe_dark/scalable/screenshots.svg create mode 100644 launcher/resources/pe_dark/scalable/settings.svg create mode 100644 launcher/resources/pe_dark/scalable/status-bad.svg create mode 100644 launcher/resources/pe_dark/scalable/status-good.svg create mode 100644 launcher/resources/pe_dark/scalable/status-yellow.svg create mode 100644 launcher/resources/pe_dark/scalable/viewfolder.svg create mode 100644 launcher/resources/pe_dark/scalable/worlds.svg create mode 100644 launcher/resources/pe_light/index.theme create mode 100644 launcher/resources/pe_light/pe_light.qrc create mode 100644 launcher/resources/pe_light/scalable/about.svg create mode 100644 launcher/resources/pe_light/scalable/accounts.svg create mode 100644 launcher/resources/pe_light/scalable/bug.svg create mode 100644 launcher/resources/pe_light/scalable/centralmods.svg create mode 100644 launcher/resources/pe_light/scalable/checkupdate.svg create mode 100644 launcher/resources/pe_light/scalable/copy.svg create mode 100644 launcher/resources/pe_light/scalable/coremods.svg create mode 100644 launcher/resources/pe_light/scalable/externaltools.svg create mode 100644 launcher/resources/pe_light/scalable/help.svg create mode 100644 launcher/resources/pe_light/scalable/instance-settings.svg create mode 100644 launcher/resources/pe_light/scalable/jarmods.svg create mode 100644 launcher/resources/pe_light/scalable/java.svg create mode 100644 launcher/resources/pe_light/scalable/language.svg create mode 100644 launcher/resources/pe_light/scalable/loadermods.svg create mode 100644 launcher/resources/pe_light/scalable/log.svg create mode 100644 launcher/resources/pe_light/scalable/minecraft.svg create mode 100644 launcher/resources/pe_light/scalable/multimc.svg create mode 100644 launcher/resources/pe_light/scalable/new.svg create mode 100644 launcher/resources/pe_light/scalable/news.svg create mode 100644 launcher/resources/pe_light/scalable/notes.svg create mode 100644 launcher/resources/pe_light/scalable/patreon.svg create mode 100644 launcher/resources/pe_light/scalable/proxy.svg create mode 100644 launcher/resources/pe_light/scalable/quickmods.svg create mode 100644 launcher/resources/pe_light/scalable/refresh.svg create mode 100644 launcher/resources/pe_light/scalable/resourcepacks.svg create mode 100644 launcher/resources/pe_light/scalable/screenshots.svg create mode 100644 launcher/resources/pe_light/scalable/settings.svg create mode 100644 launcher/resources/pe_light/scalable/status-bad.svg create mode 100644 launcher/resources/pe_light/scalable/status-good.svg create mode 100644 launcher/resources/pe_light/scalable/status-yellow.svg create mode 100644 launcher/resources/pe_light/scalable/viewfolder.svg create mode 100644 launcher/resources/pe_light/scalable/worlds.svg create mode 100644 launcher/resources/sources/clucker.svg create mode 100644 launcher/resources/sources/creeper.svg create mode 100644 launcher/resources/sources/enderpearl.svg create mode 100644 launcher/resources/sources/flame.svg create mode 100644 launcher/resources/sources/ftb-glow.svg create mode 100644 launcher/resources/sources/ftb-logo.svg create mode 100644 launcher/resources/sources/gear.svg create mode 100644 launcher/resources/sources/herobrine.svg create mode 100644 launcher/resources/sources/magitech.svg create mode 100644 launcher/resources/sources/meat.svg create mode 100644 launcher/resources/sources/multimc-discord.svg create mode 100644 launcher/resources/sources/netherstar.svg create mode 100644 launcher/resources/sources/pskeleton.svg create mode 100644 launcher/resources/sources/skeleton.svg create mode 100644 launcher/resources/sources/squarecreeper.svg create mode 100644 launcher/resources/sources/steve.svg (limited to 'launcher/resources') diff --git a/launcher/resources/MultiMC.icns b/launcher/resources/MultiMC.icns new file mode 100644 index 00000000..c4eb59d5 Binary files /dev/null and b/launcher/resources/MultiMC.icns differ diff --git a/launcher/resources/MultiMC.ico b/launcher/resources/MultiMC.ico new file mode 100644 index 00000000..a86a1f0d Binary files /dev/null and b/launcher/resources/MultiMC.ico differ diff --git a/launcher/resources/MultiMC.manifest b/launcher/resources/MultiMC.manifest new file mode 100644 index 00000000..9278f6e4 --- /dev/null +++ b/launcher/resources/MultiMC.manifest @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + Custom Minecraft launcher for managing multiple installs. + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/launcher/resources/OSX/OSX.qrc b/launcher/resources/OSX/OSX.qrc new file mode 100644 index 00000000..19fd4b6a --- /dev/null +++ b/launcher/resources/OSX/OSX.qrc @@ -0,0 +1,38 @@ + + + + index.theme + scalable/about.svg + scalable/accounts.svg + scalable/bug.svg + scalable/centralmods.svg + scalable/checkupdate.svg + scalable/copy.svg + scalable/coremods.svg + scalable/externaltools.svg + scalable/help.svg + scalable/instance-settings.svg + scalable/jarmods.svg + scalable/java.svg + scalable/language.svg + scalable/loadermods.svg + scalable/log.svg + scalable/minecraft.svg + scalable/multimc.svg + scalable/new.svg + scalable/news.svg + scalable/notes.svg + scalable/patreon.svg + scalable/proxy.svg + scalable/quickmods.svg + scalable/refresh.svg + scalable/resourcepacks.svg + scalable/screenshots.svg + scalable/settings.svg + scalable/status-bad.svg + scalable/status-good.svg + scalable/status-yellow.svg + scalable/viewfolder.svg + scalable/worlds.svg + + diff --git a/launcher/resources/OSX/index.theme b/launcher/resources/OSX/index.theme new file mode 100644 index 00000000..7f90a32e --- /dev/null +++ b/launcher/resources/OSX/index.theme @@ -0,0 +1,11 @@ +[Icon Theme] +Name=OSX +Comment=OSX theme by pexner +Inherits=multimc +Directories=scalable + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 diff --git a/launcher/resources/OSX/scalable/about.svg b/launcher/resources/OSX/scalable/about.svg new file mode 100644 index 00000000..eb87ccf1 --- /dev/null +++ b/launcher/resources/OSX/scalable/about.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/accounts.svg b/launcher/resources/OSX/scalable/accounts.svg new file mode 100644 index 00000000..163bcee0 --- /dev/null +++ b/launcher/resources/OSX/scalable/accounts.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/bug.svg b/launcher/resources/OSX/scalable/bug.svg new file mode 100644 index 00000000..00565bb6 --- /dev/null +++ b/launcher/resources/OSX/scalable/bug.svg @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/centralmods.svg b/launcher/resources/OSX/scalable/centralmods.svg new file mode 100644 index 00000000..37b821e4 --- /dev/null +++ b/launcher/resources/OSX/scalable/centralmods.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/checkupdate.svg b/launcher/resources/OSX/scalable/checkupdate.svg new file mode 100644 index 00000000..30cec51f --- /dev/null +++ b/launcher/resources/OSX/scalable/checkupdate.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/copy.svg b/launcher/resources/OSX/scalable/copy.svg new file mode 100644 index 00000000..7382d6e2 --- /dev/null +++ b/launcher/resources/OSX/scalable/copy.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/coremods.svg b/launcher/resources/OSX/scalable/coremods.svg new file mode 100644 index 00000000..b0df6052 --- /dev/null +++ b/launcher/resources/OSX/scalable/coremods.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/externaltools.svg b/launcher/resources/OSX/scalable/externaltools.svg new file mode 100644 index 00000000..a2b7488e --- /dev/null +++ b/launcher/resources/OSX/scalable/externaltools.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/help.svg b/launcher/resources/OSX/scalable/help.svg new file mode 100644 index 00000000..9d1b367c --- /dev/null +++ b/launcher/resources/OSX/scalable/help.svg @@ -0,0 +1,51 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/OSX/scalable/instance-settings.svg b/launcher/resources/OSX/scalable/instance-settings.svg new file mode 100644 index 00000000..394877f8 --- /dev/null +++ b/launcher/resources/OSX/scalable/instance-settings.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/jarmods.svg b/launcher/resources/OSX/scalable/jarmods.svg new file mode 100644 index 00000000..213ec833 --- /dev/null +++ b/launcher/resources/OSX/scalable/jarmods.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/java.svg b/launcher/resources/OSX/scalable/java.svg new file mode 100644 index 00000000..e1aee159 --- /dev/null +++ b/launcher/resources/OSX/scalable/java.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/language.svg b/launcher/resources/OSX/scalable/language.svg new file mode 100644 index 00000000..4f7d002a --- /dev/null +++ b/launcher/resources/OSX/scalable/language.svg @@ -0,0 +1,40 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/OSX/scalable/loadermods.svg b/launcher/resources/OSX/scalable/loadermods.svg new file mode 100644 index 00000000..76951ebd --- /dev/null +++ b/launcher/resources/OSX/scalable/loadermods.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/log.svg b/launcher/resources/OSX/scalable/log.svg new file mode 100644 index 00000000..0ac45d54 --- /dev/null +++ b/launcher/resources/OSX/scalable/log.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/minecraft.svg b/launcher/resources/OSX/scalable/minecraft.svg new file mode 100644 index 00000000..86c915bc --- /dev/null +++ b/launcher/resources/OSX/scalable/minecraft.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/multimc.svg b/launcher/resources/OSX/scalable/multimc.svg new file mode 100644 index 00000000..caad21b5 --- /dev/null +++ b/launcher/resources/OSX/scalable/multimc.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/new.svg b/launcher/resources/OSX/scalable/new.svg new file mode 100644 index 00000000..79ee87ba --- /dev/null +++ b/launcher/resources/OSX/scalable/new.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/news.svg b/launcher/resources/OSX/scalable/news.svg new file mode 100644 index 00000000..b8ce3cd1 --- /dev/null +++ b/launcher/resources/OSX/scalable/news.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/notes.svg b/launcher/resources/OSX/scalable/notes.svg new file mode 100644 index 00000000..c2e95cfd --- /dev/null +++ b/launcher/resources/OSX/scalable/notes.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/patreon.svg b/launcher/resources/OSX/scalable/patreon.svg new file mode 100644 index 00000000..4f0da3e5 --- /dev/null +++ b/launcher/resources/OSX/scalable/patreon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/proxy.svg b/launcher/resources/OSX/scalable/proxy.svg new file mode 100644 index 00000000..99acaa2b --- /dev/null +++ b/launcher/resources/OSX/scalable/proxy.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/quickmods.svg b/launcher/resources/OSX/scalable/quickmods.svg new file mode 100644 index 00000000..e0aaad87 --- /dev/null +++ b/launcher/resources/OSX/scalable/quickmods.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/refresh.svg b/launcher/resources/OSX/scalable/refresh.svg new file mode 100644 index 00000000..c97489c1 --- /dev/null +++ b/launcher/resources/OSX/scalable/refresh.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/resourcepacks.svg b/launcher/resources/OSX/scalable/resourcepacks.svg new file mode 100644 index 00000000..c85d4e3c --- /dev/null +++ b/launcher/resources/OSX/scalable/resourcepacks.svg @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/screenshots.svg b/launcher/resources/OSX/scalable/screenshots.svg new file mode 100644 index 00000000..12df0c88 --- /dev/null +++ b/launcher/resources/OSX/scalable/screenshots.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/settings.svg b/launcher/resources/OSX/scalable/settings.svg new file mode 100644 index 00000000..dcdd9f1c --- /dev/null +++ b/launcher/resources/OSX/scalable/settings.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/status-bad.svg b/launcher/resources/OSX/scalable/status-bad.svg new file mode 100644 index 00000000..add7a6f7 --- /dev/null +++ b/launcher/resources/OSX/scalable/status-bad.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/launcher/resources/OSX/scalable/status-good.svg b/launcher/resources/OSX/scalable/status-good.svg new file mode 100644 index 00000000..f10da757 --- /dev/null +++ b/launcher/resources/OSX/scalable/status-good.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/status-yellow.svg b/launcher/resources/OSX/scalable/status-yellow.svg new file mode 100644 index 00000000..fba697bc --- /dev/null +++ b/launcher/resources/OSX/scalable/status-yellow.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/viewfolder.svg b/launcher/resources/OSX/scalable/viewfolder.svg new file mode 100644 index 00000000..682c72c7 --- /dev/null +++ b/launcher/resources/OSX/scalable/viewfolder.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/OSX/scalable/worlds.svg b/launcher/resources/OSX/scalable/worlds.svg new file mode 100644 index 00000000..b1491272 --- /dev/null +++ b/launcher/resources/OSX/scalable/worlds.svg @@ -0,0 +1,58 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/assets/underconstruction.png b/launcher/resources/assets/underconstruction.png new file mode 100644 index 00000000..6ae06476 Binary files /dev/null and b/launcher/resources/assets/underconstruction.png differ 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 diff --git a/launcher/resources/documents/documents.qrc b/launcher/resources/documents/documents.qrc new file mode 100644 index 00000000..007efcde --- /dev/null +++ b/launcher/resources/documents/documents.qrc @@ -0,0 +1,7 @@ + + + + ../../../COPYING.md + + + diff --git a/launcher/resources/flat/flat.qrc b/launcher/resources/flat/flat.qrc new file mode 100644 index 00000000..b6e2ee38 --- /dev/null +++ b/launcher/resources/flat/flat.qrc @@ -0,0 +1,45 @@ + + + + index.theme + scalable/about.svg + scalable/accounts.svg + scalable/bug.svg + scalable/cat.svg + scalable/centralmods.svg + scalable/checkupdate.svg + scalable/copy.svg + scalable/coremods.svg + scalable/discord.svg + scalable/externaltools.svg + scalable/help.svg + scalable/instance-settings.svg + scalable/jarmods.svg + scalable/java.svg + scalable/language.svg + scalable/loadermods.svg + scalable/log.svg + scalable/minecraft.svg + scalable/multimc.svg + scalable/new.svg + scalable/news.svg + scalable/notes.svg + scalable/packages.svg + scalable/patreon.svg + scalable/proxy.svg + scalable/quickmods.svg + scalable/reddit-alien.svg + scalable/refresh.svg + scalable/resourcepacks.svg + scalable/screenshot-placeholder.svg + scalable/screenshots.svg + scalable/settings.svg + scalable/star.svg + scalable/status-bad.svg + scalable/status-good.svg + scalable/status-running.svg + scalable/status-yellow.svg + scalable/viewfolder.svg + scalable/worlds.svg + + diff --git a/launcher/resources/flat/index.theme b/launcher/resources/flat/index.theme new file mode 100644 index 00000000..34e27aa0 --- /dev/null +++ b/launcher/resources/flat/index.theme @@ -0,0 +1,11 @@ +[Icon Theme] +Name=Flat +Comment=Flat icons +Inherits=multimc +Directories=scalable + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 diff --git a/launcher/resources/flat/scalable/about.svg b/launcher/resources/flat/scalable/about.svg new file mode 100644 index 00000000..4f85045d --- /dev/null +++ b/launcher/resources/flat/scalable/about.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/accounts.svg b/launcher/resources/flat/scalable/accounts.svg new file mode 100644 index 00000000..e6a1328d --- /dev/null +++ b/launcher/resources/flat/scalable/accounts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/bug.svg b/launcher/resources/flat/scalable/bug.svg new file mode 100644 index 00000000..ea370faa --- /dev/null +++ b/launcher/resources/flat/scalable/bug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/cat.svg b/launcher/resources/flat/scalable/cat.svg new file mode 100644 index 00000000..e90763b5 --- /dev/null +++ b/launcher/resources/flat/scalable/cat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/centralmods.svg b/launcher/resources/flat/scalable/centralmods.svg new file mode 100644 index 00000000..c694662a --- /dev/null +++ b/launcher/resources/flat/scalable/centralmods.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/checkupdate.svg b/launcher/resources/flat/scalable/checkupdate.svg new file mode 100644 index 00000000..e6525a08 --- /dev/null +++ b/launcher/resources/flat/scalable/checkupdate.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/copy.svg b/launcher/resources/flat/scalable/copy.svg new file mode 100644 index 00000000..36986e0d --- /dev/null +++ b/launcher/resources/flat/scalable/copy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/coremods.svg b/launcher/resources/flat/scalable/coremods.svg new file mode 100644 index 00000000..21a3450e --- /dev/null +++ b/launcher/resources/flat/scalable/coremods.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/discord.svg b/launcher/resources/flat/scalable/discord.svg new file mode 100644 index 00000000..ad63180f --- /dev/null +++ b/launcher/resources/flat/scalable/discord.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/externaltools.svg b/launcher/resources/flat/scalable/externaltools.svg new file mode 100644 index 00000000..55820dfc --- /dev/null +++ b/launcher/resources/flat/scalable/externaltools.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/help.svg b/launcher/resources/flat/scalable/help.svg new file mode 100644 index 00000000..26d5d7f4 --- /dev/null +++ b/launcher/resources/flat/scalable/help.svg @@ -0,0 +1,17 @@ + + + + diff --git a/launcher/resources/flat/scalable/instance-settings.svg b/launcher/resources/flat/scalable/instance-settings.svg new file mode 100644 index 00000000..dd9d86ed --- /dev/null +++ b/launcher/resources/flat/scalable/instance-settings.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/jarmods.svg b/launcher/resources/flat/scalable/jarmods.svg new file mode 100644 index 00000000..db90fa34 --- /dev/null +++ b/launcher/resources/flat/scalable/jarmods.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/java.svg b/launcher/resources/flat/scalable/java.svg new file mode 100644 index 00000000..dc19ee23 --- /dev/null +++ b/launcher/resources/flat/scalable/java.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/language.svg b/launcher/resources/flat/scalable/language.svg new file mode 100644 index 00000000..f4d3f2f4 --- /dev/null +++ b/launcher/resources/flat/scalable/language.svg @@ -0,0 +1,103 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/flat/scalable/loadermods.svg b/launcher/resources/flat/scalable/loadermods.svg new file mode 100644 index 00000000..8a2fd12c --- /dev/null +++ b/launcher/resources/flat/scalable/loadermods.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/log.svg b/launcher/resources/flat/scalable/log.svg new file mode 100644 index 00000000..e8caa08a --- /dev/null +++ b/launcher/resources/flat/scalable/log.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/minecraft.svg b/launcher/resources/flat/scalable/minecraft.svg new file mode 100644 index 00000000..c17c44cd --- /dev/null +++ b/launcher/resources/flat/scalable/minecraft.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/multimc.svg b/launcher/resources/flat/scalable/multimc.svg new file mode 100644 index 00000000..1c1f2359 --- /dev/null +++ b/launcher/resources/flat/scalable/multimc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/new.svg b/launcher/resources/flat/scalable/new.svg new file mode 100644 index 00000000..01f19d7c --- /dev/null +++ b/launcher/resources/flat/scalable/new.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/news.svg b/launcher/resources/flat/scalable/news.svg new file mode 100644 index 00000000..8868414e --- /dev/null +++ b/launcher/resources/flat/scalable/news.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/notes.svg b/launcher/resources/flat/scalable/notes.svg new file mode 100644 index 00000000..ebe0cb5a --- /dev/null +++ b/launcher/resources/flat/scalable/notes.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/packages.svg b/launcher/resources/flat/scalable/packages.svg new file mode 100644 index 00000000..fe576a43 --- /dev/null +++ b/launcher/resources/flat/scalable/packages.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/patreon.svg b/launcher/resources/flat/scalable/patreon.svg new file mode 100644 index 00000000..ad561f57 --- /dev/null +++ b/launcher/resources/flat/scalable/patreon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/proxy.svg b/launcher/resources/flat/scalable/proxy.svg new file mode 100644 index 00000000..4956fec8 --- /dev/null +++ b/launcher/resources/flat/scalable/proxy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/quickmods.svg b/launcher/resources/flat/scalable/quickmods.svg new file mode 100644 index 00000000..952d1e0e --- /dev/null +++ b/launcher/resources/flat/scalable/quickmods.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/reddit-alien.svg b/launcher/resources/flat/scalable/reddit-alien.svg new file mode 100644 index 00000000..9bcfbedc --- /dev/null +++ b/launcher/resources/flat/scalable/reddit-alien.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/refresh.svg b/launcher/resources/flat/scalable/refresh.svg new file mode 100644 index 00000000..94be1e27 --- /dev/null +++ b/launcher/resources/flat/scalable/refresh.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/resourcepacks.svg b/launcher/resources/flat/scalable/resourcepacks.svg new file mode 100644 index 00000000..b6054baf --- /dev/null +++ b/launcher/resources/flat/scalable/resourcepacks.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/screenshot-placeholder.svg b/launcher/resources/flat/scalable/screenshot-placeholder.svg new file mode 100644 index 00000000..99e0c17a --- /dev/null +++ b/launcher/resources/flat/scalable/screenshot-placeholder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/screenshots.svg b/launcher/resources/flat/scalable/screenshots.svg new file mode 100644 index 00000000..208bb104 --- /dev/null +++ b/launcher/resources/flat/scalable/screenshots.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/settings.svg b/launcher/resources/flat/scalable/settings.svg new file mode 100644 index 00000000..dd9d86ed --- /dev/null +++ b/launcher/resources/flat/scalable/settings.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/star.svg b/launcher/resources/flat/scalable/star.svg new file mode 100644 index 00000000..878bdca8 --- /dev/null +++ b/launcher/resources/flat/scalable/star.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/status-bad.svg b/launcher/resources/flat/scalable/status-bad.svg new file mode 100644 index 00000000..3f8e0116 --- /dev/null +++ b/launcher/resources/flat/scalable/status-bad.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/status-good.svg b/launcher/resources/flat/scalable/status-good.svg new file mode 100644 index 00000000..3503d6ba --- /dev/null +++ b/launcher/resources/flat/scalable/status-good.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/status-running.svg b/launcher/resources/flat/scalable/status-running.svg new file mode 100644 index 00000000..7c750319 --- /dev/null +++ b/launcher/resources/flat/scalable/status-running.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/status-yellow.svg b/launcher/resources/flat/scalable/status-yellow.svg new file mode 100644 index 00000000..ac2d2349 --- /dev/null +++ b/launcher/resources/flat/scalable/status-yellow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/viewfolder.svg b/launcher/resources/flat/scalable/viewfolder.svg new file mode 100644 index 00000000..2f5e29c9 --- /dev/null +++ b/launcher/resources/flat/scalable/viewfolder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/flat/scalable/worlds.svg b/launcher/resources/flat/scalable/worlds.svg new file mode 100644 index 00000000..95a59bd4 --- /dev/null +++ b/launcher/resources/flat/scalable/worlds.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/launcher/resources/iOS/iOS.qrc b/launcher/resources/iOS/iOS.qrc new file mode 100644 index 00000000..511e390b --- /dev/null +++ b/launcher/resources/iOS/iOS.qrc @@ -0,0 +1,38 @@ + + + + index.theme + scalable/about.svg + scalable/accounts.svg + scalable/bug.svg + scalable/centralmods.svg + scalable/checkupdate.svg + scalable/copy.svg + scalable/coremods.svg + scalable/externaltools.svg + scalable/help.svg + scalable/instance-settings.svg + scalable/jarmods.svg + scalable/java.svg + scalable/language.svg + scalable/loadermods.svg + scalable/log.svg + scalable/minecraft.svg + scalable/multimc.svg + scalable/new.svg + scalable/news.svg + scalable/notes.svg + scalable/patreon.svg + scalable/proxy.svg + scalable/quickmods.svg + scalable/refresh.svg + scalable/resourcepacks.svg + scalable/screenshots.svg + scalable/settings.svg + scalable/status-bad.svg + scalable/status-good.svg + scalable/status-yellow.svg + scalable/viewfolder.svg + scalable/worlds.svg + + diff --git a/launcher/resources/iOS/index.theme b/launcher/resources/iOS/index.theme new file mode 100644 index 00000000..b0f2f6ba --- /dev/null +++ b/launcher/resources/iOS/index.theme @@ -0,0 +1,11 @@ +[Icon Theme] +Name=iOS +Comment=iOS theme by pexner +Inherits=multimc +Directories=scalable + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 diff --git a/launcher/resources/iOS/scalable/about.svg b/launcher/resources/iOS/scalable/about.svg new file mode 100644 index 00000000..c4d35471 --- /dev/null +++ b/launcher/resources/iOS/scalable/about.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/accounts.svg b/launcher/resources/iOS/scalable/accounts.svg new file mode 100644 index 00000000..65f76c3f --- /dev/null +++ b/launcher/resources/iOS/scalable/accounts.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/bug.svg b/launcher/resources/iOS/scalable/bug.svg new file mode 100644 index 00000000..fc4a3d69 --- /dev/null +++ b/launcher/resources/iOS/scalable/bug.svg @@ -0,0 +1,22 @@ + + + + + + diff --git a/launcher/resources/iOS/scalable/centralmods.svg b/launcher/resources/iOS/scalable/centralmods.svg new file mode 100644 index 00000000..1b4c4741 --- /dev/null +++ b/launcher/resources/iOS/scalable/centralmods.svg @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/checkupdate.svg b/launcher/resources/iOS/scalable/checkupdate.svg new file mode 100644 index 00000000..9fc983d1 --- /dev/null +++ b/launcher/resources/iOS/scalable/checkupdate.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/copy.svg b/launcher/resources/iOS/scalable/copy.svg new file mode 100644 index 00000000..3ccc2f06 --- /dev/null +++ b/launcher/resources/iOS/scalable/copy.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/coremods.svg b/launcher/resources/iOS/scalable/coremods.svg new file mode 100644 index 00000000..ea47872c --- /dev/null +++ b/launcher/resources/iOS/scalable/coremods.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/externaltools.svg b/launcher/resources/iOS/scalable/externaltools.svg new file mode 100644 index 00000000..16e9fa48 --- /dev/null +++ b/launcher/resources/iOS/scalable/externaltools.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/help.svg b/launcher/resources/iOS/scalable/help.svg new file mode 100644 index 00000000..9c2d2e93 --- /dev/null +++ b/launcher/resources/iOS/scalable/help.svg @@ -0,0 +1,38 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/iOS/scalable/instance-settings.svg b/launcher/resources/iOS/scalable/instance-settings.svg new file mode 100644 index 00000000..95b8a508 --- /dev/null +++ b/launcher/resources/iOS/scalable/instance-settings.svg @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/jarmods.svg b/launcher/resources/iOS/scalable/jarmods.svg new file mode 100644 index 00000000..c4c5ca8c --- /dev/null +++ b/launcher/resources/iOS/scalable/jarmods.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/java.svg b/launcher/resources/iOS/scalable/java.svg new file mode 100644 index 00000000..8d7c2798 --- /dev/null +++ b/launcher/resources/iOS/scalable/java.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/language.svg b/launcher/resources/iOS/scalable/language.svg new file mode 100644 index 00000000..fcc3436e --- /dev/null +++ b/launcher/resources/iOS/scalable/language.svg @@ -0,0 +1,32 @@ + +image/svg+xml + + + + + \ No newline at end of file diff --git a/launcher/resources/iOS/scalable/loadermods.svg b/launcher/resources/iOS/scalable/loadermods.svg new file mode 100644 index 00000000..010efa11 --- /dev/null +++ b/launcher/resources/iOS/scalable/loadermods.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/log.svg b/launcher/resources/iOS/scalable/log.svg new file mode 100644 index 00000000..5d1c7f06 --- /dev/null +++ b/launcher/resources/iOS/scalable/log.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/minecraft.svg b/launcher/resources/iOS/scalable/minecraft.svg new file mode 100644 index 00000000..069b4e71 --- /dev/null +++ b/launcher/resources/iOS/scalable/minecraft.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/launcher/resources/iOS/scalable/multimc.svg b/launcher/resources/iOS/scalable/multimc.svg new file mode 100644 index 00000000..bc819433 --- /dev/null +++ b/launcher/resources/iOS/scalable/multimc.svg @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/new.svg b/launcher/resources/iOS/scalable/new.svg new file mode 100644 index 00000000..9f221580 --- /dev/null +++ b/launcher/resources/iOS/scalable/new.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/news.svg b/launcher/resources/iOS/scalable/news.svg new file mode 100644 index 00000000..d3c010bb --- /dev/null +++ b/launcher/resources/iOS/scalable/news.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/notes.svg b/launcher/resources/iOS/scalable/notes.svg new file mode 100644 index 00000000..b42ebeef --- /dev/null +++ b/launcher/resources/iOS/scalable/notes.svg @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/patreon.svg b/launcher/resources/iOS/scalable/patreon.svg new file mode 100644 index 00000000..1bd06f4a --- /dev/null +++ b/launcher/resources/iOS/scalable/patreon.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/proxy.svg b/launcher/resources/iOS/scalable/proxy.svg new file mode 100644 index 00000000..f6552281 --- /dev/null +++ b/launcher/resources/iOS/scalable/proxy.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/launcher/resources/iOS/scalable/quickmods.svg b/launcher/resources/iOS/scalable/quickmods.svg new file mode 100644 index 00000000..cd63ba71 --- /dev/null +++ b/launcher/resources/iOS/scalable/quickmods.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/refresh.svg b/launcher/resources/iOS/scalable/refresh.svg new file mode 100644 index 00000000..297b79c9 --- /dev/null +++ b/launcher/resources/iOS/scalable/refresh.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/resourcepacks.svg b/launcher/resources/iOS/scalable/resourcepacks.svg new file mode 100644 index 00000000..5b359d63 --- /dev/null +++ b/launcher/resources/iOS/scalable/resourcepacks.svg @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/screenshots.svg b/launcher/resources/iOS/scalable/screenshots.svg new file mode 100644 index 00000000..39ce7b82 --- /dev/null +++ b/launcher/resources/iOS/scalable/screenshots.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/settings.svg b/launcher/resources/iOS/scalable/settings.svg new file mode 100644 index 00000000..95b8a508 --- /dev/null +++ b/launcher/resources/iOS/scalable/settings.svg @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/status-bad.svg b/launcher/resources/iOS/scalable/status-bad.svg new file mode 100644 index 00000000..4019c8da --- /dev/null +++ b/launcher/resources/iOS/scalable/status-bad.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/launcher/resources/iOS/scalable/status-good.svg b/launcher/resources/iOS/scalable/status-good.svg new file mode 100644 index 00000000..e1859113 --- /dev/null +++ b/launcher/resources/iOS/scalable/status-good.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/status-yellow.svg b/launcher/resources/iOS/scalable/status-yellow.svg new file mode 100644 index 00000000..d8a28e23 --- /dev/null +++ b/launcher/resources/iOS/scalable/status-yellow.svg @@ -0,0 +1,56 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/iOS/scalable/viewfolder.svg b/launcher/resources/iOS/scalable/viewfolder.svg new file mode 100644 index 00000000..0ae0c0b5 --- /dev/null +++ b/launcher/resources/iOS/scalable/viewfolder.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/worlds.svg b/launcher/resources/iOS/scalable/worlds.svg new file mode 100644 index 00000000..1596fd76 --- /dev/null +++ b/launcher/resources/iOS/scalable/worlds.svg @@ -0,0 +1,44 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/multimc.rc b/launcher/resources/multimc.rc new file mode 100644 index 00000000..e7340f2a --- /dev/null +++ b/launcher/resources/multimc.rc @@ -0,0 +1,29 @@ +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif +#include + +IDI_ICON1 ICON DISCARDABLE "MultiMC.ico" +1 RT_MANIFEST "MultiMC.manifest" + +VS_VERSION_INFO VERSIONINFO +FILEVERSION 1,0,0,0 +FILEOS VOS_NT_WINDOWS32 +FILETYPE VFT_APP +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "CompanyName", "MultiMC Contributors" + VALUE "FileDescription", "MultiMC Launcher" + VALUE "FileVersion", "1.0.0.0" + VALUE "ProductName", "MultiMC" + VALUE "ProductVersion", "5" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0000, 0x04b0 // Unicode + END +END diff --git a/launcher/resources/multimc/128x128/instances/chicken.png b/launcher/resources/multimc/128x128/instances/chicken.png new file mode 100644 index 00000000..71f6dedc Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/chicken.png differ diff --git a/launcher/resources/multimc/128x128/instances/creeper.png b/launcher/resources/multimc/128x128/instances/creeper.png new file mode 100644 index 00000000..41b7d07d Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/creeper.png differ diff --git a/launcher/resources/multimc/128x128/instances/enderpearl.png b/launcher/resources/multimc/128x128/instances/enderpearl.png new file mode 100644 index 00000000..0a5bf91a Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/enderpearl.png differ diff --git a/launcher/resources/multimc/128x128/instances/flame.png b/launcher/resources/multimc/128x128/instances/flame.png new file mode 100644 index 00000000..8a50a0b4 Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/flame.png differ diff --git a/launcher/resources/multimc/128x128/instances/ftb_glow.png b/launcher/resources/multimc/128x128/instances/ftb_glow.png new file mode 100644 index 00000000..86632b21 Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/ftb_glow.png differ diff --git a/launcher/resources/multimc/128x128/instances/ftb_logo.png b/launcher/resources/multimc/128x128/instances/ftb_logo.png new file mode 100644 index 00000000..e725b7fe Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/ftb_logo.png differ diff --git a/launcher/resources/multimc/128x128/instances/gear.png b/launcher/resources/multimc/128x128/instances/gear.png new file mode 100644 index 00000000..75c68a66 Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/gear.png differ diff --git a/launcher/resources/multimc/128x128/instances/herobrine.png b/launcher/resources/multimc/128x128/instances/herobrine.png new file mode 100644 index 00000000..13f1494c Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/herobrine.png differ diff --git a/launcher/resources/multimc/128x128/instances/infinity.png b/launcher/resources/multimc/128x128/instances/infinity.png new file mode 100644 index 00000000..cc7ca7bc Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/infinity.png differ diff --git a/launcher/resources/multimc/128x128/instances/magitech.png b/launcher/resources/multimc/128x128/instances/magitech.png new file mode 100644 index 00000000..0f81a199 Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/magitech.png differ diff --git a/launcher/resources/multimc/128x128/instances/meat.png b/launcher/resources/multimc/128x128/instances/meat.png new file mode 100644 index 00000000..fefc9bf1 Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/meat.png differ diff --git a/launcher/resources/multimc/128x128/instances/netherstar.png b/launcher/resources/multimc/128x128/instances/netherstar.png new file mode 100644 index 00000000..132085f0 Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/netherstar.png differ diff --git a/launcher/resources/multimc/128x128/instances/skeleton.png b/launcher/resources/multimc/128x128/instances/skeleton.png new file mode 100644 index 00000000..55fcf5a9 Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/skeleton.png differ diff --git a/launcher/resources/multimc/128x128/instances/squarecreeper.png b/launcher/resources/multimc/128x128/instances/squarecreeper.png new file mode 100644 index 00000000..c82d8406 Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/squarecreeper.png differ diff --git a/launcher/resources/multimc/128x128/instances/steve.png b/launcher/resources/multimc/128x128/instances/steve.png new file mode 100644 index 00000000..a07cbd2f Binary files /dev/null and b/launcher/resources/multimc/128x128/instances/steve.png differ diff --git a/launcher/resources/multimc/128x128/unknown_server.png b/launcher/resources/multimc/128x128/unknown_server.png new file mode 100644 index 00000000..ec98382d Binary files /dev/null and b/launcher/resources/multimc/128x128/unknown_server.png differ diff --git a/launcher/resources/multimc/16x16/about.png b/launcher/resources/multimc/16x16/about.png new file mode 100644 index 00000000..a6a986e1 Binary files /dev/null and b/launcher/resources/multimc/16x16/about.png differ diff --git a/launcher/resources/multimc/16x16/bug.png b/launcher/resources/multimc/16x16/bug.png new file mode 100644 index 00000000..0c5b78b4 Binary files /dev/null and b/launcher/resources/multimc/16x16/bug.png differ diff --git a/launcher/resources/multimc/16x16/cat.png b/launcher/resources/multimc/16x16/cat.png new file mode 100644 index 00000000..e6e31b44 Binary files /dev/null and b/launcher/resources/multimc/16x16/cat.png differ diff --git a/launcher/resources/multimc/16x16/centralmods.png b/launcher/resources/multimc/16x16/centralmods.png new file mode 100644 index 00000000..c1b91c76 Binary files /dev/null and b/launcher/resources/multimc/16x16/centralmods.png differ diff --git a/launcher/resources/multimc/16x16/checkupdate.png b/launcher/resources/multimc/16x16/checkupdate.png new file mode 100644 index 00000000..f3742058 Binary files /dev/null and b/launcher/resources/multimc/16x16/checkupdate.png differ diff --git a/launcher/resources/multimc/16x16/copy.png b/launcher/resources/multimc/16x16/copy.png new file mode 100644 index 00000000..ccaed9e1 Binary files /dev/null and b/launcher/resources/multimc/16x16/copy.png differ diff --git a/launcher/resources/multimc/16x16/coremods.png b/launcher/resources/multimc/16x16/coremods.png new file mode 100644 index 00000000..af0f1166 Binary files /dev/null and b/launcher/resources/multimc/16x16/coremods.png differ diff --git a/launcher/resources/multimc/16x16/help.png b/launcher/resources/multimc/16x16/help.png new file mode 100644 index 00000000..e6edf6ba Binary files /dev/null and b/launcher/resources/multimc/16x16/help.png differ diff --git a/launcher/resources/multimc/16x16/instance-settings.png b/launcher/resources/multimc/16x16/instance-settings.png new file mode 100644 index 00000000..b916cd24 Binary files /dev/null and b/launcher/resources/multimc/16x16/instance-settings.png differ diff --git a/launcher/resources/multimc/16x16/jarmods.png b/launcher/resources/multimc/16x16/jarmods.png new file mode 100644 index 00000000..1a97c9c0 Binary files /dev/null and b/launcher/resources/multimc/16x16/jarmods.png differ diff --git a/launcher/resources/multimc/16x16/loadermods.png b/launcher/resources/multimc/16x16/loadermods.png new file mode 100644 index 00000000..b5ab3fce Binary files /dev/null and b/launcher/resources/multimc/16x16/loadermods.png differ diff --git a/launcher/resources/multimc/16x16/log.png b/launcher/resources/multimc/16x16/log.png new file mode 100644 index 00000000..efa2a0b5 Binary files /dev/null and b/launcher/resources/multimc/16x16/log.png differ diff --git a/launcher/resources/multimc/16x16/minecraft.png b/launcher/resources/multimc/16x16/minecraft.png new file mode 100644 index 00000000..e9f2f2a5 Binary files /dev/null and b/launcher/resources/multimc/16x16/minecraft.png differ diff --git a/launcher/resources/multimc/16x16/new.png b/launcher/resources/multimc/16x16/new.png new file mode 100644 index 00000000..2e56f589 Binary files /dev/null and b/launcher/resources/multimc/16x16/new.png differ diff --git a/launcher/resources/multimc/16x16/news.png b/launcher/resources/multimc/16x16/news.png new file mode 100644 index 00000000..872e85db Binary files /dev/null and b/launcher/resources/multimc/16x16/news.png differ diff --git a/launcher/resources/multimc/16x16/noaccount.png b/launcher/resources/multimc/16x16/noaccount.png new file mode 100644 index 00000000..b49bcf36 Binary files /dev/null and b/launcher/resources/multimc/16x16/noaccount.png differ diff --git a/launcher/resources/multimc/16x16/patreon.png b/launcher/resources/multimc/16x16/patreon.png new file mode 100644 index 00000000..9150c478 Binary files /dev/null and b/launcher/resources/multimc/16x16/patreon.png differ diff --git a/launcher/resources/multimc/16x16/refresh.png b/launcher/resources/multimc/16x16/refresh.png new file mode 100644 index 00000000..86b6f82c Binary files /dev/null and b/launcher/resources/multimc/16x16/refresh.png differ diff --git a/launcher/resources/multimc/16x16/resourcepacks.png b/launcher/resources/multimc/16x16/resourcepacks.png new file mode 100644 index 00000000..d862f5ca Binary files /dev/null and b/launcher/resources/multimc/16x16/resourcepacks.png differ diff --git a/launcher/resources/multimc/16x16/screenshots.png b/launcher/resources/multimc/16x16/screenshots.png new file mode 100644 index 00000000..460000d4 Binary files /dev/null and b/launcher/resources/multimc/16x16/screenshots.png differ diff --git a/launcher/resources/multimc/16x16/settings.png b/launcher/resources/multimc/16x16/settings.png new file mode 100644 index 00000000..b916cd24 Binary files /dev/null and b/launcher/resources/multimc/16x16/settings.png differ diff --git a/launcher/resources/multimc/16x16/star.png b/launcher/resources/multimc/16x16/star.png new file mode 100644 index 00000000..4963e6ec Binary files /dev/null and b/launcher/resources/multimc/16x16/star.png differ diff --git a/launcher/resources/multimc/16x16/status-bad.png b/launcher/resources/multimc/16x16/status-bad.png new file mode 100644 index 00000000..5b3f2051 Binary files /dev/null and b/launcher/resources/multimc/16x16/status-bad.png differ diff --git a/launcher/resources/multimc/16x16/status-good.png b/launcher/resources/multimc/16x16/status-good.png new file mode 100644 index 00000000..5cbdee81 Binary files /dev/null and b/launcher/resources/multimc/16x16/status-good.png differ diff --git a/launcher/resources/multimc/16x16/status-running.png b/launcher/resources/multimc/16x16/status-running.png new file mode 100644 index 00000000..a4c42e39 Binary files /dev/null and b/launcher/resources/multimc/16x16/status-running.png differ diff --git a/launcher/resources/multimc/16x16/status-yellow.png b/launcher/resources/multimc/16x16/status-yellow.png new file mode 100644 index 00000000..b25375d1 Binary files /dev/null and b/launcher/resources/multimc/16x16/status-yellow.png differ diff --git a/launcher/resources/multimc/16x16/viewfolder.png b/launcher/resources/multimc/16x16/viewfolder.png new file mode 100644 index 00000000..98b8a944 Binary files /dev/null and b/launcher/resources/multimc/16x16/viewfolder.png differ diff --git a/launcher/resources/multimc/16x16/worlds.png b/launcher/resources/multimc/16x16/worlds.png new file mode 100644 index 00000000..1a38f38e Binary files /dev/null and b/launcher/resources/multimc/16x16/worlds.png differ diff --git a/launcher/resources/multimc/22x22/about.png b/launcher/resources/multimc/22x22/about.png new file mode 100644 index 00000000..57775e25 Binary files /dev/null and b/launcher/resources/multimc/22x22/about.png differ diff --git a/launcher/resources/multimc/22x22/bug.png b/launcher/resources/multimc/22x22/bug.png new file mode 100644 index 00000000..90481bba Binary files /dev/null and b/launcher/resources/multimc/22x22/bug.png differ diff --git a/launcher/resources/multimc/22x22/cat.png b/launcher/resources/multimc/22x22/cat.png new file mode 100644 index 00000000..3ea7ba69 Binary files /dev/null and b/launcher/resources/multimc/22x22/cat.png differ diff --git a/launcher/resources/multimc/22x22/centralmods.png b/launcher/resources/multimc/22x22/centralmods.png new file mode 100644 index 00000000..a10f9a2b Binary files /dev/null and b/launcher/resources/multimc/22x22/centralmods.png differ diff --git a/launcher/resources/multimc/22x22/checkupdate.png b/launcher/resources/multimc/22x22/checkupdate.png new file mode 100644 index 00000000..badb200c Binary files /dev/null and b/launcher/resources/multimc/22x22/checkupdate.png differ diff --git a/launcher/resources/multimc/22x22/copy.png b/launcher/resources/multimc/22x22/copy.png new file mode 100644 index 00000000..ea236a24 Binary files /dev/null and b/launcher/resources/multimc/22x22/copy.png differ diff --git a/launcher/resources/multimc/22x22/help.png b/launcher/resources/multimc/22x22/help.png new file mode 100644 index 00000000..da79b3e3 Binary files /dev/null and b/launcher/resources/multimc/22x22/help.png differ diff --git a/launcher/resources/multimc/22x22/instance-settings.png b/launcher/resources/multimc/22x22/instance-settings.png new file mode 100644 index 00000000..daf56aad Binary files /dev/null and b/launcher/resources/multimc/22x22/instance-settings.png differ diff --git a/launcher/resources/multimc/22x22/new.png b/launcher/resources/multimc/22x22/new.png new file mode 100644 index 00000000..c707fbbf Binary files /dev/null and b/launcher/resources/multimc/22x22/new.png differ diff --git a/launcher/resources/multimc/22x22/news.png b/launcher/resources/multimc/22x22/news.png new file mode 100644 index 00000000..1953bf7b Binary files /dev/null and b/launcher/resources/multimc/22x22/news.png differ diff --git a/launcher/resources/multimc/22x22/patreon.png b/launcher/resources/multimc/22x22/patreon.png new file mode 100644 index 00000000..f2c2076c Binary files /dev/null and b/launcher/resources/multimc/22x22/patreon.png differ diff --git a/launcher/resources/multimc/22x22/refresh.png b/launcher/resources/multimc/22x22/refresh.png new file mode 100644 index 00000000..45b5535c Binary files /dev/null and b/launcher/resources/multimc/22x22/refresh.png differ diff --git a/launcher/resources/multimc/22x22/screenshots.png b/launcher/resources/multimc/22x22/screenshots.png new file mode 100644 index 00000000..6fb42bbd Binary files /dev/null and b/launcher/resources/multimc/22x22/screenshots.png differ diff --git a/launcher/resources/multimc/22x22/settings.png b/launcher/resources/multimc/22x22/settings.png new file mode 100644 index 00000000..daf56aad Binary files /dev/null and b/launcher/resources/multimc/22x22/settings.png differ diff --git a/launcher/resources/multimc/22x22/status-bad.png b/launcher/resources/multimc/22x22/status-bad.png new file mode 100644 index 00000000..2707539e Binary files /dev/null and b/launcher/resources/multimc/22x22/status-bad.png differ diff --git a/launcher/resources/multimc/22x22/status-good.png b/launcher/resources/multimc/22x22/status-good.png new file mode 100644 index 00000000..f55debc3 Binary files /dev/null and b/launcher/resources/multimc/22x22/status-good.png differ diff --git a/launcher/resources/multimc/22x22/status-running.png b/launcher/resources/multimc/22x22/status-running.png new file mode 100644 index 00000000..0dffba18 Binary files /dev/null and b/launcher/resources/multimc/22x22/status-running.png differ diff --git a/launcher/resources/multimc/22x22/status-yellow.png b/launcher/resources/multimc/22x22/status-yellow.png new file mode 100644 index 00000000..481eb7f3 Binary files /dev/null and b/launcher/resources/multimc/22x22/status-yellow.png differ diff --git a/launcher/resources/multimc/22x22/viewfolder.png b/launcher/resources/multimc/22x22/viewfolder.png new file mode 100644 index 00000000..b645167f Binary files /dev/null and b/launcher/resources/multimc/22x22/viewfolder.png differ diff --git a/launcher/resources/multimc/22x22/worlds.png b/launcher/resources/multimc/22x22/worlds.png new file mode 100644 index 00000000..e8825bab Binary files /dev/null and b/launcher/resources/multimc/22x22/worlds.png differ diff --git a/launcher/resources/multimc/24x24/cat.png b/launcher/resources/multimc/24x24/cat.png new file mode 100644 index 00000000..c93245f6 Binary files /dev/null and b/launcher/resources/multimc/24x24/cat.png differ diff --git a/launcher/resources/multimc/24x24/coremods.png b/launcher/resources/multimc/24x24/coremods.png new file mode 100644 index 00000000..90603d24 Binary files /dev/null and b/launcher/resources/multimc/24x24/coremods.png differ diff --git a/launcher/resources/multimc/24x24/jarmods.png b/launcher/resources/multimc/24x24/jarmods.png new file mode 100644 index 00000000..68cb8e9d Binary files /dev/null and b/launcher/resources/multimc/24x24/jarmods.png differ diff --git a/launcher/resources/multimc/24x24/loadermods.png b/launcher/resources/multimc/24x24/loadermods.png new file mode 100644 index 00000000..250a6260 Binary files /dev/null and b/launcher/resources/multimc/24x24/loadermods.png differ diff --git a/launcher/resources/multimc/24x24/log.png b/launcher/resources/multimc/24x24/log.png new file mode 100644 index 00000000..fe302053 Binary files /dev/null and b/launcher/resources/multimc/24x24/log.png differ diff --git a/launcher/resources/multimc/24x24/minecraft.png b/launcher/resources/multimc/24x24/minecraft.png new file mode 100644 index 00000000..b31177c9 Binary files /dev/null and b/launcher/resources/multimc/24x24/minecraft.png differ diff --git a/launcher/resources/multimc/24x24/noaccount.png b/launcher/resources/multimc/24x24/noaccount.png new file mode 100644 index 00000000..ac12437c Binary files /dev/null and b/launcher/resources/multimc/24x24/noaccount.png differ diff --git a/launcher/resources/multimc/24x24/patreon.png b/launcher/resources/multimc/24x24/patreon.png new file mode 100644 index 00000000..add80668 Binary files /dev/null and b/launcher/resources/multimc/24x24/patreon.png differ diff --git a/launcher/resources/multimc/24x24/resourcepacks.png b/launcher/resources/multimc/24x24/resourcepacks.png new file mode 100644 index 00000000..68359d39 Binary files /dev/null and b/launcher/resources/multimc/24x24/resourcepacks.png differ diff --git a/launcher/resources/multimc/24x24/star.png b/launcher/resources/multimc/24x24/star.png new file mode 100644 index 00000000..7f16618a Binary files /dev/null and b/launcher/resources/multimc/24x24/star.png differ diff --git a/launcher/resources/multimc/24x24/status-bad.png b/launcher/resources/multimc/24x24/status-bad.png new file mode 100644 index 00000000..d1547a47 Binary files /dev/null and b/launcher/resources/multimc/24x24/status-bad.png differ diff --git a/launcher/resources/multimc/24x24/status-good.png b/launcher/resources/multimc/24x24/status-good.png new file mode 100644 index 00000000..3545bc4c Binary files /dev/null and b/launcher/resources/multimc/24x24/status-good.png differ diff --git a/launcher/resources/multimc/24x24/status-running.png b/launcher/resources/multimc/24x24/status-running.png new file mode 100644 index 00000000..ecd64451 Binary files /dev/null and b/launcher/resources/multimc/24x24/status-running.png differ diff --git a/launcher/resources/multimc/24x24/status-yellow.png b/launcher/resources/multimc/24x24/status-yellow.png new file mode 100644 index 00000000..dd5fde67 Binary files /dev/null and b/launcher/resources/multimc/24x24/status-yellow.png differ diff --git a/launcher/resources/multimc/256x256/minecraft.png b/launcher/resources/multimc/256x256/minecraft.png new file mode 100644 index 00000000..77e3f03e Binary files /dev/null and b/launcher/resources/multimc/256x256/minecraft.png differ diff --git a/launcher/resources/multimc/32x32/about.png b/launcher/resources/multimc/32x32/about.png new file mode 100644 index 00000000..5174c4f1 Binary files /dev/null and b/launcher/resources/multimc/32x32/about.png differ diff --git a/launcher/resources/multimc/32x32/bug.png b/launcher/resources/multimc/32x32/bug.png new file mode 100644 index 00000000..ada46653 Binary files /dev/null and b/launcher/resources/multimc/32x32/bug.png differ diff --git a/launcher/resources/multimc/32x32/cat.png b/launcher/resources/multimc/32x32/cat.png new file mode 100644 index 00000000..78ff98e9 Binary files /dev/null and b/launcher/resources/multimc/32x32/cat.png differ diff --git a/launcher/resources/multimc/32x32/centralmods.png b/launcher/resources/multimc/32x32/centralmods.png new file mode 100644 index 00000000..cd2b8208 Binary files /dev/null and b/launcher/resources/multimc/32x32/centralmods.png differ diff --git a/launcher/resources/multimc/32x32/checkupdate.png b/launcher/resources/multimc/32x32/checkupdate.png new file mode 100644 index 00000000..754005f9 Binary files /dev/null and b/launcher/resources/multimc/32x32/checkupdate.png differ diff --git a/launcher/resources/multimc/32x32/copy.png b/launcher/resources/multimc/32x32/copy.png new file mode 100644 index 00000000..c137b0f1 Binary files /dev/null and b/launcher/resources/multimc/32x32/copy.png differ diff --git a/launcher/resources/multimc/32x32/coremods.png b/launcher/resources/multimc/32x32/coremods.png new file mode 100644 index 00000000..770d695e Binary files /dev/null and b/launcher/resources/multimc/32x32/coremods.png differ diff --git a/launcher/resources/multimc/32x32/help.png b/launcher/resources/multimc/32x32/help.png new file mode 100644 index 00000000..b3854278 Binary files /dev/null and b/launcher/resources/multimc/32x32/help.png differ diff --git a/launcher/resources/multimc/32x32/instance-settings.png b/launcher/resources/multimc/32x32/instance-settings.png new file mode 100644 index 00000000..a9c0817c Binary files /dev/null and b/launcher/resources/multimc/32x32/instance-settings.png differ diff --git a/launcher/resources/multimc/32x32/instances/brick.png b/launcher/resources/multimc/32x32/instances/brick.png new file mode 100644 index 00000000..c324fda0 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/brick.png differ diff --git a/launcher/resources/multimc/32x32/instances/chicken.png b/launcher/resources/multimc/32x32/instances/chicken.png new file mode 100644 index 00000000..f870467a Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/chicken.png differ diff --git a/launcher/resources/multimc/32x32/instances/creeper.png b/launcher/resources/multimc/32x32/instances/creeper.png new file mode 100644 index 00000000..a67ecfc3 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/creeper.png differ diff --git a/launcher/resources/multimc/32x32/instances/diamond.png b/launcher/resources/multimc/32x32/instances/diamond.png new file mode 100644 index 00000000..1eb26469 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/diamond.png differ diff --git a/launcher/resources/multimc/32x32/instances/dirt.png b/launcher/resources/multimc/32x32/instances/dirt.png new file mode 100644 index 00000000..9e19eb8f Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/dirt.png differ diff --git a/launcher/resources/multimc/32x32/instances/enderpearl.png b/launcher/resources/multimc/32x32/instances/enderpearl.png new file mode 100644 index 00000000..a818eb8e Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/enderpearl.png differ diff --git a/launcher/resources/multimc/32x32/instances/flame.png b/launcher/resources/multimc/32x32/instances/flame.png new file mode 100644 index 00000000..d8987338 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/flame.png differ diff --git a/launcher/resources/multimc/32x32/instances/ftb_glow.png b/launcher/resources/multimc/32x32/instances/ftb_glow.png new file mode 100644 index 00000000..c4e6fd5d Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/ftb_glow.png differ diff --git a/launcher/resources/multimc/32x32/instances/ftb_logo.png b/launcher/resources/multimc/32x32/instances/ftb_logo.png new file mode 100644 index 00000000..20df7171 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/ftb_logo.png differ diff --git a/launcher/resources/multimc/32x32/instances/gear.png b/launcher/resources/multimc/32x32/instances/gear.png new file mode 100644 index 00000000..da9ba2f9 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/gear.png differ diff --git a/launcher/resources/multimc/32x32/instances/gold.png b/launcher/resources/multimc/32x32/instances/gold.png new file mode 100644 index 00000000..593410fa Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/gold.png differ diff --git a/launcher/resources/multimc/32x32/instances/grass.png b/launcher/resources/multimc/32x32/instances/grass.png new file mode 100644 index 00000000..f1694547 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/grass.png differ diff --git a/launcher/resources/multimc/32x32/instances/herobrine.png b/launcher/resources/multimc/32x32/instances/herobrine.png new file mode 100644 index 00000000..e5460da3 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/herobrine.png differ diff --git a/launcher/resources/multimc/32x32/instances/infinity.png b/launcher/resources/multimc/32x32/instances/infinity.png new file mode 100644 index 00000000..bd94a3dc Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/infinity.png differ diff --git a/launcher/resources/multimc/32x32/instances/iron.png b/launcher/resources/multimc/32x32/instances/iron.png new file mode 100644 index 00000000..3e811bd6 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/iron.png differ diff --git a/launcher/resources/multimc/32x32/instances/magitech.png b/launcher/resources/multimc/32x32/instances/magitech.png new file mode 100644 index 00000000..6fd8ff60 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/magitech.png differ diff --git a/launcher/resources/multimc/32x32/instances/meat.png b/launcher/resources/multimc/32x32/instances/meat.png new file mode 100644 index 00000000..6694859d Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/meat.png differ diff --git a/launcher/resources/multimc/32x32/instances/netherstar.png b/launcher/resources/multimc/32x32/instances/netherstar.png new file mode 100644 index 00000000..43cb5113 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/netherstar.png differ diff --git a/launcher/resources/multimc/32x32/instances/planks.png b/launcher/resources/multimc/32x32/instances/planks.png new file mode 100644 index 00000000..a94b7502 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/planks.png differ diff --git a/launcher/resources/multimc/32x32/instances/skeleton.png b/launcher/resources/multimc/32x32/instances/skeleton.png new file mode 100644 index 00000000..0c8d3505 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/skeleton.png differ diff --git a/launcher/resources/multimc/32x32/instances/squarecreeper.png b/launcher/resources/multimc/32x32/instances/squarecreeper.png new file mode 100644 index 00000000..b78c4ae0 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/squarecreeper.png differ diff --git a/launcher/resources/multimc/32x32/instances/steve.png b/launcher/resources/multimc/32x32/instances/steve.png new file mode 100644 index 00000000..07c6acde Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/steve.png differ diff --git a/launcher/resources/multimc/32x32/instances/stone.png b/launcher/resources/multimc/32x32/instances/stone.png new file mode 100644 index 00000000..1b6ef7a4 Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/stone.png differ diff --git a/launcher/resources/multimc/32x32/instances/tnt.png b/launcher/resources/multimc/32x32/instances/tnt.png new file mode 100644 index 00000000..e40d404d Binary files /dev/null and b/launcher/resources/multimc/32x32/instances/tnt.png differ diff --git a/launcher/resources/multimc/32x32/jarmods.png b/launcher/resources/multimc/32x32/jarmods.png new file mode 100644 index 00000000..5cda173a Binary files /dev/null and b/launcher/resources/multimc/32x32/jarmods.png differ diff --git a/launcher/resources/multimc/32x32/loadermods.png b/launcher/resources/multimc/32x32/loadermods.png new file mode 100644 index 00000000..c4ca12e2 Binary files /dev/null and b/launcher/resources/multimc/32x32/loadermods.png differ diff --git a/launcher/resources/multimc/32x32/log.png b/launcher/resources/multimc/32x32/log.png new file mode 100644 index 00000000..d620da12 Binary files /dev/null and b/launcher/resources/multimc/32x32/log.png differ diff --git a/launcher/resources/multimc/32x32/minecraft.png b/launcher/resources/multimc/32x32/minecraft.png new file mode 100644 index 00000000..816bec98 Binary files /dev/null and b/launcher/resources/multimc/32x32/minecraft.png differ diff --git a/launcher/resources/multimc/32x32/new.png b/launcher/resources/multimc/32x32/new.png new file mode 100644 index 00000000..a3555ba4 Binary files /dev/null and b/launcher/resources/multimc/32x32/new.png differ diff --git a/launcher/resources/multimc/32x32/news.png b/launcher/resources/multimc/32x32/news.png new file mode 100644 index 00000000..c579fd44 Binary files /dev/null and b/launcher/resources/multimc/32x32/news.png differ diff --git a/launcher/resources/multimc/32x32/noaccount.png b/launcher/resources/multimc/32x32/noaccount.png new file mode 100644 index 00000000..a73afc94 Binary files /dev/null and b/launcher/resources/multimc/32x32/noaccount.png differ diff --git a/launcher/resources/multimc/32x32/patreon.png b/launcher/resources/multimc/32x32/patreon.png new file mode 100644 index 00000000..70085aa1 Binary files /dev/null and b/launcher/resources/multimc/32x32/patreon.png differ diff --git a/launcher/resources/multimc/32x32/refresh.png b/launcher/resources/multimc/32x32/refresh.png new file mode 100644 index 00000000..afa2a9d7 Binary files /dev/null and b/launcher/resources/multimc/32x32/refresh.png differ diff --git a/launcher/resources/multimc/32x32/resourcepacks.png b/launcher/resources/multimc/32x32/resourcepacks.png new file mode 100644 index 00000000..c14759ef Binary files /dev/null and b/launcher/resources/multimc/32x32/resourcepacks.png differ diff --git a/launcher/resources/multimc/32x32/screenshots.png b/launcher/resources/multimc/32x32/screenshots.png new file mode 100644 index 00000000..4fcd6224 Binary files /dev/null and b/launcher/resources/multimc/32x32/screenshots.png differ diff --git a/launcher/resources/multimc/32x32/settings.png b/launcher/resources/multimc/32x32/settings.png new file mode 100644 index 00000000..a9c0817c Binary files /dev/null and b/launcher/resources/multimc/32x32/settings.png differ diff --git a/launcher/resources/multimc/32x32/star.png b/launcher/resources/multimc/32x32/star.png new file mode 100644 index 00000000..b271f0d1 Binary files /dev/null and b/launcher/resources/multimc/32x32/star.png differ diff --git a/launcher/resources/multimc/32x32/status-bad.png b/launcher/resources/multimc/32x32/status-bad.png new file mode 100644 index 00000000..8c2c9d4f Binary files /dev/null and b/launcher/resources/multimc/32x32/status-bad.png differ diff --git a/launcher/resources/multimc/32x32/status-good.png b/launcher/resources/multimc/32x32/status-good.png new file mode 100644 index 00000000..1a805e68 Binary files /dev/null and b/launcher/resources/multimc/32x32/status-good.png differ diff --git a/launcher/resources/multimc/32x32/status-running.png b/launcher/resources/multimc/32x32/status-running.png new file mode 100644 index 00000000..f561f01a Binary files /dev/null and b/launcher/resources/multimc/32x32/status-running.png differ diff --git a/launcher/resources/multimc/32x32/status-yellow.png b/launcher/resources/multimc/32x32/status-yellow.png new file mode 100644 index 00000000..42c68552 Binary files /dev/null and b/launcher/resources/multimc/32x32/status-yellow.png differ diff --git a/launcher/resources/multimc/32x32/viewfolder.png b/launcher/resources/multimc/32x32/viewfolder.png new file mode 100644 index 00000000..74ab8fa6 Binary files /dev/null and b/launcher/resources/multimc/32x32/viewfolder.png differ diff --git a/launcher/resources/multimc/32x32/worlds.png b/launcher/resources/multimc/32x32/worlds.png new file mode 100644 index 00000000..c986596c Binary files /dev/null and b/launcher/resources/multimc/32x32/worlds.png differ diff --git a/launcher/resources/multimc/48x48/about.png b/launcher/resources/multimc/48x48/about.png new file mode 100644 index 00000000..b4ac71b8 Binary files /dev/null and b/launcher/resources/multimc/48x48/about.png differ diff --git a/launcher/resources/multimc/48x48/bug.png b/launcher/resources/multimc/48x48/bug.png new file mode 100644 index 00000000..298f9397 Binary files /dev/null and b/launcher/resources/multimc/48x48/bug.png differ diff --git a/launcher/resources/multimc/48x48/cat.png b/launcher/resources/multimc/48x48/cat.png new file mode 100644 index 00000000..25912a3c Binary files /dev/null and b/launcher/resources/multimc/48x48/cat.png differ diff --git a/launcher/resources/multimc/48x48/centralmods.png b/launcher/resources/multimc/48x48/centralmods.png new file mode 100644 index 00000000..d927e39b Binary files /dev/null and b/launcher/resources/multimc/48x48/centralmods.png differ diff --git a/launcher/resources/multimc/48x48/checkupdate.png b/launcher/resources/multimc/48x48/checkupdate.png new file mode 100644 index 00000000..2e2c7d6b Binary files /dev/null and b/launcher/resources/multimc/48x48/checkupdate.png differ diff --git a/launcher/resources/multimc/48x48/copy.png b/launcher/resources/multimc/48x48/copy.png new file mode 100644 index 00000000..ea40e34b Binary files /dev/null and b/launcher/resources/multimc/48x48/copy.png differ diff --git a/launcher/resources/multimc/48x48/help.png b/launcher/resources/multimc/48x48/help.png new file mode 100644 index 00000000..82d828fa Binary files /dev/null and b/launcher/resources/multimc/48x48/help.png differ diff --git a/launcher/resources/multimc/48x48/instance-settings.png b/launcher/resources/multimc/48x48/instance-settings.png new file mode 100644 index 00000000..6674eb23 Binary files /dev/null and b/launcher/resources/multimc/48x48/instance-settings.png differ diff --git a/launcher/resources/multimc/48x48/log.png b/launcher/resources/multimc/48x48/log.png new file mode 100644 index 00000000..45f60e6b Binary files /dev/null and b/launcher/resources/multimc/48x48/log.png differ diff --git a/launcher/resources/multimc/48x48/minecraft.png b/launcher/resources/multimc/48x48/minecraft.png new file mode 100644 index 00000000..38fc9f6c Binary files /dev/null and b/launcher/resources/multimc/48x48/minecraft.png differ diff --git a/launcher/resources/multimc/48x48/new.png b/launcher/resources/multimc/48x48/new.png new file mode 100644 index 00000000..a81753b3 Binary files /dev/null and b/launcher/resources/multimc/48x48/new.png differ diff --git a/launcher/resources/multimc/48x48/news.png b/launcher/resources/multimc/48x48/news.png new file mode 100644 index 00000000..0f82d857 Binary files /dev/null and b/launcher/resources/multimc/48x48/news.png differ diff --git a/launcher/resources/multimc/48x48/noaccount.png b/launcher/resources/multimc/48x48/noaccount.png new file mode 100644 index 00000000..4703796c Binary files /dev/null and b/launcher/resources/multimc/48x48/noaccount.png differ diff --git a/launcher/resources/multimc/48x48/patreon.png b/launcher/resources/multimc/48x48/patreon.png new file mode 100644 index 00000000..7aec4d7d Binary files /dev/null and b/launcher/resources/multimc/48x48/patreon.png differ diff --git a/launcher/resources/multimc/48x48/refresh.png b/launcher/resources/multimc/48x48/refresh.png new file mode 100644 index 00000000..0b08b238 Binary files /dev/null and b/launcher/resources/multimc/48x48/refresh.png differ diff --git a/launcher/resources/multimc/48x48/screenshots.png b/launcher/resources/multimc/48x48/screenshots.png new file mode 100644 index 00000000..03c0059f Binary files /dev/null and b/launcher/resources/multimc/48x48/screenshots.png differ diff --git a/launcher/resources/multimc/48x48/settings.png b/launcher/resources/multimc/48x48/settings.png new file mode 100644 index 00000000..6674eb23 Binary files /dev/null and b/launcher/resources/multimc/48x48/settings.png differ diff --git a/launcher/resources/multimc/48x48/star.png b/launcher/resources/multimc/48x48/star.png new file mode 100644 index 00000000..d9468e7e Binary files /dev/null and b/launcher/resources/multimc/48x48/star.png differ diff --git a/launcher/resources/multimc/48x48/status-bad.png b/launcher/resources/multimc/48x48/status-bad.png new file mode 100644 index 00000000..41c9cf22 Binary files /dev/null and b/launcher/resources/multimc/48x48/status-bad.png differ diff --git a/launcher/resources/multimc/48x48/status-good.png b/launcher/resources/multimc/48x48/status-good.png new file mode 100644 index 00000000..df7cb59b Binary files /dev/null and b/launcher/resources/multimc/48x48/status-good.png differ diff --git a/launcher/resources/multimc/48x48/status-running.png b/launcher/resources/multimc/48x48/status-running.png new file mode 100644 index 00000000..b8c0bf7c Binary files /dev/null and b/launcher/resources/multimc/48x48/status-running.png differ diff --git a/launcher/resources/multimc/48x48/status-yellow.png b/launcher/resources/multimc/48x48/status-yellow.png new file mode 100644 index 00000000..4f3b11d6 Binary files /dev/null and b/launcher/resources/multimc/48x48/status-yellow.png differ diff --git a/launcher/resources/multimc/48x48/viewfolder.png b/launcher/resources/multimc/48x48/viewfolder.png new file mode 100644 index 00000000..0492a736 Binary files /dev/null and b/launcher/resources/multimc/48x48/viewfolder.png differ diff --git a/launcher/resources/multimc/48x48/worlds.png b/launcher/resources/multimc/48x48/worlds.png new file mode 100644 index 00000000..4fc33751 Binary files /dev/null and b/launcher/resources/multimc/48x48/worlds.png differ diff --git a/launcher/resources/multimc/50x50/instances/enderman.png b/launcher/resources/multimc/50x50/instances/enderman.png new file mode 100644 index 00000000..9f3a72b3 Binary files /dev/null and b/launcher/resources/multimc/50x50/instances/enderman.png differ diff --git a/launcher/resources/multimc/64x64/about.png b/launcher/resources/multimc/64x64/about.png new file mode 100644 index 00000000..b83e9269 Binary files /dev/null and b/launcher/resources/multimc/64x64/about.png differ diff --git a/launcher/resources/multimc/64x64/bug.png b/launcher/resources/multimc/64x64/bug.png new file mode 100644 index 00000000..156b0315 Binary files /dev/null and b/launcher/resources/multimc/64x64/bug.png differ diff --git a/launcher/resources/multimc/64x64/cat.png b/launcher/resources/multimc/64x64/cat.png new file mode 100644 index 00000000..2cc21f80 Binary files /dev/null and b/launcher/resources/multimc/64x64/cat.png differ diff --git a/launcher/resources/multimc/64x64/centralmods.png b/launcher/resources/multimc/64x64/centralmods.png new file mode 100644 index 00000000..8831f437 Binary files /dev/null and b/launcher/resources/multimc/64x64/centralmods.png differ diff --git a/launcher/resources/multimc/64x64/checkupdate.png b/launcher/resources/multimc/64x64/checkupdate.png new file mode 100644 index 00000000..dd1e29ac Binary files /dev/null and b/launcher/resources/multimc/64x64/checkupdate.png differ diff --git a/launcher/resources/multimc/64x64/copy.png b/launcher/resources/multimc/64x64/copy.png new file mode 100644 index 00000000..d12cf9c8 Binary files /dev/null and b/launcher/resources/multimc/64x64/copy.png differ diff --git a/launcher/resources/multimc/64x64/coremods.png b/launcher/resources/multimc/64x64/coremods.png new file mode 100644 index 00000000..668be334 Binary files /dev/null and b/launcher/resources/multimc/64x64/coremods.png differ diff --git a/launcher/resources/multimc/64x64/help.png b/launcher/resources/multimc/64x64/help.png new file mode 100644 index 00000000..0f3948c2 Binary files /dev/null and b/launcher/resources/multimc/64x64/help.png differ diff --git a/launcher/resources/multimc/64x64/instance-settings.png b/launcher/resources/multimc/64x64/instance-settings.png new file mode 100644 index 00000000..e3ff58fa Binary files /dev/null and b/launcher/resources/multimc/64x64/instance-settings.png differ diff --git a/launcher/resources/multimc/64x64/jarmods.png b/launcher/resources/multimc/64x64/jarmods.png new file mode 100644 index 00000000..55d1a42a Binary files /dev/null and b/launcher/resources/multimc/64x64/jarmods.png differ diff --git a/launcher/resources/multimc/64x64/loadermods.png b/launcher/resources/multimc/64x64/loadermods.png new file mode 100644 index 00000000..24618fd0 Binary files /dev/null and b/launcher/resources/multimc/64x64/loadermods.png differ diff --git a/launcher/resources/multimc/64x64/log.png b/launcher/resources/multimc/64x64/log.png new file mode 100644 index 00000000..0f531cdf Binary files /dev/null and b/launcher/resources/multimc/64x64/log.png differ diff --git a/launcher/resources/multimc/64x64/new.png b/launcher/resources/multimc/64x64/new.png new file mode 100644 index 00000000..c3c6796c Binary files /dev/null and b/launcher/resources/multimc/64x64/new.png differ diff --git a/launcher/resources/multimc/64x64/news.png b/launcher/resources/multimc/64x64/news.png new file mode 100644 index 00000000..e306eed3 Binary files /dev/null and b/launcher/resources/multimc/64x64/news.png differ diff --git a/launcher/resources/multimc/64x64/patreon.png b/launcher/resources/multimc/64x64/patreon.png new file mode 100644 index 00000000..ef5d690e Binary files /dev/null and b/launcher/resources/multimc/64x64/patreon.png differ diff --git a/launcher/resources/multimc/64x64/refresh.png b/launcher/resources/multimc/64x64/refresh.png new file mode 100644 index 00000000..8373d819 Binary files /dev/null and b/launcher/resources/multimc/64x64/refresh.png differ diff --git a/launcher/resources/multimc/64x64/resourcepacks.png b/launcher/resources/multimc/64x64/resourcepacks.png new file mode 100644 index 00000000..fb874e7d Binary files /dev/null and b/launcher/resources/multimc/64x64/resourcepacks.png differ diff --git a/launcher/resources/multimc/64x64/screenshots.png b/launcher/resources/multimc/64x64/screenshots.png new file mode 100644 index 00000000..af18e39c Binary files /dev/null and b/launcher/resources/multimc/64x64/screenshots.png differ diff --git a/launcher/resources/multimc/64x64/settings.png b/launcher/resources/multimc/64x64/settings.png new file mode 100644 index 00000000..e3ff58fa Binary files /dev/null and b/launcher/resources/multimc/64x64/settings.png differ diff --git a/launcher/resources/multimc/64x64/star.png b/launcher/resources/multimc/64x64/star.png new file mode 100644 index 00000000..4ed5d978 Binary files /dev/null and b/launcher/resources/multimc/64x64/star.png differ diff --git a/launcher/resources/multimc/64x64/status-bad.png b/launcher/resources/multimc/64x64/status-bad.png new file mode 100644 index 00000000..64060ba0 Binary files /dev/null and b/launcher/resources/multimc/64x64/status-bad.png differ diff --git a/launcher/resources/multimc/64x64/status-good.png b/launcher/resources/multimc/64x64/status-good.png new file mode 100644 index 00000000..e862ddcd Binary files /dev/null and b/launcher/resources/multimc/64x64/status-good.png differ diff --git a/launcher/resources/multimc/64x64/status-running.png b/launcher/resources/multimc/64x64/status-running.png new file mode 100644 index 00000000..38afda0f Binary files /dev/null and b/launcher/resources/multimc/64x64/status-running.png differ diff --git a/launcher/resources/multimc/64x64/status-yellow.png b/launcher/resources/multimc/64x64/status-yellow.png new file mode 100644 index 00000000..3d54d320 Binary files /dev/null and b/launcher/resources/multimc/64x64/status-yellow.png differ diff --git a/launcher/resources/multimc/64x64/viewfolder.png b/launcher/resources/multimc/64x64/viewfolder.png new file mode 100644 index 00000000..7d531f9c Binary files /dev/null and b/launcher/resources/multimc/64x64/viewfolder.png differ diff --git a/launcher/resources/multimc/64x64/worlds.png b/launcher/resources/multimc/64x64/worlds.png new file mode 100644 index 00000000..1d40f1df Binary files /dev/null and b/launcher/resources/multimc/64x64/worlds.png differ diff --git a/launcher/resources/multimc/8x8/noaccount.png b/launcher/resources/multimc/8x8/noaccount.png new file mode 100644 index 00000000..466e4c07 Binary files /dev/null and b/launcher/resources/multimc/8x8/noaccount.png differ diff --git a/launcher/resources/multimc/index.theme b/launcher/resources/multimc/index.theme new file mode 100644 index 00000000..6061b7f8 --- /dev/null +++ b/launcher/resources/multimc/index.theme @@ -0,0 +1,58 @@ +[Icon Theme] +Name=multimc +Comment=MultiMC Default Icons +Inherits=default +Directories=8x8,16x16,22x22,24x24,32x32,32x32/instances,48x48,50x50/instances,64x64,128x128/instances,256x256,scalable,scalable/instances + +[8x8] +Size=8 + +[16x16] +Size=16 + +[22x22] +Size=22 + +[24x24] +Size=24 + +[32x32] +Size=32 + +[32x32/instances] +Size=32 +MinSize=1 +MaxSize=32 + +[48x48] +Size=48 + +[50x50/instances] +Size=50 + +[64x64] +Size=64 + +[128x128] +Size=128 +MinSize=33 +MaxSize=128 + +[128x128/instances] +Size=128 +MinSize=33 +MaxSize=128 + +[256x256] +Size=256 + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 + +[scalable/instances] +Size=128 +MinSize=16 +MaxSize=256 diff --git a/launcher/resources/multimc/multimc.qrc b/launcher/resources/multimc/multimc.qrc new file mode 100644 index 00000000..249e8e28 --- /dev/null +++ b/launcher/resources/multimc/multimc.qrc @@ -0,0 +1,320 @@ + + + + index.theme + + scalable/logo.svg + + + scalable/multimc.svg + + + scalable/reddit-alien.svg + + + 32x32/instances/flame.png + 128x128/instances/flame.png + + + scalable/technic.svg + + + scalable/atlauncher.svg + scalable/atlauncher-placeholder.png + + + scalable/proxy.svg + + + scalable/language.svg + + + scalable/java.svg + + + 16x16/star.png + 24x24/star.png + 32x32/star.png + 48x48/star.png + 64x64/star.png + + + 16x16/worlds.png + 22x22/worlds.png + 32x32/worlds.png + 48x48/worlds.png + 64x64/worlds.png + + + 16x16/minecraft.png + 24x24/minecraft.png + 32x32/minecraft.png + 48x48/minecraft.png + 256x256/minecraft.png + + + 16x16/about.png + 22x22/about.png + 32x32/about.png + 48x48/about.png + 64x64/about.png + + + scalable/bug.svg + 16x16/bug.png + 22x22/bug.png + 32x32/bug.png + 48x48/bug.png + 64x64/bug.png + + + + 16x16/screenshots.png + 22x22/screenshots.png + 32x32/screenshots.png + 48x48/screenshots.png + 64x64/screenshots.png + scalable/screenshots.svg + + + scalable/custom-commands.svg + + + 16x16/patreon.png + 22x22/patreon.png + 24x24/patreon.png + 32x32/patreon.png + 48x48/patreon.png + 64x64/patreon.png + + + 16x16/cat.png + 22x22/cat.png + 24x24/cat.png + 32x32/cat.png + 48x48/cat.png + 64x64/cat.png + + + scalable/centralmods.svg + 16x16/centralmods.png + 22x22/centralmods.png + 32x32/centralmods.png + 48x48/centralmods.png + 64x64/centralmods.png + + + scalable/checkupdate.svg + 16x16/checkupdate.png + 22x22/checkupdate.png + 32x32/checkupdate.png + 48x48/checkupdate.png + 64x64/checkupdate.png + + + 16x16/copy.png + 22x22/copy.png + 32x32/copy.png + 48x48/copy.png + 64x64/copy.png + + + 16x16/help.png + 22x22/help.png + 32x32/help.png + 48x48/help.png + 64x64/help.png + + + 16x16/new.png + 22x22/new.png + 32x32/new.png + 48x48/new.png + 64x64/new.png + + + scalable/news.svg + 16x16/news.png + 22x22/news.png + 32x32/news.png + 48x48/news.png + 64x64/news.png + + + 16x16/status-bad.png + 24x24/status-bad.png + 22x22/status-bad.png + 32x32/status-bad.png + 48x48/status-bad.png + 64x64/status-bad.png + + + 16x16/status-good.png + 24x24/status-good.png + 22x22/status-good.png + 32x32/status-good.png + 48x48/status-good.png + 64x64/status-good.png + + + 16x16/status-yellow.png + 24x24/status-yellow.png + 22x22/status-yellow.png + 32x32/status-yellow.png + 48x48/status-yellow.png + 64x64/status-yellow.png + + + 16x16/status-running.png + 24x24/status-running.png + 22x22/status-running.png + 32x32/status-running.png + 48x48/status-running.png + 64x64/status-running.png + scalable/status-running.svg + + + 16x16/loadermods.png + 24x24/loadermods.png + 32x32/loadermods.png + 64x64/loadermods.png + + + 16x16/jarmods.png + 24x24/jarmods.png + 32x32/jarmods.png + 64x64/jarmods.png + + + 16x16/coremods.png + 24x24/coremods.png + 32x32/coremods.png + 64x64/coremods.png + + + 16x16/resourcepacks.png + 24x24/resourcepacks.png + 32x32/resourcepacks.png + 64x64/resourcepacks.png + + + 16x16/refresh.png + 22x22/refresh.png + 32x32/refresh.png + 48x48/refresh.png + 64x64/refresh.png + + + 16x16/settings.png + 22x22/settings.png + 32x32/settings.png + 48x48/settings.png + 64x64/settings.png + + + 16x16/instance-settings.png + 22x22/instance-settings.png + 32x32/instance-settings.png + 48x48/instance-settings.png + 64x64/instance-settings.png + + + scalable/viewfolder.svg + 16x16/viewfolder.png + 22x22/viewfolder.png + 32x32/viewfolder.png + 48x48/viewfolder.png + 64x64/viewfolder.png + + + 8x8/noaccount.png + 16x16/noaccount.png + 24x24/noaccount.png + 32x32/noaccount.png + 48x48/noaccount.png + + + 8x8/noaccount.png + 16x16/noaccount.png + 24x24/noaccount.png + 32x32/noaccount.png + 48x48/noaccount.png + + + 16x16/log.png + 24x24/log.png + 32x32/log.png + 48x48/log.png + 64x64/log.png + + + 128x128/unknown_server.png + + + scalable/screenshot-placeholder.svg + + + scalable/discord.svg + + + 32x32/instances/chicken.png + 128x128/instances/chicken.png + + 32x32/instances/creeper.png + 128x128/instances/creeper.png + + 32x32/instances/enderpearl.png + 128x128/instances/enderpearl.png + + 32x32/instances/ftb_glow.png + 128x128/instances/ftb_glow.png + + 32x32/instances/ftb_logo.png + 128x128/instances/ftb_logo.png + + 32x32/instances/flame.png + 128x128/instances/flame.png + + 32x32/instances/gear.png + 128x128/instances/gear.png + + 32x32/instances/herobrine.png + 128x128/instances/herobrine.png + + 32x32/instances/infinity.png + 128x128/instances/infinity.png + + 32x32/instances/magitech.png + 128x128/instances/magitech.png + + 32x32/instances/meat.png + 128x128/instances/meat.png + + 32x32/instances/netherstar.png + 128x128/instances/netherstar.png + + 32x32/instances/skeleton.png + 128x128/instances/skeleton.png + + 32x32/instances/squarecreeper.png + 128x128/instances/squarecreeper.png + + 32x32/instances/steve.png + 128x128/instances/steve.png + + 32x32/instances/brick.png + 32x32/instances/diamond.png + 32x32/instances/dirt.png + 32x32/instances/gold.png + 32x32/instances/grass.png + 32x32/instances/iron.png + 32x32/instances/planks.png + 32x32/instances/stone.png + 32x32/instances/tnt.png + + 50x50/instances/enderman.png + + scalable/instances/fox.svg + scalable/instances/bee.svg + + diff --git a/launcher/resources/multimc/scalable/atlauncher-placeholder.png b/launcher/resources/multimc/scalable/atlauncher-placeholder.png new file mode 100644 index 00000000..f4314c43 Binary files /dev/null and b/launcher/resources/multimc/scalable/atlauncher-placeholder.png differ diff --git a/launcher/resources/multimc/scalable/atlauncher.svg b/launcher/resources/multimc/scalable/atlauncher.svg new file mode 100644 index 00000000..1bb5f359 --- /dev/null +++ b/launcher/resources/multimc/scalable/atlauncher.svg @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/bug.svg b/launcher/resources/multimc/scalable/bug.svg new file mode 100644 index 00000000..178e3c23 --- /dev/null +++ b/launcher/resources/multimc/scalable/bug.svg @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/centralmods.svg b/launcher/resources/multimc/scalable/centralmods.svg new file mode 100644 index 00000000..a8b123d0 --- /dev/null +++ b/launcher/resources/multimc/scalable/centralmods.svg @@ -0,0 +1,346 @@ + + + + + + + + + + unsorted + + + + + Open Clip Art Library, Source: Oxygen Icons, Source: Oxygen Icons, Source: Oxygen Icons, Source: Oxygen Icons + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/checkupdate.svg b/launcher/resources/multimc/scalable/checkupdate.svg new file mode 100644 index 00000000..fc09cb4c --- /dev/null +++ b/launcher/resources/multimc/scalable/checkupdate.svg @@ -0,0 +1,167 @@ + + + + + + + + + + unsorted + + + + + Open Clip Art Library, Source: GNOME-Colors, Source: GNOME-Colors, Source: GNOME-Colors, Source: GNOME-Colors, Source: GNOME-Colors + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/custom-commands.svg b/launcher/resources/multimc/scalable/custom-commands.svg new file mode 100644 index 00000000..b7f1a149 --- /dev/null +++ b/launcher/resources/multimc/scalable/custom-commands.svg @@ -0,0 +1,338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/discord.svg b/launcher/resources/multimc/scalable/discord.svg new file mode 100644 index 00000000..067be1e8 --- /dev/null +++ b/launcher/resources/multimc/scalable/discord.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/instances/bee.svg b/launcher/resources/multimc/scalable/instances/bee.svg new file mode 100644 index 00000000..49f216c8 --- /dev/null +++ b/launcher/resources/multimc/scalable/instances/bee.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/instances/fox.svg b/launcher/resources/multimc/scalable/instances/fox.svg new file mode 100644 index 00000000..fcf16b2f --- /dev/null +++ b/launcher/resources/multimc/scalable/instances/fox.svg @@ -0,0 +1,290 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/java.svg b/launcher/resources/multimc/scalable/java.svg new file mode 100644 index 00000000..fd15e5c6 --- /dev/null +++ b/launcher/resources/multimc/scalable/java.svg @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/language.svg b/launcher/resources/multimc/scalable/language.svg new file mode 100644 index 00000000..968e3538 --- /dev/null +++ b/launcher/resources/multimc/scalable/language.svg @@ -0,0 +1,109 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/multimc/scalable/logo.svg b/launcher/resources/multimc/scalable/logo.svg new file mode 100644 index 00000000..8bb0e289 --- /dev/null +++ b/launcher/resources/multimc/scalable/logo.svg @@ -0,0 +1,353 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/multimc.svg b/launcher/resources/multimc/scalable/multimc.svg new file mode 100644 index 00000000..8bb0e289 --- /dev/null +++ b/launcher/resources/multimc/scalable/multimc.svg @@ -0,0 +1,353 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/new.svg b/launcher/resources/multimc/scalable/new.svg new file mode 100644 index 00000000..c9cff358 --- /dev/null +++ b/launcher/resources/multimc/scalable/new.svg @@ -0,0 +1,127 @@ + + + + + + New Document + + + + regular + plaintext + text + document + + + + + Source: GNOME Icon Theme, Source: GNOME Icon Theme, Source: GNOME Icon Theme, Source: GNOME Icon Theme, Source: GNOME Icon Theme + + + + + Jakub Steiner + + + + + Jakub Steiner + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/news.svg b/launcher/resources/multimc/scalable/news.svg new file mode 100644 index 00000000..67a370df --- /dev/null +++ b/launcher/resources/multimc/scalable/news.svg @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce convallis mauris ullamcorper mauris viverra molestie. Donec ultricies faucibus laoreet. Donec convallis congue neque consequat vehicula. Morbi condimentum tempor nulla et rhoncus. Etiam auctor, augue eu pharetra congue, elit justo lacinia risus, non lacinia est justo sed erat. Ut risus urna, viverra id interdum in, molestie non sem. Morbi leo orci, gravida auctor tempor vel, varius et enim. Nulla sem enim, ultricies vel laoreet ac, semper vel mauris. Ut adipiscing sapien sed leo pretium id vulputate erat gravida. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Cras tempor leo sit amet velit molestie commodo eget tincidunt leo. Cras dictum metus non ante pulvinar pellentesque. Morbi id elit ullamcorper mi vulputate lobortis. Cras ac vehicula felis. Phasellus dictum, tellus at molestie pellentesque, purus purus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce convallis mauris ullamcorper mauris viverra molestie. Donec ultricies faucibus laoreet. Donec convallis congue neque consequat vehicula. Morbi condimentum tempor nulla et rhoncus. Etiam auctor, augue eu pharetra congue, elit justo lacinia risus, non lacinia est justo sed erat. Ut risus urna, + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/proxy.svg b/launcher/resources/multimc/scalable/proxy.svg new file mode 100644 index 00000000..55ee6f93 --- /dev/null +++ b/launcher/resources/multimc/scalable/proxy.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/reddit-alien.svg b/launcher/resources/multimc/scalable/reddit-alien.svg new file mode 100644 index 00000000..46061a56 --- /dev/null +++ b/launcher/resources/multimc/scalable/reddit-alien.svg @@ -0,0 +1,189 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/multimc/scalable/screenshot-placeholder.svg b/launcher/resources/multimc/scalable/screenshot-placeholder.svg new file mode 100644 index 00000000..a7a2a3d6 --- /dev/null +++ b/launcher/resources/multimc/scalable/screenshot-placeholder.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/screenshots.svg b/launcher/resources/multimc/scalable/screenshots.svg new file mode 100644 index 00000000..a3d4d8e2 --- /dev/null +++ b/launcher/resources/multimc/scalable/screenshots.svg @@ -0,0 +1,1231 @@ + + + + + Golden Picture Frame + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Open Clip Art Library + + + Golden Picture Frame + 2012-05-24T10:08:07 + Golden picture frame, Landscape + http://openclipart.org/detail/170182/golden-picture-frame-by-tasper + + + tasper + + + + + clip art + clipart + frame + golden + landscape + photo + picture + + + + + edited by Paul Sherman + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/status-bad.svg b/launcher/resources/multimc/scalable/status-bad.svg new file mode 100644 index 00000000..9f47307e --- /dev/null +++ b/launcher/resources/multimc/scalable/status-bad.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/status-good.svg b/launcher/resources/multimc/scalable/status-good.svg new file mode 100644 index 00000000..0a35c80f --- /dev/null +++ b/launcher/resources/multimc/scalable/status-good.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/status-running.svg b/launcher/resources/multimc/scalable/status-running.svg new file mode 100644 index 00000000..18209940 --- /dev/null +++ b/launcher/resources/multimc/scalable/status-running.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/status-yellow.svg b/launcher/resources/multimc/scalable/status-yellow.svg new file mode 100644 index 00000000..140e6082 --- /dev/null +++ b/launcher/resources/multimc/scalable/status-yellow.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/multimc/scalable/technic.svg b/launcher/resources/multimc/scalable/technic.svg new file mode 100644 index 00000000..91cbd3d7 --- /dev/null +++ b/launcher/resources/multimc/scalable/technic.svg @@ -0,0 +1,13 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/launcher/resources/multimc/scalable/viewfolder.svg b/launcher/resources/multimc/scalable/viewfolder.svg new file mode 100644 index 00000000..4ba0ed0a --- /dev/null +++ b/launcher/resources/multimc/scalable/viewfolder.svg @@ -0,0 +1,122 @@ + + + + + + + + + + unsorted + + + + + Open Clip Art Library, Source: Oxygen Icons, Source: Oxygen Icons, Source: Oxygen Icons, Source: Oxygen Icons + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/index.theme b/launcher/resources/pe_blue/index.theme new file mode 100644 index 00000000..c9e0d93a --- /dev/null +++ b/launcher/resources/pe_blue/index.theme @@ -0,0 +1,11 @@ +[Icon Theme] +Name=pe_blue +Comment=Icons by pexner (blue) +Inherits=multimc +Directories=scalable + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 diff --git a/launcher/resources/pe_blue/pe_blue.qrc b/launcher/resources/pe_blue/pe_blue.qrc new file mode 100644 index 00000000..98445d88 --- /dev/null +++ b/launcher/resources/pe_blue/pe_blue.qrc @@ -0,0 +1,38 @@ + + + + index.theme + scalable/about.svg + scalable/accounts.svg + scalable/bug.svg + scalable/centralmods.svg + scalable/checkupdate.svg + scalable/copy.svg + scalable/coremods.svg + scalable/externaltools.svg + scalable/help.svg + scalable/instance-settings.svg + scalable/jarmods.svg + scalable/java.svg + scalable/language.svg + scalable/loadermods.svg + scalable/log.svg + scalable/minecraft.svg + scalable/multimc.svg + scalable/new.svg + scalable/news.svg + scalable/notes.svg + scalable/patreon.svg + scalable/proxy.svg + scalable/quickmods.svg + scalable/refresh.svg + scalable/resourcepacks.svg + scalable/screenshots.svg + scalable/settings.svg + scalable/status-bad.svg + scalable/status-good.svg + scalable/status-yellow.svg + scalable/viewfolder.svg + scalable/worlds.svg + + diff --git a/launcher/resources/pe_blue/scalable/about.svg b/launcher/resources/pe_blue/scalable/about.svg new file mode 100644 index 00000000..56e7fc9b --- /dev/null +++ b/launcher/resources/pe_blue/scalable/about.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/accounts.svg b/launcher/resources/pe_blue/scalable/accounts.svg new file mode 100644 index 00000000..77e3f45a --- /dev/null +++ b/launcher/resources/pe_blue/scalable/accounts.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/bug.svg b/launcher/resources/pe_blue/scalable/bug.svg new file mode 100644 index 00000000..75a19e29 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/bug.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/centralmods.svg b/launcher/resources/pe_blue/scalable/centralmods.svg new file mode 100644 index 00000000..cda39b1f --- /dev/null +++ b/launcher/resources/pe_blue/scalable/centralmods.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/checkupdate.svg b/launcher/resources/pe_blue/scalable/checkupdate.svg new file mode 100644 index 00000000..a7d9ee81 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/checkupdate.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/copy.svg b/launcher/resources/pe_blue/scalable/copy.svg new file mode 100644 index 00000000..7ce014ed --- /dev/null +++ b/launcher/resources/pe_blue/scalable/copy.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/coremods.svg b/launcher/resources/pe_blue/scalable/coremods.svg new file mode 100644 index 00000000..4cc030d0 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/coremods.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/externaltools.svg b/launcher/resources/pe_blue/scalable/externaltools.svg new file mode 100644 index 00000000..45b73496 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/externaltools.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/help.svg b/launcher/resources/pe_blue/scalable/help.svg new file mode 100644 index 00000000..e98540cb --- /dev/null +++ b/launcher/resources/pe_blue/scalable/help.svg @@ -0,0 +1,40 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_blue/scalable/instance-settings.svg b/launcher/resources/pe_blue/scalable/instance-settings.svg new file mode 100644 index 00000000..43f0b2f2 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/instance-settings.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/jarmods.svg b/launcher/resources/pe_blue/scalable/jarmods.svg new file mode 100644 index 00000000..bb75f4b1 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/jarmods.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/java.svg b/launcher/resources/pe_blue/scalable/java.svg new file mode 100644 index 00000000..5e369203 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/java.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/language.svg b/launcher/resources/pe_blue/scalable/language.svg new file mode 100644 index 00000000..92868516 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/language.svg @@ -0,0 +1,46 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_blue/scalable/loadermods.svg b/launcher/resources/pe_blue/scalable/loadermods.svg new file mode 100644 index 00000000..a54dc211 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/loadermods.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/log.svg b/launcher/resources/pe_blue/scalable/log.svg new file mode 100644 index 00000000..89d373f4 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/log.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/minecraft.svg b/launcher/resources/pe_blue/scalable/minecraft.svg new file mode 100644 index 00000000..2fe6a028 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/minecraft.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/multimc.svg b/launcher/resources/pe_blue/scalable/multimc.svg new file mode 100644 index 00000000..820c0b53 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/multimc.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/new.svg b/launcher/resources/pe_blue/scalable/new.svg new file mode 100644 index 00000000..dcc8579e --- /dev/null +++ b/launcher/resources/pe_blue/scalable/new.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/news.svg b/launcher/resources/pe_blue/scalable/news.svg new file mode 100644 index 00000000..3ca3be37 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/news.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/notes.svg b/launcher/resources/pe_blue/scalable/notes.svg new file mode 100644 index 00000000..d0991259 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/notes.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/patreon.svg b/launcher/resources/pe_blue/scalable/patreon.svg new file mode 100644 index 00000000..644b9b41 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/patreon.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/proxy.svg b/launcher/resources/pe_blue/scalable/proxy.svg new file mode 100644 index 00000000..8266f9b8 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/proxy.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/quickmods.svg b/launcher/resources/pe_blue/scalable/quickmods.svg new file mode 100644 index 00000000..8b577376 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/quickmods.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/refresh.svg b/launcher/resources/pe_blue/scalable/refresh.svg new file mode 100644 index 00000000..a3d2281d --- /dev/null +++ b/launcher/resources/pe_blue/scalable/refresh.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/resourcepacks.svg b/launcher/resources/pe_blue/scalable/resourcepacks.svg new file mode 100644 index 00000000..a17e7e82 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/resourcepacks.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/screenshots.svg b/launcher/resources/pe_blue/scalable/screenshots.svg new file mode 100644 index 00000000..1aa4e559 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/screenshots.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/settings.svg b/launcher/resources/pe_blue/scalable/settings.svg new file mode 100644 index 00000000..43f0b2f2 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/settings.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/status-bad.svg b/launcher/resources/pe_blue/scalable/status-bad.svg new file mode 100644 index 00000000..4a48b5d8 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/status-bad.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/status-good.svg b/launcher/resources/pe_blue/scalable/status-good.svg new file mode 100644 index 00000000..4cfa56f0 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/status-good.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/status-yellow.svg b/launcher/resources/pe_blue/scalable/status-yellow.svg new file mode 100644 index 00000000..0551fed2 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/status-yellow.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/viewfolder.svg b/launcher/resources/pe_blue/scalable/viewfolder.svg new file mode 100644 index 00000000..2634f8ff --- /dev/null +++ b/launcher/resources/pe_blue/scalable/viewfolder.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_blue/scalable/worlds.svg b/launcher/resources/pe_blue/scalable/worlds.svg new file mode 100644 index 00000000..1670c035 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/worlds.svg @@ -0,0 +1,63 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_colored/index.theme b/launcher/resources/pe_colored/index.theme new file mode 100644 index 00000000..b757bbd7 --- /dev/null +++ b/launcher/resources/pe_colored/index.theme @@ -0,0 +1,11 @@ +[Icon Theme] +Name=pe_colored +Comment=Icons by pexner (colored) +Inherits=multimc +Directories=scalable + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 diff --git a/launcher/resources/pe_colored/pe_colored.qrc b/launcher/resources/pe_colored/pe_colored.qrc new file mode 100644 index 00000000..fbaaf9e4 --- /dev/null +++ b/launcher/resources/pe_colored/pe_colored.qrc @@ -0,0 +1,38 @@ + + + + index.theme + scalable/about.svg + scalable/accounts.svg + scalable/bug.svg + scalable/centralmods.svg + scalable/checkupdate.svg + scalable/copy.svg + scalable/coremods.svg + scalable/externaltools.svg + scalable/help.svg + scalable/instance-settings.svg + scalable/jarmods.svg + scalable/java.svg + scalable/language.svg + scalable/loadermods.svg + scalable/log.svg + scalable/minecraft.svg + scalable/multimc.svg + scalable/new.svg + scalable/news.svg + scalable/notes.svg + scalable/patreon.svg + scalable/proxy.svg + scalable/quickmods.svg + scalable/refresh.svg + scalable/resourcepacks.svg + scalable/screenshots.svg + scalable/settings.svg + scalable/status-bad.svg + scalable/status-good.svg + scalable/status-yellow.svg + scalable/viewfolder.svg + scalable/worlds.svg + + diff --git a/launcher/resources/pe_colored/scalable/about.svg b/launcher/resources/pe_colored/scalable/about.svg new file mode 100644 index 00000000..95e99689 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/about.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/accounts.svg b/launcher/resources/pe_colored/scalable/accounts.svg new file mode 100644 index 00000000..301eb368 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/accounts.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/bug.svg b/launcher/resources/pe_colored/scalable/bug.svg new file mode 100644 index 00000000..8c92df0a --- /dev/null +++ b/launcher/resources/pe_colored/scalable/bug.svg @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/centralmods.svg b/launcher/resources/pe_colored/scalable/centralmods.svg new file mode 100644 index 00000000..57a97259 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/centralmods.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/checkupdate.svg b/launcher/resources/pe_colored/scalable/checkupdate.svg new file mode 100644 index 00000000..0adc8eeb --- /dev/null +++ b/launcher/resources/pe_colored/scalable/checkupdate.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/copy.svg b/launcher/resources/pe_colored/scalable/copy.svg new file mode 100644 index 00000000..b9b0f1b1 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/copy.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/coremods.svg b/launcher/resources/pe_colored/scalable/coremods.svg new file mode 100644 index 00000000..ca7a22f0 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/coremods.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/externaltools.svg b/launcher/resources/pe_colored/scalable/externaltools.svg new file mode 100644 index 00000000..1469674f --- /dev/null +++ b/launcher/resources/pe_colored/scalable/externaltools.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/help.svg b/launcher/resources/pe_colored/scalable/help.svg new file mode 100644 index 00000000..c1ee5258 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/help.svg @@ -0,0 +1,46 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_colored/scalable/instance-settings.svg b/launcher/resources/pe_colored/scalable/instance-settings.svg new file mode 100644 index 00000000..72032f8a --- /dev/null +++ b/launcher/resources/pe_colored/scalable/instance-settings.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/jarmods.svg b/launcher/resources/pe_colored/scalable/jarmods.svg new file mode 100644 index 00000000..bb75f4b1 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/jarmods.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/java.svg b/launcher/resources/pe_colored/scalable/java.svg new file mode 100644 index 00000000..32c0225b --- /dev/null +++ b/launcher/resources/pe_colored/scalable/java.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/language.svg b/launcher/resources/pe_colored/scalable/language.svg new file mode 100644 index 00000000..80c1dcad --- /dev/null +++ b/launcher/resources/pe_colored/scalable/language.svg @@ -0,0 +1,44 @@ + +image/svg+xml + + + + + + + + \ No newline at end of file diff --git a/launcher/resources/pe_colored/scalable/loadermods.svg b/launcher/resources/pe_colored/scalable/loadermods.svg new file mode 100644 index 00000000..2d80c7f3 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/loadermods.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/log.svg b/launcher/resources/pe_colored/scalable/log.svg new file mode 100644 index 00000000..42659b53 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/log.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/minecraft.svg b/launcher/resources/pe_colored/scalable/minecraft.svg new file mode 100644 index 00000000..52815487 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/minecraft.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/multimc.svg b/launcher/resources/pe_colored/scalable/multimc.svg new file mode 100644 index 00000000..a146c52e --- /dev/null +++ b/launcher/resources/pe_colored/scalable/multimc.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/new.svg b/launcher/resources/pe_colored/scalable/new.svg new file mode 100644 index 00000000..f18ed28a --- /dev/null +++ b/launcher/resources/pe_colored/scalable/new.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/news.svg b/launcher/resources/pe_colored/scalable/news.svg new file mode 100644 index 00000000..4f924cd8 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/news.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/notes.svg b/launcher/resources/pe_colored/scalable/notes.svg new file mode 100644 index 00000000..55ece163 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/notes.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/patreon.svg b/launcher/resources/pe_colored/scalable/patreon.svg new file mode 100644 index 00000000..d3c6d2d5 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/patreon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/proxy.svg b/launcher/resources/pe_colored/scalable/proxy.svg new file mode 100644 index 00000000..0aee69b7 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/proxy.svg @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/quickmods.svg b/launcher/resources/pe_colored/scalable/quickmods.svg new file mode 100644 index 00000000..199b2dae --- /dev/null +++ b/launcher/resources/pe_colored/scalable/quickmods.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/refresh.svg b/launcher/resources/pe_colored/scalable/refresh.svg new file mode 100644 index 00000000..c2e7e91f --- /dev/null +++ b/launcher/resources/pe_colored/scalable/refresh.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/resourcepacks.svg b/launcher/resources/pe_colored/scalable/resourcepacks.svg new file mode 100644 index 00000000..0318354c --- /dev/null +++ b/launcher/resources/pe_colored/scalable/resourcepacks.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/screenshots.svg b/launcher/resources/pe_colored/scalable/screenshots.svg new file mode 100644 index 00000000..844fcbaa --- /dev/null +++ b/launcher/resources/pe_colored/scalable/screenshots.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/settings.svg b/launcher/resources/pe_colored/scalable/settings.svg new file mode 100644 index 00000000..72032f8a --- /dev/null +++ b/launcher/resources/pe_colored/scalable/settings.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/status-bad.svg b/launcher/resources/pe_colored/scalable/status-bad.svg new file mode 100644 index 00000000..bc42c248 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/status-bad.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/status-good.svg b/launcher/resources/pe_colored/scalable/status-good.svg new file mode 100644 index 00000000..4cfa56f0 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/status-good.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/status-yellow.svg b/launcher/resources/pe_colored/scalable/status-yellow.svg new file mode 100644 index 00000000..0551fed2 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/status-yellow.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/viewfolder.svg b/launcher/resources/pe_colored/scalable/viewfolder.svg new file mode 100644 index 00000000..91832577 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/viewfolder.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + diff --git a/launcher/resources/pe_colored/scalable/worlds.svg b/launcher/resources/pe_colored/scalable/worlds.svg new file mode 100644 index 00000000..087ba7c9 --- /dev/null +++ b/launcher/resources/pe_colored/scalable/worlds.svg @@ -0,0 +1,50 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_dark/index.theme b/launcher/resources/pe_dark/index.theme new file mode 100644 index 00000000..b7d1ad01 --- /dev/null +++ b/launcher/resources/pe_dark/index.theme @@ -0,0 +1,11 @@ +[Icon Theme] +Name=pe_dark +Comment=Icons by pexner (dark) +Inherits=multimc +Directories=scalable + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 diff --git a/launcher/resources/pe_dark/pe_dark.qrc b/launcher/resources/pe_dark/pe_dark.qrc new file mode 100644 index 00000000..a57b6a14 --- /dev/null +++ b/launcher/resources/pe_dark/pe_dark.qrc @@ -0,0 +1,38 @@ + + + + index.theme + scalable/about.svg + scalable/accounts.svg + scalable/bug.svg + scalable/centralmods.svg + scalable/checkupdate.svg + scalable/copy.svg + scalable/coremods.svg + scalable/externaltools.svg + scalable/help.svg + scalable/instance-settings.svg + scalable/jarmods.svg + scalable/java.svg + scalable/language.svg + scalable/loadermods.svg + scalable/log.svg + scalable/minecraft.svg + scalable/multimc.svg + scalable/new.svg + scalable/news.svg + scalable/notes.svg + scalable/patreon.svg + scalable/proxy.svg + scalable/quickmods.svg + scalable/refresh.svg + scalable/resourcepacks.svg + scalable/screenshots.svg + scalable/settings.svg + scalable/status-bad.svg + scalable/status-good.svg + scalable/status-yellow.svg + scalable/viewfolder.svg + scalable/worlds.svg + + diff --git a/launcher/resources/pe_dark/scalable/about.svg b/launcher/resources/pe_dark/scalable/about.svg new file mode 100644 index 00000000..e75ea6ca --- /dev/null +++ b/launcher/resources/pe_dark/scalable/about.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/accounts.svg b/launcher/resources/pe_dark/scalable/accounts.svg new file mode 100644 index 00000000..6d46b2df --- /dev/null +++ b/launcher/resources/pe_dark/scalable/accounts.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/bug.svg b/launcher/resources/pe_dark/scalable/bug.svg new file mode 100644 index 00000000..9da71adb --- /dev/null +++ b/launcher/resources/pe_dark/scalable/bug.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/centralmods.svg b/launcher/resources/pe_dark/scalable/centralmods.svg new file mode 100644 index 00000000..f3b0c0e4 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/centralmods.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/checkupdate.svg b/launcher/resources/pe_dark/scalable/checkupdate.svg new file mode 100644 index 00000000..97585447 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/checkupdate.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/copy.svg b/launcher/resources/pe_dark/scalable/copy.svg new file mode 100644 index 00000000..8c30ac0b --- /dev/null +++ b/launcher/resources/pe_dark/scalable/copy.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/coremods.svg b/launcher/resources/pe_dark/scalable/coremods.svg new file mode 100644 index 00000000..1e2eb227 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/coremods.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/externaltools.svg b/launcher/resources/pe_dark/scalable/externaltools.svg new file mode 100644 index 00000000..29b45f26 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/externaltools.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/help.svg b/launcher/resources/pe_dark/scalable/help.svg new file mode 100644 index 00000000..2a1518ae --- /dev/null +++ b/launcher/resources/pe_dark/scalable/help.svg @@ -0,0 +1,34 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_dark/scalable/instance-settings.svg b/launcher/resources/pe_dark/scalable/instance-settings.svg new file mode 100644 index 00000000..c9f701e7 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/instance-settings.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/jarmods.svg b/launcher/resources/pe_dark/scalable/jarmods.svg new file mode 100644 index 00000000..cb9a97ba --- /dev/null +++ b/launcher/resources/pe_dark/scalable/jarmods.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/java.svg b/launcher/resources/pe_dark/scalable/java.svg new file mode 100644 index 00000000..9e1091fa --- /dev/null +++ b/launcher/resources/pe_dark/scalable/java.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/language.svg b/launcher/resources/pe_dark/scalable/language.svg new file mode 100644 index 00000000..1a9b4c5c --- /dev/null +++ b/launcher/resources/pe_dark/scalable/language.svg @@ -0,0 +1,45 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_dark/scalable/loadermods.svg b/launcher/resources/pe_dark/scalable/loadermods.svg new file mode 100644 index 00000000..24226a09 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/loadermods.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/log.svg b/launcher/resources/pe_dark/scalable/log.svg new file mode 100644 index 00000000..68686a7d --- /dev/null +++ b/launcher/resources/pe_dark/scalable/log.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/minecraft.svg b/launcher/resources/pe_dark/scalable/minecraft.svg new file mode 100644 index 00000000..01baf575 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/minecraft.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/multimc.svg b/launcher/resources/pe_dark/scalable/multimc.svg new file mode 100644 index 00000000..e4cf7b7f --- /dev/null +++ b/launcher/resources/pe_dark/scalable/multimc.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/new.svg b/launcher/resources/pe_dark/scalable/new.svg new file mode 100644 index 00000000..0377aceb --- /dev/null +++ b/launcher/resources/pe_dark/scalable/new.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/news.svg b/launcher/resources/pe_dark/scalable/news.svg new file mode 100644 index 00000000..84979dcb --- /dev/null +++ b/launcher/resources/pe_dark/scalable/news.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/notes.svg b/launcher/resources/pe_dark/scalable/notes.svg new file mode 100644 index 00000000..72649721 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/notes.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/patreon.svg b/launcher/resources/pe_dark/scalable/patreon.svg new file mode 100644 index 00000000..01cb279a --- /dev/null +++ b/launcher/resources/pe_dark/scalable/patreon.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/proxy.svg b/launcher/resources/pe_dark/scalable/proxy.svg new file mode 100644 index 00000000..98bcfac1 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/proxy.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/quickmods.svg b/launcher/resources/pe_dark/scalable/quickmods.svg new file mode 100644 index 00000000..346729f1 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/quickmods.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/refresh.svg b/launcher/resources/pe_dark/scalable/refresh.svg new file mode 100644 index 00000000..c227cd6c --- /dev/null +++ b/launcher/resources/pe_dark/scalable/refresh.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/resourcepacks.svg b/launcher/resources/pe_dark/scalable/resourcepacks.svg new file mode 100644 index 00000000..0db2beb1 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/resourcepacks.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/screenshots.svg b/launcher/resources/pe_dark/scalable/screenshots.svg new file mode 100644 index 00000000..2803b9aa --- /dev/null +++ b/launcher/resources/pe_dark/scalable/screenshots.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/settings.svg b/launcher/resources/pe_dark/scalable/settings.svg new file mode 100644 index 00000000..c9f701e7 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/settings.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/status-bad.svg b/launcher/resources/pe_dark/scalable/status-bad.svg new file mode 100644 index 00000000..f455965a --- /dev/null +++ b/launcher/resources/pe_dark/scalable/status-bad.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/status-good.svg b/launcher/resources/pe_dark/scalable/status-good.svg new file mode 100644 index 00000000..4ba91f2d --- /dev/null +++ b/launcher/resources/pe_dark/scalable/status-good.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/status-yellow.svg b/launcher/resources/pe_dark/scalable/status-yellow.svg new file mode 100644 index 00000000..69133817 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/status-yellow.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/viewfolder.svg b/launcher/resources/pe_dark/scalable/viewfolder.svg new file mode 100644 index 00000000..3af36240 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/viewfolder.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/worlds.svg b/launcher/resources/pe_dark/scalable/worlds.svg new file mode 100644 index 00000000..2b01070f --- /dev/null +++ b/launcher/resources/pe_dark/scalable/worlds.svg @@ -0,0 +1,63 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_light/index.theme b/launcher/resources/pe_light/index.theme new file mode 100644 index 00000000..c106acc8 --- /dev/null +++ b/launcher/resources/pe_light/index.theme @@ -0,0 +1,11 @@ +[Icon Theme] +Name=pe_light +Comment=Icons by pexner (light) +Inherits=multimc +Directories=scalable + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 diff --git a/launcher/resources/pe_light/pe_light.qrc b/launcher/resources/pe_light/pe_light.qrc new file mode 100644 index 00000000..6d77c835 --- /dev/null +++ b/launcher/resources/pe_light/pe_light.qrc @@ -0,0 +1,39 @@ + + + + index.theme + scalable/about.svg + scalable/accounts.svg + scalable/bug.svg + scalable/centralmods.svg + scalable/checkupdate.svg + scalable/copy.svg + scalable/coremods.svg + scalable/externaltools.svg + scalable/help.svg + scalable/instance-settings.svg + scalable/jarmods.svg + scalable/java.svg + scalable/language.svg + scalable/loadermods.svg + scalable/log.svg + scalable/minecraft.svg + scalable/multimc.svg + scalable/new.svg + scalable/news.svg + scalable/notes.svg + scalable/patreon.svg + scalable/proxy.svg + scalable/quickmods.svg + scalable/refresh.svg + scalable/resourcepacks.svg + scalable/screenshots.svg + scalable/settings.svg + scalable/status-bad.svg + scalable/status-good.svg + scalable/status-yellow.svg + scalable/viewfolder.svg + scalable/worlds.svg + + + diff --git a/launcher/resources/pe_light/scalable/about.svg b/launcher/resources/pe_light/scalable/about.svg new file mode 100644 index 00000000..8d00c32e --- /dev/null +++ b/launcher/resources/pe_light/scalable/about.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/accounts.svg b/launcher/resources/pe_light/scalable/accounts.svg new file mode 100644 index 00000000..3a092d03 --- /dev/null +++ b/launcher/resources/pe_light/scalable/accounts.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/bug.svg b/launcher/resources/pe_light/scalable/bug.svg new file mode 100644 index 00000000..ccb64bc5 --- /dev/null +++ b/launcher/resources/pe_light/scalable/bug.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/centralmods.svg b/launcher/resources/pe_light/scalable/centralmods.svg new file mode 100644 index 00000000..050fdc58 --- /dev/null +++ b/launcher/resources/pe_light/scalable/centralmods.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/checkupdate.svg b/launcher/resources/pe_light/scalable/checkupdate.svg new file mode 100644 index 00000000..08b8dcd5 --- /dev/null +++ b/launcher/resources/pe_light/scalable/checkupdate.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/copy.svg b/launcher/resources/pe_light/scalable/copy.svg new file mode 100644 index 00000000..abdcce09 --- /dev/null +++ b/launcher/resources/pe_light/scalable/copy.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/coremods.svg b/launcher/resources/pe_light/scalable/coremods.svg new file mode 100644 index 00000000..c8fb0eb9 --- /dev/null +++ b/launcher/resources/pe_light/scalable/coremods.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/externaltools.svg b/launcher/resources/pe_light/scalable/externaltools.svg new file mode 100644 index 00000000..4d232bcf --- /dev/null +++ b/launcher/resources/pe_light/scalable/externaltools.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/help.svg b/launcher/resources/pe_light/scalable/help.svg new file mode 100644 index 00000000..f820c679 --- /dev/null +++ b/launcher/resources/pe_light/scalable/help.svg @@ -0,0 +1,36 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/pe_light/scalable/instance-settings.svg b/launcher/resources/pe_light/scalable/instance-settings.svg new file mode 100644 index 00000000..83b92a52 --- /dev/null +++ b/launcher/resources/pe_light/scalable/instance-settings.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/jarmods.svg b/launcher/resources/pe_light/scalable/jarmods.svg new file mode 100644 index 00000000..9852c805 --- /dev/null +++ b/launcher/resources/pe_light/scalable/jarmods.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/java.svg b/launcher/resources/pe_light/scalable/java.svg new file mode 100644 index 00000000..0584058a --- /dev/null +++ b/launcher/resources/pe_light/scalable/java.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/language.svg b/launcher/resources/pe_light/scalable/language.svg new file mode 100644 index 00000000..57d5e3de --- /dev/null +++ b/launcher/resources/pe_light/scalable/language.svg @@ -0,0 +1,80 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/launcher/resources/pe_light/scalable/loadermods.svg b/launcher/resources/pe_light/scalable/loadermods.svg new file mode 100644 index 00000000..913c1968 --- /dev/null +++ b/launcher/resources/pe_light/scalable/loadermods.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/log.svg b/launcher/resources/pe_light/scalable/log.svg new file mode 100644 index 00000000..82282ca4 --- /dev/null +++ b/launcher/resources/pe_light/scalable/log.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/minecraft.svg b/launcher/resources/pe_light/scalable/minecraft.svg new file mode 100644 index 00000000..d772111f --- /dev/null +++ b/launcher/resources/pe_light/scalable/minecraft.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/multimc.svg b/launcher/resources/pe_light/scalable/multimc.svg new file mode 100644 index 00000000..8b2cb631 --- /dev/null +++ b/launcher/resources/pe_light/scalable/multimc.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/new.svg b/launcher/resources/pe_light/scalable/new.svg new file mode 100644 index 00000000..96fd1f5b --- /dev/null +++ b/launcher/resources/pe_light/scalable/new.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/news.svg b/launcher/resources/pe_light/scalable/news.svg new file mode 100644 index 00000000..6f184afc --- /dev/null +++ b/launcher/resources/pe_light/scalable/news.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/notes.svg b/launcher/resources/pe_light/scalable/notes.svg new file mode 100644 index 00000000..02dc11ec --- /dev/null +++ b/launcher/resources/pe_light/scalable/notes.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/patreon.svg b/launcher/resources/pe_light/scalable/patreon.svg new file mode 100644 index 00000000..0bd08826 --- /dev/null +++ b/launcher/resources/pe_light/scalable/patreon.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/proxy.svg b/launcher/resources/pe_light/scalable/proxy.svg new file mode 100644 index 00000000..9de8d6d1 --- /dev/null +++ b/launcher/resources/pe_light/scalable/proxy.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/quickmods.svg b/launcher/resources/pe_light/scalable/quickmods.svg new file mode 100644 index 00000000..6dbeab52 --- /dev/null +++ b/launcher/resources/pe_light/scalable/quickmods.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/refresh.svg b/launcher/resources/pe_light/scalable/refresh.svg new file mode 100644 index 00000000..9a724d91 --- /dev/null +++ b/launcher/resources/pe_light/scalable/refresh.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/launcher/resources/pe_light/scalable/resourcepacks.svg b/launcher/resources/pe_light/scalable/resourcepacks.svg new file mode 100644 index 00000000..7d6323f2 --- /dev/null +++ b/launcher/resources/pe_light/scalable/resourcepacks.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/launcher/resources/pe_light/scalable/screenshots.svg b/launcher/resources/pe_light/scalable/screenshots.svg new file mode 100644 index 00000000..f2887be6 --- /dev/null +++ b/launcher/resources/pe_light/scalable/screenshots.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/settings.svg b/launcher/resources/pe_light/scalable/settings.svg new file mode 100644 index 00000000..83b92a52 --- /dev/null +++ b/launcher/resources/pe_light/scalable/settings.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/status-bad.svg b/launcher/resources/pe_light/scalable/status-bad.svg new file mode 100644 index 00000000..2c24970c --- /dev/null +++ b/launcher/resources/pe_light/scalable/status-bad.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/launcher/resources/pe_light/scalable/status-good.svg b/launcher/resources/pe_light/scalable/status-good.svg new file mode 100644 index 00000000..bf9a4174 --- /dev/null +++ b/launcher/resources/pe_light/scalable/status-good.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/status-yellow.svg b/launcher/resources/pe_light/scalable/status-yellow.svg new file mode 100644 index 00000000..f7d2236b --- /dev/null +++ b/launcher/resources/pe_light/scalable/status-yellow.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/viewfolder.svg b/launcher/resources/pe_light/scalable/viewfolder.svg new file mode 100644 index 00000000..b36343fe --- /dev/null +++ b/launcher/resources/pe_light/scalable/viewfolder.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/pe_light/scalable/worlds.svg b/launcher/resources/pe_light/scalable/worlds.svg new file mode 100644 index 00000000..bf4c21a3 --- /dev/null +++ b/launcher/resources/pe_light/scalable/worlds.svg @@ -0,0 +1,64 @@ + +image/svg+xml \ No newline at end of file diff --git a/launcher/resources/sources/clucker.svg b/launcher/resources/sources/clucker.svg new file mode 100644 index 00000000..0c1727eb --- /dev/null +++ b/launcher/resources/sources/clucker.svg @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/creeper.svg b/launcher/resources/sources/creeper.svg new file mode 100644 index 00000000..2a2e39b6 --- /dev/null +++ b/launcher/resources/sources/creeper.svg @@ -0,0 +1,775 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/enderpearl.svg b/launcher/resources/sources/enderpearl.svg new file mode 100644 index 00000000..ac9378f5 --- /dev/null +++ b/launcher/resources/sources/enderpearl.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/flame.svg b/launcher/resources/sources/flame.svg new file mode 100644 index 00000000..8a6da2f7 --- /dev/null +++ b/launcher/resources/sources/flame.svg @@ -0,0 +1,51 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/ftb-glow.svg b/launcher/resources/sources/ftb-glow.svg new file mode 100644 index 00000000..be78c78e --- /dev/null +++ b/launcher/resources/sources/ftb-glow.svg @@ -0,0 +1,606 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/ftb-logo.svg b/launcher/resources/sources/ftb-logo.svg new file mode 100644 index 00000000..8cf73567 --- /dev/null +++ b/launcher/resources/sources/ftb-logo.svg @@ -0,0 +1,257 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/gear.svg b/launcher/resources/sources/gear.svg new file mode 100644 index 00000000..c0169aec --- /dev/null +++ b/launcher/resources/sources/gear.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/herobrine.svg b/launcher/resources/sources/herobrine.svg new file mode 100644 index 00000000..7392ba36 --- /dev/null +++ b/launcher/resources/sources/herobrine.svg @@ -0,0 +1,583 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/magitech.svg b/launcher/resources/sources/magitech.svg new file mode 100644 index 00000000..c6dd6bc0 --- /dev/null +++ b/launcher/resources/sources/magitech.svg @@ -0,0 +1,886 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/meat.svg b/launcher/resources/sources/meat.svg new file mode 100644 index 00000000..69a20073 --- /dev/null +++ b/launcher/resources/sources/meat.svg @@ -0,0 +1,371 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/multimc-discord.svg b/launcher/resources/sources/multimc-discord.svg new file mode 100644 index 00000000..c3c73044 --- /dev/null +++ b/launcher/resources/sources/multimc-discord.svg @@ -0,0 +1,265 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/netherstar.svg b/launcher/resources/sources/netherstar.svg new file mode 100644 index 00000000..4046e4ec --- /dev/null +++ b/launcher/resources/sources/netherstar.svg @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/pskeleton.svg b/launcher/resources/sources/pskeleton.svg new file mode 100644 index 00000000..c2783df8 --- /dev/null +++ b/launcher/resources/sources/pskeleton.svg @@ -0,0 +1,581 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/skeleton.svg b/launcher/resources/sources/skeleton.svg new file mode 100644 index 00000000..5d55f272 --- /dev/null +++ b/launcher/resources/sources/skeleton.svg @@ -0,0 +1,610 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/squarecreeper.svg b/launcher/resources/sources/squarecreeper.svg new file mode 100644 index 00000000..a1b0f4d1 --- /dev/null +++ b/launcher/resources/sources/squarecreeper.svg @@ -0,0 +1,828 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launcher/resources/sources/steve.svg b/launcher/resources/sources/steve.svg new file mode 100644 index 00000000..2233272c --- /dev/null +++ b/launcher/resources/sources/steve.svg @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit