ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/image_info
Revision: 1.3
Committed: Mon Sep 10 17:35:07 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
remove cruft

File Contents

# Content
1 # "$Id$";
2 #
3 # This file describes the various image files installed.
4 # For more information on how all this works and about adding new
5 # image sets, see the doc/Developer/images file.
6 #
7 # The format of each line:
8 # num:extension:long name:fallback:geometry:extension:description
9 # num is the set number.
10 # extension is the extension that image set uses (eg, base, clsc)
11 # long name is just that - a longer (more english) name, eg, classic instead
12 # of clsc. This is really just used by the client for it to map the
13 # image names. Its not really intuitive for users to say -image clsc
14 # fallback is what set to fallback to if the image does not exist in
15 # that set. In the end, all sets must fall back to set 0.
16 # geometry is in width x height form. This is used by the client so it
17 # knows the spacing to use. Images in the set could be of different
18 # sizes (eg, a 4 spaces image would be larger), but this is the normal
19 # spacing that the client should use.
20 # extension is for future use - it is passed to the client. This is mostly
21 # here so that the client can know specific information about certain
22 # image sets.
23 # description is just a longer description that the client can display to the
24 # user.
25 #
26 # NOTE: lines can not be continued with \ - everything must be on one line
27 # for things to work.
28 # Lines that start with # are obviously ignored.
29 0:base:standard:0:32x32:none:The standard image set.