diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-06-12 10:51:48 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-06-12 10:51:48 +0000 |
| commit | f6c67c29cd10d41b877ee1319801edc01b625e72 (patch) | |
| tree | 6ca26c44ac0218a57d078a6f72034f2924b44104 /datasrc/teewars.dsd | |
| parent | 0d3b988c1aed8f6b91879a801253db81a251a532 (diff) | |
| download | zcatch-f6c67c29cd10d41b877ee1319801edc01b625e72.tar.gz zcatch-f6c67c29cd10d41b877ee1319801edc01b625e72.zip | |
large commit with loads of clean up. more is comming
Diffstat (limited to 'datasrc/teewars.dsd')
| -rw-r--r-- | datasrc/teewars.dsd | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/datasrc/teewars.dsd b/datasrc/teewars.dsd deleted file mode 100644 index a95b960c..00000000 --- a/datasrc/teewars.dsd +++ /dev/null @@ -1,24 +0,0 @@ -tag:images { - ident:name * { - tag:filename string:filename - } -} - -tag:sounds { - ident:name * { - tag:filename string:path - } -} - -tag:weapons { - ident:name * { - tag:sprite_gun ptr:sprite - tag:sprite_cursor ptr:sprite - } -} - -tag:sprites { - ident:name ptr:image int:gridx int:gridy * { - ident:name int:x int:y int:w int:h * - } -} |