[Orxonox-commit 7603] r12196 - code/branches/Tutorial_HS19/data/levels

merholzl at orxonox.net merholzl at orxonox.net
Thu Feb 28 13:06:00 CET 2019


Author: merholzl
Date: 2019-02-28 13:06:00 +0100 (Thu, 28 Feb 2019)
New Revision: 12196

Removed:
   code/branches/Tutorial_HS19/data/levels/kart_alpha0.1.oxw
Log:
Removed unneccessarz level

Deleted: code/branches/Tutorial_HS19/data/levels/kart_alpha0.1.oxw
===================================================================
--- code/branches/Tutorial_HS19/data/levels/kart_alpha0.1.oxw	2019-02-28 11:58:25 UTC (rev 12195)
+++ code/branches/Tutorial_HS19/data/levels/kart_alpha0.1.oxw	2019-02-28 12:06:00 UTC (rev 12196)
@@ -1,83 +0,0 @@
-<LevelInfo
- name = "kart_controlls"
- description = "Level for Minigame Hover"
- tags = "minigame"
- screenshot = "emptylevel.png"
-/>
-
-<?lua
-  include("stats.oxo")
-  include("HUDTemplates3.oxo")
-  include("templates/lodInformation.oxt")
-?>
-
-<?lua
-  include("templates/spaceshipPirate.oxt")
-  include("templates/spaceshipHover.oxt")
-  include("overlays/HoverHUD.oxo")
-?>
-
-<?lua
-MAZE_NUM_CELLS = 10
-MAZE_CELL_SIZE = 100
-MAZE_CELL_HEIGHT = 30
-MAZE_SIZE = MAZE_NUM_CELLS*MAZE_CELL_SIZE
-?>
-
-<Level
-plugins = hover
-gametype = Hover
->
-  <templates>
-    <Template link=lodtemplate_default />
-  </templates>
-  <?lua include("includes/notifications.oxi") ?>
-
-
-  <Scene
-    ambientlight = "0.8, 0.8, 0.8"
-    skybox       = "Orxonox/Starbox"
-    gravity      = "0, -200, 0"
-  >
-
-    <StaticEntity position="0,0,0" collisionType="static">
-      <attached>
-        <HoverOrigin
-          numCells="<?lua print(MAZE_NUM_CELLS)?>"
-          cellSize="<?lua print(MAZE_CELL_SIZE)?>"
-          cellHeight="<?lua print(MAZE_CELL_HEIGHT)?>"
-        />
-        <Model
-          position="<?lua print(MAZE_SIZE/2)?>,-16,<?lua print(MAZE_SIZE/2)?>"
-          scale3D="<?lua print(MAZE_SIZE/2)?>,16,<?lua print(MAZE_SIZE/2)?>"
-          mesh="CubeGround.mesh"
-        />
-      </attached> 
-      <collisionShapes>
-        
-        <BoxCollisionShape
-          position="<?lua print(MAZE_SIZE/2)?>,-1,<?lua print(MAZE_SIZE/2)?>"
-          halfExtents="<?lua print(MAZE_SIZE/2)?>,1,<?lua print(MAZE_SIZE/2)?>"
-        />
-      </collisionShapes>
-    </StaticEntity>
-
-    <Light
-      type=directional
-      position="-50,500,-50"
-      direction="0.577, -0.577, 0.577"
-      diffuse="1.0, 0.9, 0.9, 1.0"
-      specular="1.0, 0.9, 0.9, 1.0"
-    />
-    
-    <SpawnPoint
-      team=0
-      position="50,20,50"
-      lookat="100,20,100"
-      spawnclass=HoverShip
-      pawndesign=spaceshiphover
-    />
-    
-  </Scene>
-</Level>
-



More information about the Orxonox-commit mailing list