Changeset 12180 for code/branches/Merge_HS18/data/levels/StoryModeMap.oxw
- Timestamp:
- Dec 11, 2018, 2:52:30 PM (6 years ago)
- Location:
- code/branches/Merge_HS18
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Merge_HS18
- Property svn:mergeinfo changed
/code/branches/WorldMap_HS18 (added) merged: 12036,12053-12055,12058-12060,12101,12106,12110,12131,12151-12152,12166
- Property svn:mergeinfo changed
-
code/branches/Merge_HS18/data/levels/StoryModeMap.oxw
r11783 r12180 11 11 include("StoryModeHUD.oxo") 12 12 include("templates/lodInformation.oxt") 13 include("templates/spaceshipAssff.oxt") 13 14 include("templates/StoryMode.oxt") 14 15 ?> … … 21 22 <Template link=lodtemplate_default /> 22 23 </templates> 24 25 26 23 27 <?lua include("includes/notifications.oxi") ?> 24 28 … … 27 31 skybox = "Orxonox/Starbox" 28 32 > 33 34 35 36 29 37 30 31 <StaticEntity position="0,0,0" direction="0,0,0" > 38 <StaticEntity position="0,0,0" direction="0,0,-1" > 32 39 <attached> 33 40 34 <Model position="600,370,0" mesh="planets/moon.mesh" scale=100 /> 41 <Model name="a" position="550,300,0" mesh="planets/moon.mesh" scale=100 visible="true" /> 42 <Billboard colour="1,0,0.05" position="550,300,-80" material="Flares/lensflare" scale=4.5 /> 43 44 <Model name="a" position="600,370,0" mesh="planets/moon.mesh" scale=100 visible="true" /> 45 46 47 <Model position="550,300,0" mesh="assff.mesh" scale=20 visible="false" orientation="-0.015,0.091,0.038,-0.995"/> 48 35 49 <Billboard colour="1,1,0.05" position="600,370,-80" material="Flares/lensflare" scale=4.5 /> 36 37 <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100 /> 50 51 52 <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100 visible="true"/> 53 38 54 <Billboard colour="1,1,0.05" position="100,350,-330" material="Flares/lensflare" scale=4.5 /> 39 55 40 <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 />56 <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 visible="true"/> 41 57 <Billboard colour="1,1,0.05" position="-600,250,-580" material="Flares/lensflare" scale=5 /> 42 58 … … 62 78 </StaticEntity> 63 79 80 81 64 82 <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"/> 65 83 66 <SpawnPoint position="000.000, 000.000, 1000.000" orientation="0, 0, 0, -1" pawndesign=StoryMode /> 84 <SpawnPoint position="000.000, 000.000, 1000.000" orientation="0, 0, 0, -1" spawnclass=StoryMode pawndesign=StoryMode /> 85 67 86 68 87 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.