Changeset 11544 for code/branches/CampaignMap_HS17/data
- Timestamp:
- Nov 6, 2017, 4:35:06 PM (7 years ago)
- Location:
- code/branches/CampaignMap_HS17/data
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/data/levels/emptyLevel.oxw
r11526 r11544 8 8 <?lua 9 9 include("stats.oxo") 10 include(" StoryModeHUD2.oxo")10 include("HUDTemplates3.oxo") 11 11 include("templates/lodInformation.oxt") 12 12 ?> … … 27 27 skybox = "Orxonox/Starbox" 28 28 > 29 30 31 <SpawnPoint position="0,-100,0" lookat="0,0,0" roll=180 spawnclass=SpaceShip pawndesign=spaceshipassff /> 32 29 33 30 34 <StaticEntity position="0,0,0" direction="0,0,0" > … … 67 71 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 68 72 73 </MovableEntity> 74 69 75 70 76 </Scene> -
code/branches/CampaignMap_HS17/data/overlays/StoryModeHUD2.oxo
r11527 r11544 31 31 <Map /> 32 32 33 <!-- 33 34 <HUDNavigation 34 35 name = "Navigation" … … 38 39 navMarkerSize = 0.00 39 40 aimMarkerSize = 0.00 41 /> 42 --> 43 44 <!-- This is the storymode HUD we implemented, to give names to planet objects, rather than using the HUDnavigation--> 45 <StoryModeHUD 46 name = "StoryMode" 47 correctaspect = true 48 font = "Verdana" 49 textSize = 0.05 40 50 /> 41 51
Note: See TracChangeset
for help on using the changeset viewer.