Changeset 11168 for code/branches/tgidronFS16/data/levels/Hover.oxw
- Timestamp:
- Apr 14, 2016, 4:05:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tgidronFS16/data/levels/Hover.oxw
r11163 r11168 3 3 description = "Level for Minigame Hover" 4 4 tags = "minigame" 5 screenshot = " emptylevel.png"5 screenshot = "Hover.png" 6 6 /> 7 7 … … 25 25 ?> 26 26 27 <?lua 28 include("templates/pickupRepresentationTemplates.oxt") 29 include("includes/pickups.oxi") 30 ?> 31 27 32 <Template name=destroyhoverpickupRepresentation> 28 33 <PickupRepresentation> … … 39 44 </spawner-representation> 40 45 </PickupRepresentation> 46 </Template> 47 48 <Template name=destroymetapickup baseclass=MetaPickup> 49 <MetaPickup representation="destroy" metaType="destroy" /> 41 50 </Template> 42 51 … … 74 83 cellSize="<?lua print(MAZE_CELL_SIZE)?>" 75 84 cellHeight="<?lua print(MAZE_CELL_HEIGHT)?>" 85 pickuptemplate=destroyhoverpickupRepresentation 86 pickupbase=destroymetapickup 76 87 /> 77 88 <Model
Note: See TracChangeset
for help on using the changeset viewer.