Changeset 11169 for code/branches/tgidronFS16/data/levels/Hover.oxw
- Timestamp:
- Apr 17, 2016, 8:40:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tgidronFS16/data/levels/Hover.oxw
r11168 r11169 25 25 ?> 26 26 27 <?lua28 include("templates/pickupRepresentationTemplates.oxt")29 include("includes/pickups.oxi")30 ?>31 32 27 <Template name=destroyhoverpickupRepresentation> 33 28 <PickupRepresentation> … … 46 41 </Template> 47 42 48 <Template name=destroy metapickup baseclass=MetaPickup>49 <MetaPickup representation="destroy " metaType="destroy" />43 <Template name=destroyhoverpickup baseclass=MetaPickup> 44 <MetaPickup representation="destroyhover" metaType="destroy" /> 50 45 </Template> 51 52 <PickupRepresentation53 name = "destroyhover"54 pickupName = "Destroy Carrier Pickup"55 pickupDescription = "destroys you."56 spawnerTemplate = "destroyhoverpickupRepresentation"57 inventoryRepresentation = "destroyCarrierPickup"58 />59 60 46 61 47 <Level … … 66 52 <Template link=lodtemplate_default /> 67 53 </templates> 54 68 55 <?lua include("includes/notifications.oxi") ?> 69 56 … … 77 64 > 78 65 66 <PickupRepresentation 67 name = "destroyhover" 68 pickupName = "Destroy Hover Pickup" 69 pickupDescription = "destroys you." 70 spawnerTemplate = "destroyhoverpickupRepresentation" 71 inventoryRepresentation = "destroyHoverPickup" 72 /> 73 79 74 <StaticEntity position="0,0,0" collisionType="static"> 80 75 <attached> … … 83 78 cellSize="<?lua print(MAZE_CELL_SIZE)?>" 84 79 cellHeight="<?lua print(MAZE_CELL_HEIGHT)?>" 85 pickuptemplate=destroyhoverpickup Representation86 pickup base=destroymetapickup80 pickuptemplate=destroyhoverpickup 81 pickuprepresentationtemplate=destroyhoverpickupRepresentation 87 82 /> 88 83 <Model
Note: See TracChangeset
for help on using the changeset viewer.