Changeset 9937
- Timestamp:
- Dec 19, 2013, 1:59:07 PM (11 years ago)
- Location:
- code/branches/presentationHS13
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS13/data/overlays/debug.oxo
r8858 r9937 32 32 name = "RTRText" 33 33 position = "0.3, 0.09" 34 font = "Monofur" 35 textsize = 0.03 36 /> 37 38 <OverlayText 39 name = "PositionTextCaption" 40 position = "0.03, 0.13" 41 font = "Monofur" 42 caption = "Position: " 43 textsize = 0.03 44 /> 45 46 <DebugPositionText 47 name = "PositionText" 48 position = "0.3, 0.13" 34 49 font = "Monofur" 35 50 textsize = 0.03 -
code/branches/presentationHS13/src/modules/overlays/debugging/CMakeLists.txt
r5781 r9937 2 2 DebugFPSText.cc 3 3 DebugRTRText.cc 4 DebugPositionText.cc 4 5 )
Note: See TracChangeset
for help on using the changeset viewer.