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
RevLine 
[5693]1ADD_SOURCE_FILES(OVERLAYS_SRC_FILES
[2131]2  HUDBar.cc
3  HUDNavigation.cc
4  HUDRadar.cc
5  HUDSpeedBar.cc
[8706]6  HUDBoostBar.cc
[11052]7  HUDShieldBar.cc
[2662]8  HUDHealthBar.cc
[11052]9  HUDRocketFuelBar.cc
[3033]10  HUDTimer.cc
[9016]11  HUDEnemyHealthBar.cc
[11052]12  HUDEnemyShieldBar.cc
[11523]13  HUDWaypoints.cc
[11052]14  HUDWeaponMode.cc
15  HUDWeapon.cc
16  HUDWeaponSystem.cc
[11353]17  HUDPickupItem.cc
18  HUDPickupSystem.cc
[2131]19  ChatOverlay.cc
[3099]20  AnnounceMessage.cc
21  KillMessage.cc
22  DeathMessage.cc
[3104]23  TeamBaseMatchScore.cc
[7163]24  GametypeStaticMessage.cc
25  GametypeFadingMessage.cc
[7655]26  LastManStandingInfos.cc
[8079]27  PauseNotice.cc
[8178]28  LastTeamStandingInfos.cc
[9939]29  CountDown.cc
[2131]30)
Note: See TracBrowser for help on using the repository browser.