Mercurial > audlegacy
annotate skin/Makefile.am @ 496:e52d8e22e718 trunk
[svn] Input buffers are always 3 seconds ahead of what you hear... compensate for this.
author | nenolod |
---|---|
date | Tue, 24 Jan 2006 21:47:40 -0800 |
parents | cd9e80cedbae |
children |
rev | line source |
---|---|
0 | 1 skindir = $(pkgdatadir)/Skins/Default |
2 skin_DATA = \ | |
444
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
3 balance.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
4 cbuttons.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
5 eq_ex.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
6 eqmain.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
7 main.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
8 monoster.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
9 nums_ex.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
10 playpaus.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
11 pledit.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
12 posbar.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
13 shufrep.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
14 text.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
15 titlebar.png \ |
cd9e80cedbae
[svn] The default skin is now distributed as a png skin, not a bmp one due to
nenolod
parents:
167
diff
changeset
|
16 volume.png \ |
167
94d369bae9db
[svn] New skin, care of NhJm, with modifications by me :)
nenolod
parents:
17
diff
changeset
|
17 pledit.txt \ |
94d369bae9db
[svn] New skin, care of NhJm, with modifications by me :)
nenolod
parents:
17
diff
changeset
|
18 viscolor.txt |
0 | 19 |
20 EXTRA_DIST = $(skin_DATA) |