diff options
| author | Olle Rosenquist <phobos99@gmail.com> | 2007-07-21 21:17:30 +0000 |
|---|---|---|
| committer | Olle Rosenquist <phobos99@gmail.com> | 2007-07-21 21:17:30 +0000 |
| commit | b6c9c311c5008b6f4be5c483d14847a3485a3ae4 (patch) | |
| tree | edc18a08c3b7e445379b6bdc3de6084a9c82a491 /datasrc/client.dts | |
| parent | e298c3a3865cb643090b71e8d843d4e8e2a4a671 (diff) | |
| download | zcatch-b6c9c311c5008b6f4be5c483d14847a3485a3ae4.tar.gz zcatch-b6c9c311c5008b6f4be5c483d14847a3485a3ae4.zip | |
Updated stuff
Diffstat (limited to 'datasrc/client.dts')
| -rw-r--r-- | datasrc/client.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/datasrc/client.dts b/datasrc/client.dts index bf65429e..e4ba4eaf 100644 --- a/datasrc/client.dts +++ b/datasrc/client.dts @@ -40,6 +40,12 @@ struct spriteptr { ptr:sprite psprite = @0 } +struct projectileparticles { + int particlespersecond = particlespersecond@1 + float particlesize = particlesize@1 + float particlelife = particlelife@1 +} + struct weapon { ptr:sprite sprite_body = sprite_body@1 ptr:sprite sprite_cursor = sprite_cursor@1 @@ -100,6 +106,7 @@ struct data_container { array:sprite sprites = sprites.*.* array:weapon weapons = weapons.* array:particleinfo particles = particles.* + array:projectileparticles projectileparticles = projectileparticles.* array:soundset sounds = sounds.* array:animation animations = animations.* |