diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-04 22:02:31 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-04 22:02:31 +0200 |
| commit | eef1d8ea60e3797ba261ebfe61a7d1e165069ed4 (patch) | |
| tree | c10e397f58af5dafd0d450bb104fb3122bb611e2 /pacman-c++/pacman.qrc | |
| parent | 47ae4a32e6e81dabbd2784a4b3c9c4ad68076a50 (diff) | |
| download | foop-eef1d8ea60e3797ba261ebfe61a7d1e165069ed4.tar.gz foop-eef1d8ea60e3797ba261ebfe61a7d1e165069ed4.tar.bz2 foop-eef1d8ea60e3797ba261ebfe61a7d1e165069ed4.zip | |
Use only 1 color format for everything
Simple map parsing for Blocks and Bonus points
Diffstat (limited to 'pacman-c++/pacman.qrc')
| -rw-r--r-- | pacman-c++/pacman.qrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pacman-c++/pacman.qrc b/pacman-c++/pacman.qrc index 6a7fefb..1d82831 100644 --- a/pacman-c++/pacman.qrc +++ b/pacman-c++/pacman.qrc | |||
| @@ -2,8 +2,12 @@ | |||
| 2 | <qresource prefix="/"> | 2 | <qresource prefix="/"> |
| 3 | <file alias="actor1">pics/actor1.png</file> | 3 | <file alias="actor1">pics/actor1.png</file> |
| 4 | <file alias="actor2">pics/actor2.png</file> | 4 | <file alias="actor2">pics/actor2.png</file> |
| 5 | <file alias="actor3">pics/actor3.png</file> | ||
| 6 | <file alias="actor4">pics/actor4.png</file> | 5 | <file alias="actor4">pics/actor4.png</file> |
| 6 | <file alias="actor8">pics/actor8.png</file> | ||
| 7 | <file alias="block0">pics/block0.png</file> | ||
| 7 | <file alias="block1">pics/block1.png</file> | 8 | <file alias="block1">pics/block1.png</file> |
| 9 | <file alias="block2">pics/block2.png</file> | ||
| 10 | <file alias="block4">pics/block4.png</file> | ||
| 11 | <file alias="cherry">pics/cherry.png</file> | ||
| 8 | </qresource> | 12 | </qresource> |
| 9 | </RCC> | 13 | </RCC> |
