about summary refs log tree commit diff
path: root/datasrc/client.dts
diff options
context:
space:
mode:
authorOlle Rosenquist <phobos99@gmail.com>2007-07-21 19:25:10 +0000
committerOlle Rosenquist <phobos99@gmail.com>2007-07-21 19:25:10 +0000
commit15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d (patch)
tree536833e6dc9b7952ace6ba01ea42d49ba7921bd9 /datasrc/client.dts
parent5423ba10051ae7ee96c3273276286acc54b51660 (diff)
downloadzcatch-15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d.tar.gz
zcatch-15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d.zip
Updated stuff
Diffstat (limited to 'datasrc/client.dts')
-rw-r--r--datasrc/client.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/datasrc/client.dts b/datasrc/client.dts
index bb8e157a..bf65429e 100644
--- a/datasrc/client.dts
+++ b/datasrc/client.dts
@@ -36,12 +36,24 @@ struct particleinfo {
 	int lifemod = life@1
 }
 
+struct spriteptr {
+	ptr:sprite psprite = @0
+}
+
 struct weapon {
 	ptr:sprite sprite_body = sprite_body@1
 	ptr:sprite sprite_cursor = sprite_cursor@1
 	ptr:sprite sprite_proj = sprite_proj@1
+	array:spriteptr sprite_muzzle = sprite_muzzles.*
+	
+	int nummuzzlesprites = nummuzzlesprites@1
 	int recoil = recoil@1
 	int visual_size = visual_size@1
+	int muzzleduration = muzzleduration@1
+	float offsetx = offsetx@1
+	float offsety = offsety@1
+	float muzzleoffsetx = muzzleoffsetx@1
+	float muzzleoffsety = muzzleoffsety@1
 }
 
 struct keyframe {