39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
picture; the loader will select one based on the user's criteria.
The DEP lumps are dependent pictures; each one references one or more IMG
lumps, and specifies how to modify them to produce the new picture (e.g.
by rotating, mirroring, changing colours, etc).
The WAV lumps are sound effects. Each is a RIFF WAVE file; it must be of
a type which can be loaded by SDL. (This is currently not used.)
The PICEDIT.CFG lump stores the configuration for the picture editor. It
can safely be deleted.
=== Class definition file ===
|
|
>
|
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
picture; the loader will select one based on the user's criteria.
The DEP lumps are dependent pictures; each one references one or more IMG
lumps, and specifies how to modify them to produce the new picture (e.g.
by rotating, mirroring, changing colours, etc).
The WAV lumps are sound effects. Each is a RIFF WAVE file; it must be of
a type which can be loaded by SDL. Lumps can also be WZV if it is a
compressed audio file, but compressed audio is not currently implemented.
The PICEDIT.CFG lump stores the configuration for the picture editor. It
can safely be deleted.
=== Class definition file ===
|