diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-24 22:53:43 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-24 22:53:43 +0000 |
| commit | 5bd2c434f63ff4a039e854d647f02ef660c544d1 (patch) | |
| tree | 3fe99b2e4a7cf5e80243bde4583e10c5650ed913 /datasrc/teewars.ds | |
| parent | 4b098f7711e7cb96eef6797787e3f2f2b4cbb867 (diff) | |
| download | zcatch-5bd2c434f63ff4a039e854d647f02ef660c544d1.tar.gz zcatch-5bd2c434f63ff4a039e854d647f02ef660c544d1.zip | |
epic commit. removed tga support, removed BGR support. fixed one config for editor, server and client, optimized tilemap rendering (this needs some cleanup), added tools to fix alpha outline quirk and glitches in the tilemap reindering
Diffstat (limited to 'datasrc/teewars.ds')
| -rw-r--r-- | datasrc/teewars.ds | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/datasrc/teewars.ds b/datasrc/teewars.ds index 9dc1eb67..25145b0a 100644 --- a/datasrc/teewars.ds +++ b/datasrc/teewars.ds @@ -148,7 +148,19 @@ images { backdrop { filename "data/mountain_paralax.png" - } + } + + cloud_1 { + filename "data/cloud-1.png" + } + + cloud_2 { + filename "data/cloud-2.png" + } + + cloud_3 { + filename "data/cloud-3.png" + } } particles { |