Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 16, 2005, 11:08:33 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: some changes in the character_attributes, projectile and weapon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/projectile.h

    r3578 r3583  
    2525
    2626 private:
    27   int health;                        //<! the healt of a projectile
    28   int maxHelath;                     //<! the max healt of a projectile
    29   int damageToAirCraft;              //<! damage dealt to a air craft
    30   int damageToGroundCraft;           //<! damage dealt to a ground craft
     27  //physical attriutes like: force, speed, acceleration etc.
     28
    3129};
    3230
Note: See TracChangeset for help on using the changeset viewer.