From 3034a17b2fd0ee48f5ae6c8f8f05a5743c6eec6d Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Thu, 14 Jan 2021 10:05:40 +0000 Subject: [PATCH] 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-b93c2d0d6712 --- ChangeLog | 4 ++++ image_info | 11 +++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50fe7cfa5..1cf8869db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Change format for new no-collect mechanism. +image_info +Nicolas Weeger 2020-01-14 + Make beholder eyes be "flesh". flesh/misc/behold_eye.arc Nicolas Weeger 2020-01-14 diff --git a/image_info b/image_info index d3abaebfc..eaf3d55cb 100644 --- a/image_info +++ b/image_info @@ -5,14 +5,13 @@ # image sets, see the doc/Developer/images file. # # The format of each line: -# num:extension:long name:fallback:geometry:extension:description -# num is the set number. +# extension:long name:fallback:geometry:extension:description # extension is the extension that image set uses (eg, base, clsc) # 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 # 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 -# that set. In the end, all sets must fall back to set 0. +# 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 one set. # 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 # 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 # for things to work. # Lines that start with # are obviously ignored. -0:base:standard:0:32x32:none:The standard image set. -1:clsc:classic:0:32x32:none:Classic and new styling. +base:standard::32x32:none:The standard image set. +clsc:classic:base:32x32:none:Classic and new styling.