diff options
| author | Olle Rosenquist <phobos99@gmail.com> | 2007-07-21 19:25:10 +0000 |
|---|---|---|
| committer | Olle Rosenquist <phobos99@gmail.com> | 2007-07-21 19:25:10 +0000 |
| commit | 15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d (patch) | |
| tree | 536833e6dc9b7952ace6ba01ea42d49ba7921bd9 /datasrc/client.dts | |
| parent | 5423ba10051ae7ee96c3273276286acc54b51660 (diff) | |
| download | zcatch-15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d.tar.gz zcatch-15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d.zip | |
Updated stuff
Diffstat (limited to 'datasrc/client.dts')
| -rw-r--r-- | datasrc/client.dts | 12 |
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 { |