Changeset 10758 in orxonox.OLD for branches/presentation/src/util
- Timestamp:
- Jun 21, 2007, 1:37:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/util/hud.h
r10748 r10758 101 101 102 102 private: 103 unsigned int resX;104 unsigned int resY;103 unsigned int resX; 104 unsigned int resY; 105 105 106 float 106 float hitBarCount; 107 107 108 Hud::Playmode 108 Hud::Playmode playmode; 109 109 110 float travelZoneWidth; //the percentage of the screen, the player has got for his movements. should always be a value between 0 and 1;110 float travelZoneWidth; //the percentage of the screen, the player has got for his movements. should always be a value between 0 and 1; 111 111 112 OrxGui::GLGuiWidget* energyWidget;113 OrxGui::GLGuiWidget* shieldWidget;114 OrxGui::GLGuiWidget* healthWidget;115 OrxGui::GLGuiWidget* implantWidget;112 OrxGui::GLGuiWidget* energyWidget; 113 OrxGui::GLGuiWidget* shieldWidget; 114 OrxGui::GLGuiWidget* healthWidget; 115 OrxGui::GLGuiWidget* implantWidget; 116 116 117 OrxGui::GLGuiNotifier* notifier;118 OrxGui::GLGuiInputLine* inputLine;119 OrxGui::GLGuiRadar* _radar;120 PNode* radarCenterNode;117 OrxGui::GLGuiNotifier* notifier; 118 OrxGui::GLGuiInputLine* inputLine; 119 OrxGui::GLGuiRadar* _radar; 120 PNode* radarCenterNode; 121 121 122 122 bool ifinit;
Note: See TracChangeset
for help on using the changeset viewer.