Update directory structure for lua, and scripts/maps

This commit is contained in:
mr-russ 2004-05-18 23:41:59 +00:00
parent a991d1a7fb
commit 78b9f7179d

View file

@ -50,8 +50,8 @@ Proposal for the new Stratagus data directory structure:
| `-- <b>data/campaigns/<i>{race-campaign}</i>/interface</b>
| Contains special backgrounds images for the campaign.
|
}-- <b>data/ccl</b>
| Contains all global CCL - Craft Configuration Language files.
}-- <b>data/scripts</b>
| Contains all global Configuration Language files.
|
}-- <b>data/graphics</b>
| | Contains all available graphics.
@ -131,10 +131,11 @@ Proposal for the new Stratagus data directory structure:
| Contains the cursors special to this race.
|
|
}-- <b>data/puds</b>
| | Contains all 'puds' the original level format.
}-- <b>data/maps</b>
| | Contains all maps 'pud' format is used currently.
| | Structure here is not required, you can use your own.
| |
| }-- <b>data/puds/demo</b>
| }-- <b>data/maps/demo</b>
| | Contains the demo levels.
| |
| }-- <b>data/puds/multi</b>