Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/src/modules/overlays/hud/CMakeLists.txt @ 10961

Last change on this file since 10961 was 10961, checked in by maxima, 9 years ago

Merged presentation and fabiens branch. Had to modify hoverHUD and invaderHUD, because the text of the healthbar wasn't correctly displayed and the weapon settings of the hovership.

  • Property svn:eol-style set to native
File size: 526 bytes
Line 
1ADD_SOURCE_FILES(OVERLAYS_SRC_FILES
2  HUDBar.cc
3  HUDNavigation.cc
4  HUDRadar.cc
5  HUDSpeedBar.cc
6  HUDBoostBar.cc
7  HUDShieldBar.cc
8  HUDHealthBar.cc
9  HUDRocketFuelBar.cc
10  HUDTimer.cc
11  HUDEnemyHealthBar.cc
12  HUDEnemyShieldBar.cc
13  HUDWeaponMode.cc
14  HUDWeapon.cc
15  HUDWeaponSystem.cc
16  ChatOverlay.cc
17  AnnounceMessage.cc
18  KillMessage.cc
19  DeathMessage.cc
20  TeamBaseMatchScore.cc
21  GametypeStaticMessage.cc
22  GametypeFadingMessage.cc
23  LastManStandingInfos.cc
24  PauseNotice.cc
25  LastTeamStandingInfos.cc
26  CountDown.cc
27)
Note: See TracBrowser for help on using the repository browser.