Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2018, 10:14:37 AM (5 years ago)
Author:
ottka
Message:

makefile update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/data/levels/OrxoKart1.oxw

    r12070 r12074  
    11<LevelInfo
    2  name = "Hover 2"
    3  description = "Level for Minigame Hover"
     2 name = "OrxoKart"
     3 description = "Level for Minigame OrxoKart"
    44 tags = "minigame"
    55 screenshot = "emptylevel.png"
     
    1313
    1414<?lua
    15   include("templates/spaceshipPirate.oxt")
     15  --include("templates/spaceshipPirate.oxt")
    1616  include("templates/OrxoKartKart.oxt")
    1717  include("overlays/HoverHUD.oxo")
     
    3232
    3333<Level
    34 plugins = hover
    35 gametype = Hover
     34plugins = orxokart
     35gametype = OrxoKart
    3636>
    3737  <templates>
     
    4949      <attached>
    5050        <!-- Walls and flags (physics and design)-->
    51         <!-- 
     51        <!--
    5252        <HoverOrigin
     53        -->
     54        <OrxoKartOrigin
     55
    5356          numCells="<?lua print(N)?>"
    5457          cellSize="<?lua print(S)?>"
    5558          cellHeight="<?lua print(MAZE_CELL_HEIGHT)?>"
    5659        />
    57         -->
     60       
    5861
    5962        <!-- floor design -->
Note: See TracChangeset for help on using the changeset viewer.