Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5965 in orxonox.OLD for branches/powerups/src/defs/class_id.h


Ignore:
Timestamp:
Dec 7, 2005, 3:45:26 PM (18 years ago)
Author:
manuel
Message:

many changes:
created generic weapon_power_up that can contain any kind of weapon
space_ship is now extendable and can pickup weapon_power_ups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/defs/class_id.h

    r5955 r5965  
    8888  CL_WEAPON                     =    0x00210000,
    8989  CL_POWER_UP                   =    0x00220000,
    90   CL_EXTENDABLE                 =    0x00140000,
     90  CL_EXTENDABLE                 =    0x00240000,
    9191  // SUPER-Modeling
    9292  CL_TEXTURE                    =    0x00c01000,
     
    149149  CL_TURRET_POWER_UP            =    0x00000211,
    150150  CL_LASER_POWER_UP             =    0x00000212,
     151  CL_WEAPON_POWER_UP            =    0x00000213,
     152  CL_SHIELD_POWER_UP            =    0x00000214,
    151153
    152154  CL_TEST_GUN                   =    0x00000230,
Note: See TracChangeset for help on using the changeset viewer.