about summary refs log tree commit diff
path: root/datasrc/teewars.dsd
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-06-12 10:51:48 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-06-12 10:51:48 +0000
commitf6c67c29cd10d41b877ee1319801edc01b625e72 (patch)
tree6ca26c44ac0218a57d078a6f72034f2924b44104 /datasrc/teewars.dsd
parent0d3b988c1aed8f6b91879a801253db81a251a532 (diff)
downloadzcatch-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.dsd24
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 *
-	}
-}