about summary refs log tree commit diff
path: root/datasrc/teewars.dsd
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-13 13:40:04 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-13 13:40:04 +0000
commit125d04e51f4e444a38cf038d3ea095d92d3c6dbb (patch)
tree2288bbe4b923ab4d695e9f852c177a12f74ea799 /datasrc/teewars.dsd
parent7be0ae1b2929a3c5dfedf542bce886deefa0f862 (diff)
downloadzcatch-125d04e51f4e444a38cf038d3ea095d92d3c6dbb.tar.gz
zcatch-125d04e51f4e444a38cf038d3ea095d92d3c6dbb.zip
large rewrite and code cleanup
Diffstat (limited to 'datasrc/teewars.dsd')
-rw-r--r--datasrc/teewars.dsd24
1 files changed, 24 insertions, 0 deletions
diff --git a/datasrc/teewars.dsd b/datasrc/teewars.dsd
new file mode 100644
index 00000000..a95b960c
--- /dev/null
+++ b/datasrc/teewars.dsd
@@ -0,0 +1,24 @@
+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 *
+	}
+}