Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Waypoints_HS17/src/modules/overlays/hud/CMakeLists.txt @ 11523

Last change on this file since 11523 was 11523, checked in by jostoffe, 7 years ago

EmptyLevel funktioniert nicht wegen AutonomousDroneController, HUD geaendert aber brauch ich nicht mehr. Mit movableentity weitermachen

  • Property svn:eol-style set to native
File size: 584 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  HUDWaypoints.cc
14  HUDWeaponMode.cc
15  HUDWeapon.cc
16  HUDWeaponSystem.cc
17  HUDPickupItem.cc
18  HUDPickupSystem.cc
19  ChatOverlay.cc
20  AnnounceMessage.cc
21  KillMessage.cc
22  DeathMessage.cc
23  TeamBaseMatchScore.cc
24  GametypeStaticMessage.cc
25  GametypeFadingMessage.cc
26  LastManStandingInfos.cc
27  PauseNotice.cc
28  LastTeamStandingInfos.cc
29  CountDown.cc
30)
Note: See TracBrowser for help on using the repository browser.