Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/fabienHS15/src/modules/overlays/hud/CMakeLists.txt @ 10688

Last change on this file since 10688 was 10688, checked in by fvultier, 9 years ago

There is now a HUD that shows the status of the weapon system: all weapons, weapon modes and their munition. Progress bars show the progress of replenishing munition.

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