diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-19 11:01:07 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-19 11:01:07 +0000 |
| commit | 08e94dd07103d89306886c25569810d02be6aa72 (patch) | |
| tree | 752a876138bd4fd4fe6c106a3724cf8f79035548 /docs | |
| parent | b684d1387e360bad2431ee89c13156705bba76ca (diff) | |
| download | zcatch-08e94dd07103d89306886c25569810d02be6aa72.tar.gz zcatch-08e94dd07103d89306886c25569810d02be6aa72.zip | |
updated docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/articles/hacking.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/articles/hacking.txt b/docs/articles/hacking.txt index a9dc23ac..a81e6350 100644 --- a/docs/articles/hacking.txt +++ b/docs/articles/hacking.txt @@ -2,7 +2,7 @@ Title: Hacking Group: Source Layout data_src - Data for the game is located under data_src and is unprocessed. -src - Engine source. It contains the network communication, graphics and sound. +src/engine - Engine source. It contains the network communication, graphics and sound. src/game - The game source. This is the source that acctually is teewars. You can write a new game using the engine by removing these files and start from scratch. scripts - Scripts. |