- Timestamp:
- Nov 24, 2017, 1:15:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/data/levels/NC_StoryModeLevel.oxw
r11584 r11588 8 8 <?lua 9 9 include("stats.oxo") 10 include("StoryModeHUD2.oxo")11 10 include("templates/lodInformation.oxt") 12 11 include("templates/StoryMode.oxt") … … 32 31 33 32 34 <StoryModePlanet levelName=" gaggiplanet1" position="0,0,0" direction="0,0,0">33 <StoryModePlanet levelName="plizzanet1" position="0,0,0" direction="0,0,0"> 35 34 <attached> 36 35 <Model position="0,0,0" mesh="planets/moon.mesh" scale=100 /> … … 38 37 </StoryModePlanet> 39 38 40 <StoryModePlanet levelName=" gaggiplanet2" position="600,0,0" direction="0,0,0">39 <StoryModePlanet levelName="plizzanet2" position="600,0,0" direction="0,0,0"> 41 40 <attached> 42 41 <Model position="0,0,0" mesh="planets/moon.mesh" scale=100 /> … … 44 43 </StoryModePlanet> 45 44 46 <StoryModePlanet levelName=" gaggiplanet3" position="1200,0,0" direction="0,0,0">45 <StoryModePlanet levelName="plizzanet3" position="1200,0,0" direction="0,0,0"> 47 46 <attached> 48 47 <Model position="0,0,0" mesh="planets/moon.mesh" scale=100 />
Note: See TracChangeset
for help on using the changeset viewer.