mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Add README files for most directories.
Let's make the project easier to explore and understand.
This commit is contained in:
parent
991ff8180e
commit
05bdf65ee2
10 changed files with 107 additions and 11 deletions
18
graphics/README
Normal file
18
graphics/README
Normal file
|
@ -0,0 +1,18 @@
|
|||
This directory contains "miscellaneous" graphics that are not textures
|
||||
or sprites. For the most part these are elements of the user interface,
|
||||
but it also includes full-screen artwork images such as the title
|
||||
screen (TITLEPIC), intermission screen background (INTERPIC) and story
|
||||
screens.
|
||||
|
||||
Many of the files for this directory are automatically generated by the
|
||||
textgen script (see the textgen/ subdirectory).
|
||||
|
||||
In general, here's a simple guide to most of the contents of this
|
||||
directory, based on filename:
|
||||
|
||||
* m_*.gif - Elements of the main menu
|
||||
* stcfn*.gif - Characters used for displaying on-screen messages
|
||||
seen during gameplay
|
||||
* st*.gif - Elements of the status bar
|
||||
* wi*.gif - Elements of the intermission screens
|
||||
|
4
graphics/titlepic/README
Normal file
4
graphics/titlepic/README
Normal file
|
@ -0,0 +1,4 @@
|
|||
This directory contains a shell script that uses ImageMagick to layer
|
||||
some text information about the build version onto the game's title
|
||||
screen. The same is performed for each of the three IWADs.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue