Changeset 8554 for code/branches/pickup/data/levels/includes
- Timestamp:
- May 23, 2011, 11:26:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup/data/levels/includes/pickups.oxi
r8543 r8554 202 202 <PickupRepresentation 203 203 pickupName = "Drone Pickup" 204 pickupDescription = "Adds a Drone to the Player s Spaceship"204 pickupDescription = "Adds a Drone to the Player's Spaceship" 205 205 spawnerTemplate = "dronepickupRepresentation" 206 206 > … … 213 213 214 214 <PickupRepresentation 215 pickupName = "S hrink Pickup"216 pickupDescription = " Adds a Drone to the Players Spaceship"215 pickupName = "Small Shrink" 216 pickupDescription = "Shrinks the Ship by a bit" 217 217 spawnerTemplate = "smallshrinkpickupRepresentation" 218 218 > … … 222 222 </PickupRepresentation> 223 223 224 <PickupRepresentation 225 pickupName = "Medium Shrink" 226 pickupDescription = "Shrinks the Ship" 227 spawnerTemplate = "mediumshrinkpickupRepresentation" 228 > 229 <pickup> 230 <ShrinkPickup template=mediumshrinkpickup /> 231 </pickup> 232 </PickupRepresentation> 233 234 <PickupRepresentation 235 pickupName = "Huge Shrink" 236 pickupDescription = "Shrinks the Ship considerably" 237 spawnerTemplate = "hugeshrinkpickupRepresentation" 238 > 239 <pickup> 240 <ShrinkPickup template=hugeshrinkpickup /> 241 </pickup> 242 </PickupRepresentation> 243
Note: See TracChangeset
for help on using the changeset viewer.