Changeset 1784 for code/trunk/src/orxonox/overlays
- Timestamp:
- Sep 15, 2008, 10:54:25 AM (16 years ago)
- Location:
- code/trunk/src/orxonox/overlays
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/OverlayText.cc
r1747 r1784 34 34 #include <OgrePanelOverlayElement.h> 35 35 36 #include "util/Convert.h"37 36 #include "util/String.h" 38 37 #include "core/CoreIncludes.h" -
code/trunk/src/orxonox/overlays/console/InGameConsole.cc
r1755 r1784 50 50 #include "GraphicsEngine.h" 51 51 52 #define LINES 3053 #define CHAR_WIDTH 7.45 // fix this please - determine the char-width dynamically54 55 52 namespace orxonox 56 53 { 54 const int LINES = 30; 55 const float CHAR_WIDTH = 7.45f; // fix this please - determine the char-width dynamically 56 57 57 SetConsoleCommand(InGameConsole, openConsole, true); 58 58 SetConsoleCommand(InGameConsole, closeConsole, true);
Note: See TracChangeset
for help on using the changeset viewer.