Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2019, 4:51:14 PM (6 years ago)
Author:
cwaupoti
Message:

created HoverGun, but file is not working yet

File:
1 edited

Legend:

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

    r12216 r12261  
    1010
    1111<?lua
    12   include("HUDTemplates3.oxo")
    13   include("templates/spaceshipSwallow.oxt")
    14   include("templates/spaceshipPirate.oxt")
     12 
    1513  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 
    2314?>
     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") -->
    2423
    2524<LevelInfo
     
    3736
    3837<?lua
    39   include("templates/spaceshipPirate.oxt")
     38  include("templates/spaceshipGhost.oxt")
    4039  include("templates/spaceshipHover.oxt")
    4140  include("overlays/HoverHUD.oxo")
     
    4544MAZE_NUM_CELLS = 10
    4645MAZE_CELL_SIZE = 100
    47 MAZE_CELL_HEIGHT = 30
     46MAZE_CELL_HEIGHT = 100
    4847MAZE_SIZE = MAZE_NUM_CELLS*MAZE_CELL_SIZE
    4948?>
     
    108107    <SpaceShip position="100,20,100" lookat="50,20,50" name="enemy" health="200" maxhealth="200" initialhealth="200" >
    109108                                    <templates>
    110                                             <Template link=spaceshipghost />
     109                                            <Template link=spaceshiphover />
    111110                                      </templates>
    112111                                       <controller>
Note: See TracChangeset for help on using the changeset viewer.