Adjust format for no-collect mechanism.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21765 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
e4f0cd4759
commit
3034a17b2f
|
@ -1,3 +1,7 @@
|
||||||
|
Change format for new no-collect mechanism.
|
||||||
|
image_info
|
||||||
|
Nicolas Weeger 2020-01-14
|
||||||
|
|
||||||
Make beholder eyes be "flesh".
|
Make beholder eyes be "flesh".
|
||||||
flesh/misc/behold_eye.arc
|
flesh/misc/behold_eye.arc
|
||||||
Nicolas Weeger 2020-01-14
|
Nicolas Weeger 2020-01-14
|
||||||
|
|
11
image_info
11
image_info
|
@ -5,14 +5,13 @@
|
||||||
# image sets, see the doc/Developer/images file.
|
# image sets, see the doc/Developer/images file.
|
||||||
#
|
#
|
||||||
# The format of each line:
|
# The format of each line:
|
||||||
# num:extension:long name:fallback:geometry:extension:description
|
# extension:long name:fallback:geometry:extension:description
|
||||||
# num is the set number.
|
|
||||||
# extension is the extension that image set uses (eg, base, clsc)
|
# extension is the extension that image set uses (eg, base, clsc)
|
||||||
# long name is just that - a longer (more english) name, eg, classic instead
|
# long name is just that - a longer (more english) name, eg, classic instead
|
||||||
# of clsc. This is really just used by the client for it to map the
|
# of clsc. This is really just used by the client for it to map the
|
||||||
# image names. Its not really intuitive for users to say -image clsc
|
# image names. Its not really intuitive for users to say -image clsc
|
||||||
# fallback is what set to fallback to if the image does not exist in
|
# fallback is what set (by extension) to fallback to if the image does not exist in
|
||||||
# that set. In the end, all sets must fall back to set 0.
|
# that set. In the end, all sets must fall back to one set.
|
||||||
# geometry is in width x height form. This is used by the client so it
|
# geometry is in width x height form. This is used by the client so it
|
||||||
# knows the spacing to use. Images in the set could be of different
|
# knows the spacing to use. Images in the set could be of different
|
||||||
# sizes (eg, a 4 spaces image would be larger), but this is the normal
|
# sizes (eg, a 4 spaces image would be larger), but this is the normal
|
||||||
|
@ -26,5 +25,5 @@
|
||||||
# NOTE: lines can not be continued with \ - everything must be on one line
|
# NOTE: lines can not be continued with \ - everything must be on one line
|
||||||
# for things to work.
|
# for things to work.
|
||||||
# Lines that start with # are obviously ignored.
|
# Lines that start with # are obviously ignored.
|
||||||
0:base:standard:0:32x32:none:The standard image set.
|
base:standard::32x32:none:The standard image set.
|
||||||
1:clsc:classic:0:32x32:none:Classic and new styling.
|
clsc:classic:base:32x32:none:Classic and new styling.
|
||||||
|
|
Loading…
Reference in New Issue