Changeset 9094
- Timestamp:
- Apr 20, 2012, 1:43:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/newlevel2012/data/levels/emptyLevel.oxw
r9016 r9094 23 23 <?lua include("includes/notifications.oxi") ?> 24 24 25 25 26 <Scene 26 27 ambientlight = "0.8, 0.8, 0.8" … … 31 32 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 /> 32 33 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 33 40 </Scene> 34 41 </Level>
Note: See TracChangeset
for help on using the changeset viewer.