Changeset 9396 for code/branches
- Timestamp:
- Oct 15, 2012, 3:43:47 PM (12 years ago)
- Location:
- code/branches/SpaceshipNavigation2
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceshipNavigation2/data/overlays/HUD.oxo
r7679 r9396 78 78 maximumDotSize = 0.1 79 79 /> 80 <HUDFindClosestEnemy 81 name = "FindClosestEnemy" 82 correctAspect = true 83 font = "Monofur" 84 textSize = 0.05 85 86 /> 80 87 81 88 <ChatOverlay … … 85 92 caption = "" 86 93 textSize = 0.025 94 /> 95 <FindClosestEnemy 96 97 98 87 99 /> 88 100 </OverlayGroup> -
code/branches/SpaceshipNavigation2/src/modules/overlays/OverlaysPrereqs.h
r9348 r9396 91 91 class HUDBoostBar; 92 92 class HUDTimer; 93 class HUDFindClosestEnemy; 93 94 class KillMessage; 94 95 class LastManStandingInfos; -
code/branches/SpaceshipNavigation2/src/modules/overlays/hud/CMakeLists.txt
r9348 r9396 7 7 HUDHealthBar.cc 8 8 HUDTimer.cc 9 HUDFindClosestEnemy.cc 9 10 HUDEnemyHealthBar.cc 10 11 ChatOverlay.cc -
code/branches/SpaceshipNavigation2/src/orxonox/worldentities/ControllableEntity.cc
r9348 r9396 1 /*1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 3 * > www.orxonox.net <
Note: See TracChangeset
for help on using the changeset viewer.