Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9094


Ignore:
Timestamp:
Apr 20, 2012, 1:43:35 PM (12 years ago)
Author:
mentzerf
Message:

Added Textures and Cube into empty level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/newlevel2012/data/levels/emptyLevel.oxw

    r9016 r9094  
    2323  <?lua include("includes/notifications.oxi") ?>
    2424
     25
    2526  <Scene
    2627    ambientlight = "0.8, 0.8, 0.8"
     
    3132    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
    3233   
     34        <StaticEntity position="0,0,0" direction="0,0,0" collistionType=static mass=100000>
     35                <attached>
     36                        <Model position="0,0,0" mesh="Playfield_ME.mesh" scale3D="10,10,10" />
     37                </attached>
     38        </StaticEntity>
     39
    3340  </Scene>
    3441</Level>
Note: See TracChangeset for help on using the changeset viewer.