ScreenDebugOverlay improvements
This commit is contained in:
@@ -561,6 +561,35 @@ Fallback="TextBanner"
|
|||||||
[Screen]
|
[Screen]
|
||||||
|
|
||||||
[ScreenDebugOverlay]
|
[ScreenDebugOverlay]
|
||||||
|
BackgroundColor=color("0,0,0,0.75")
|
||||||
|
|
||||||
|
LineOnColor=Color.White
|
||||||
|
LineOffColor=color("0.75,0.75,0.75,1")
|
||||||
|
LineStartY=SCREEN_TOP+50
|
||||||
|
LineSpacing=19
|
||||||
|
LineButtonX=SCREEN_CENTER_X-50
|
||||||
|
LineFunctionX=SCREEN_CENTER_X-30
|
||||||
|
|
||||||
|
ButtonTextOnCommand=NoStroke;zoom,0.8;shadowlength,1
|
||||||
|
ButtonTextToggledCommand=linear,0.025;textglowmode,'TextGlowMode_Inner';glow,color("1,0,0,1");sleep,0.125;decelerate,0.2;glow,color("1,0,0,0");
|
||||||
|
FunctionTextOnCommand=NoStroke;zoom,0.8;skewx,-0.125;shadowlength,1
|
||||||
|
|
||||||
|
PageStartX=SCREEN_CENTER_X-100
|
||||||
|
PageSpacingX=120
|
||||||
|
PageTextOnCommand=NoStroke;zoom,0.75;strokecolor,Color.Outline;
|
||||||
|
PageTextGainFocusCommand=diffuse,color("1,1,1,1");skewx,-0.125;
|
||||||
|
PageTextLoseFocusCommand=diffuse,color("0.6,0.6,0.6,1")
|
||||||
|
|
||||||
|
DebugMenuHeaderX=SCREEN_LEFT+80
|
||||||
|
DebugMenuHeaderY=SCREEN_TOP+18
|
||||||
|
DebugMenuHeaderOnCommand=diffusebottomedge,color("0.675,0.675,0.675,1");strokecolor,Color.Outline
|
||||||
|
DebugMenuHeaderOffCommand=
|
||||||
|
|
||||||
|
HeaderTextX=SCREEN_LEFT+80
|
||||||
|
HeaderTextY=SCREEN_TOP+18
|
||||||
|
HeaderTextOnCommand=textglowmode,'TextGlowMode_Inner';glowshift;effectperiod,4;skewx,-0.125;diffusebottomedge,color("0.75,0.75,0.75,1");strokecolor,Color.Outline
|
||||||
|
HeaderTextOffCommand=
|
||||||
|
#
|
||||||
|
|
||||||
[ScreenSystemLayer]
|
[ScreenSystemLayer]
|
||||||
ShowClock=true
|
ShowClock=true
|
||||||
|
|||||||
Reference in New Issue
Block a user