Changeset 11588 for code/branches/CampaignMap_HS17/data
- Timestamp:
- Nov 24, 2017, 1:15:12 PM (7 years ago)
- Location:
- code/branches/CampaignMap_HS17/data
- Files:
-
- 3 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 /> -
code/branches/CampaignMap_HS17/data/overlays/HUDTemplates3.oxo
r11560 r11588 55 55 correctaspect = false 56 56 font = "Monofur" 57 textSize = 0.0 557 textSize = 0.01 58 58 align = "center" 59 59 /> -
code/branches/CampaignMap_HS17/data/overlays/StoryModeHUD2.oxo
r11584 r11588 8 8 correctaspect = true 9 9 font = "Arial" 10 textSize = 0. 510 textSize = 0.01f 11 11 /> 12 12
Note: See TracChangeset
for help on using the changeset viewer.