diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-02-09 01:51:14 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-12 20:57:18 +0200 |
commit | db877ba121ff87a4e029daf8555d85dfef45993a (patch) | |
tree | 7673f83c404b3883f0a4fcf6b492f0c4125c293c /application/resources/instances/instances.qrc | |
parent | 4730f54df7edf4775dfddf45f77c60edd86c32d9 (diff) | |
download | MultiMC-db877ba121ff87a4e029daf8555d85dfef45993a.tar MultiMC-db877ba121ff87a4e029daf8555d85dfef45993a.tar.gz MultiMC-db877ba121ff87a4e029daf8555d85dfef45993a.tar.lz MultiMC-db877ba121ff87a4e029daf8555d85dfef45993a.tar.xz MultiMC-db877ba121ff87a4e029daf8555d85dfef45993a.zip |
NOISSUE move everything.
Diffstat (limited to 'application/resources/instances/instances.qrc')
-rw-r--r-- | application/resources/instances/instances.qrc | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/application/resources/instances/instances.qrc b/application/resources/instances/instances.qrc new file mode 100644 index 00000000..09ae25d0 --- /dev/null +++ b/application/resources/instances/instances.qrc @@ -0,0 +1,49 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource prefix="/icons/instances"> + <!-- Source: Mojang --> + <file alias="brick">brick.png</file> + <file alias="diamond">diamond.png</file> + <file alias="dirt">dirt.png</file> + <file alias="gold">gold.png</file> + <file alias="grass">grass.png</file> + <file alias="stone">stone.png</file> + <file alias="tnt">tnt.png</file> + <file alias="iron">iron.png</file> + <file alias="planks">planks.png</file> + + <!-- Source: Unknown --> + <file alias="derp">derp.png</file> + <file alias="enderman">enderman.png</file> + + <!-- Our own. --> + <file alias="chicken">chicken128.png</file> + <file alias="creeper">creeper128.png</file> + <file alias="enderpearl">enderpearl128.png</file> + <file alias="ftb-glow">ftb_glow128.png</file> + <file alias="ftb-logo">ftb_logo128.png</file> + <file alias="gear">gear128.png</file> + <file alias="herobrine">herobrine128.png</file> + <file alias="infinity">infinity128.png</file> + <file alias="magitech">magitech128.png</file> + <file alias="meat">meat128.png</file> + <file alias="netherstar">netherstar128.png</file> + <file alias="skeleton">skeleton128.png</file> + <file alias="squarecreeper">squarecreeper128.png</file> + <file alias="steve">steve128.png</file> + </qresource> + <qresource prefix="/icons/badges"> + <!-- Source: see above --> + <file>enderman.png</file> + <file>herobrine.png</file> + <file>derp.png</file> + + <!-- Update. GPLv2, https://code.google.com/p/gnome-colors/ --> + <file>updateavailable.png</file> + + <!-- Source: http://www.iconarchive.com/show/cat-icons-by-fasticon/Cat-Brown-icon.html --> + <file>kitten.png</file> + <!-- Source: http://www.iconarchive.com/show/crystal-clear-icons-by-everaldo/Filesystem-file-broken-icon.html --> + <file>broken.png</file> + </qresource> +</RCC> |