Changeset 8994 for code/branches
- Timestamp:
- Dec 17, 2011, 1:03:45 AM (13 years ago)
- Location:
- code/branches/presentation2011
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011/data/levels/missionOne.oxw
r8981 r8994 1 1 <LevelInfo 2 2 name = "Mission One" 3 description = "First guided steps in the orxonoxian universe."3 description = "First Guided Steps in the Orxonoxian Universe." 4 4 screenshot = "missionOne.png" 5 5 tags = "mission" -
code/branches/presentation2011/data/levels/underAttack.oxw
r8988 r8994 9 9 include("HUDTemplates3.oxo") 10 10 include("stats.oxo") 11 include("underAttackHUD.oxo")12 11 include("templates/spaceshipAssff.oxt") 13 12 include("templates/lodInformation.oxt") 14 13 ?> 14 <!--OUTDATED: include("underAttackHUD.oxo") --> 15 15 16 16 <Level -
code/branches/presentation2011/data/overlays/underAttackHUD.oxo
r7679 r8994 1 < Template name="UnderAttackHUD">1 < Template name="UnderAttackHUD"> 2 2 <OverlayGroup name="UnderAttackHUD" scale = "1, 1"> 3 < UnderAttackHealthBar3 <OUTDATED-- UnderAttackHealthBar 4 4 name = "HealthBar" 5 5 background = "Orxonox/HealthBarBackground" -
code/branches/presentation2011/src/orxonox/gametypes/UnderAttack.cc
r8858 r8994 49 49 this->gameEnded_ = false; 50 50 51 this->setHUDTemplate("UnderAttackHUD");52 51 //this->setHUDTemplate("UnderAttackHUD"); 52 //This HUD is in conflict with the HUDEnemyHealthBar 53 53 this->setConfigValues(); 54 54 this->timesequence_ = static_cast<int>(this->gameTime_);
Note: See TracChangeset
for help on using the changeset viewer.