Changeset 12074 for code/branches/OrxoKart_HS18/data/levels
- Timestamp:
- Nov 7, 2018, 10:14:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoKart_HS18/data/levels/OrxoKart1.oxw
r12070 r12074 1 1 <LevelInfo 2 name = " Hover 2"3 description = "Level for Minigame Hover"2 name = "OrxoKart" 3 description = "Level for Minigame OrxoKart" 4 4 tags = "minigame" 5 5 screenshot = "emptylevel.png" … … 13 13 14 14 <?lua 15 include("templates/spaceshipPirate.oxt")15 --include("templates/spaceshipPirate.oxt") 16 16 include("templates/OrxoKartKart.oxt") 17 17 include("overlays/HoverHUD.oxo") … … 32 32 33 33 <Level 34 plugins = hover35 gametype = Hover34 plugins = orxokart 35 gametype = OrxoKart 36 36 > 37 37 <templates> … … 49 49 <attached> 50 50 <!-- Walls and flags (physics and design)--> 51 <!-- 51 <!-- 52 52 <HoverOrigin 53 --> 54 <OrxoKartOrigin 55 53 56 numCells="<?lua print(N)?>" 54 57 cellSize="<?lua print(S)?>" 55 58 cellHeight="<?lua print(MAZE_CELL_HEIGHT)?>" 56 59 /> 57 -->60 58 61 59 62 <!-- floor design -->
Note: See TracChangeset
for help on using the changeset viewer.