[ScreenDebugOverlay] add PageStartX and PageSpacingX metrics. (The Y value is still hardcoded to SCREEN_TOP+20 for now, though.)

This commit is contained in:
AJ Kelly
2010-08-04 11:14:05 -05:00
parent 2e78328fd6
commit 7c52f7b3f2
2 changed files with 7 additions and 3 deletions
+2
View File
@@ -1165,6 +1165,8 @@ LineSpacing=16
LineButtonX=SCREEN_CENTER_X-50
LineFunctionX=SCREEN_CENTER_X-30
PageStartX=SCREEN_CENTER_X-100
PageSpacingX=100
PageTextGainFocusCommand=diffuse,color("1,1,1,1")
PageTextLoseFocusCommand=diffuse,color("0.6,0.6,0.6,1")