Changeset 12261 for code/branches/Boxhead_FS19/data/levels/Hover.oxw
- Timestamp:
- Mar 28, 2019, 4:51:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boxhead_FS19/data/levels/Hover.oxw
r12216 r12261 10 10 11 11 <?lua 12 include("HUDTemplates3.oxo") 13 include("templates/spaceshipSwallow.oxt") 14 include("templates/spaceshipPirate.oxt") 12 15 13 include("templates/spaceshipEscort.oxt") 16 include("templates/spaceshipGhost.oxt")17 include("templates/spaceshipCollateralDamage.oxt")18 include("templates/spaceshipAssff.oxt")19 include("templates/spaceshipAssff2.oxt")20 include("templates/spaceshipTransporter.oxt")21 22 23 14 ?> 15 <!-- include("HUDTemplates3.oxo") --> 16 <!-- include("templates/spaceshipSwallow.oxt") --> 17 <!-- include("templates/spaceshipPirate.oxt") --> 18 <!-- include("templates/spaceshipEscort.oxt") --> 19 <!-- include("templates/spaceshipCollateralDamage.oxt") --> 20 <!-- include("templates/spaceshipAssff.oxt") --> 21 <!-- include("templates/spaceshipAssff2.oxt") --> 22 <!-- include("templates/spaceshipTransporter.oxt") --> 24 23 25 24 <LevelInfo … … 37 36 38 37 <?lua 39 include("templates/spaceship Pirate.oxt")38 include("templates/spaceshipGhost.oxt") 40 39 include("templates/spaceshipHover.oxt") 41 40 include("overlays/HoverHUD.oxo") … … 45 44 MAZE_NUM_CELLS = 10 46 45 MAZE_CELL_SIZE = 100 47 MAZE_CELL_HEIGHT = 3046 MAZE_CELL_HEIGHT = 100 48 47 MAZE_SIZE = MAZE_NUM_CELLS*MAZE_CELL_SIZE 49 48 ?> … … 108 107 <SpaceShip position="100,20,100" lookat="50,20,50" name="enemy" health="200" maxhealth="200" initialhealth="200" > 109 108 <templates> 110 <Template link=spaceship ghost/>109 <Template link=spaceshiphover /> 111 110 </templates> 112 111 <controller>
Note: See TracChangeset
for help on using the changeset viewer.