Changeset 11545
- Timestamp:
- Nov 6, 2017, 4:40:56 PM (7 years ago)
- Location:
- code/branches/CampaignMap_HS17
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/data/levels/emptyLevel.oxw
r11544 r11545 17 17 ?> 18 18 19 <Level >19 <Level gametype = StoryMode> 20 20 <templates> 21 21 <Template link=lodtemplate_default /> … … 28 28 > 29 29 30 31 <SpawnPoint position="0,-100,0" lookat="0,0,0" roll=180 spawnclass=SpaceShip pawndesign=spaceshipassff /> 32 33 34 <StaticEntity position="0,0,0" direction="0,0,0" > 30 <StoryModePlanet position="0,0,0" direction="0,0,0"> 35 31 <attached> 36 32 … … 63 59 64 60 </attached> 65 </StaticEntity>61 </StoryModePlanet> 66 62 67 <MovableEntity> 68 69 63 <MovableEntity> 70 64 <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"/> 71 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 72 73 </MovableEntity> 74 75 65 </MovableEntity> 66 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 76 67 </Scene> 77 68 </Level> -
code/branches/CampaignMap_HS17/src/orxonox/worldentities/CMakeLists.txt
r11052 r11545 13 13 ExplosionPart.cc 14 14 Actionpoint.cc 15 StoryModePlanet.cc 15 16 ) 16 17
Note: See TracChangeset
for help on using the changeset viewer.