Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2016, 4:05:48 PM (8 years ago)
Author:
tgidron
Message:

Pickups + Flags HUD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/data/levels/Hover.oxw

    r11163 r11168  
    33 description = "Level for Minigame Hover"
    44 tags = "minigame"
    5  screenshot = "emptylevel.png"
     5 screenshot = "Hover.png"
    66/>
    77
     
    2525?>
    2626
     27<?lua
     28    include("templates/pickupRepresentationTemplates.oxt")
     29    include("includes/pickups.oxi")
     30 ?>
     31
    2732<Template name=destroyhoverpickupRepresentation>
    2833    <PickupRepresentation>
     
    3944        </spawner-representation>
    4045    </PickupRepresentation>
     46</Template>
     47
     48<Template name=destroymetapickup baseclass=MetaPickup>
     49  <MetaPickup representation="destroy" metaType="destroy" />
    4150</Template>
    4251
     
    7483          cellSize="<?lua print(MAZE_CELL_SIZE)?>"
    7584          cellHeight="<?lua print(MAZE_CELL_HEIGHT)?>"
     85          pickuptemplate=destroyhoverpickupRepresentation
     86          pickupbase=destroymetapickup
    7687        />
    7788        <Model
Note: See TracChangeset for help on using the changeset viewer.