- Timestamp:
- Dec 9, 2015, 4:03:59 PM (9 years ago)
- Location:
- code/branches/presentationHS15
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15
- Property svn:mergeinfo changed
/code/branches/explosionChunksHS15 (added) merged: 10641,10669,10752-10753,10755,10786,10807,10810,10837,10937,10939,10942
- Property svn:mergeinfo changed
-
code/branches/presentationHS15/data/levels/emptyLevel.oxw
r10629 r10962 1 <LevelInfo1 <LevelInfo 2 2 name = "Empty level" 3 3 description = "A level with absolutely nothing in it." … … 13 13 14 14 <?lua 15 include("templates/spaceshipAssff2.oxt") 16 include("templates/spaceshipPirate.oxt") 15 include("templates/spaceshipAssff.oxt") 17 16 include("templates/spaceshipEscort.oxt") 18 include("templates/spaceshipRing.oxt") 19 include("templates/spaceshipSwallow.oxt") 17 include("templates/spaceshipHover.oxt") 20 18 ?> 21 19 … … 33 31 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 34 32 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 33 34 <SpaceShip 35 team = "1" 36 position = "1000,0,0" 37 > 38 <templates> 39 <Template link=spaceshipassff /> 40 </templates> 41 </SpaceShip> 42 <SpaceShip 43 team = "1" 44 position = "1000,200,0" 45 > 46 <templates> 47 <Template link=spaceshiphover /> 48 </templates> 49 50 </SpaceShip> 51 <SpaceShip 52 team = "1" 53 position = "1000,400,0" 54 > 55 <templates> 56 <Template link=spaceshipescort /> 57 </templates> 58 59 60 61 </SpaceShip> 35 62 36 63 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.