plutonium_menus_mp/zone_raw/ui_mp/pc_options_movement.menu
6arelyFuture 0e1fa81ddc
All checks were successful
link / Link assets on Linux (push) Successful in 35s
init
2024-04-27 19:35:22 +02:00

1121 lines
49 KiB
Plaintext

{
menuDef
{
name "pc_options_movement"
rect 0 0 640 480 0 0
focuscolor 1 1 1 1
onOpen
{
setLocalVarBool ui_hideBack 1;
close pc_options_controls;
focusfirst;
}
onClose
{
setLocalVarBool ui_hideBack 0;
open pc_options_controls;
}
onESC
{
close self;
}
itemDef
{
rect -426.667 -240 853.333 480 2 2
style 3
decoration
visible when((dvarbool(ui_multiplayer) || (dvarstring(gameMode) == "so" && !menuistopmost("main_specops"))));
textscale 0.55
background "background_image_blur_less"
}
itemDef
{
rect -426.667 -240 853.333 480 2 2
style 3
decoration
visible when(!(dvarbool(ui_multiplayer) || (dvarstring(gameMode) == "so" && !menuistopmost("main_specops"))));
textscale 0.55
background "background_image"
}
itemDef
{
rect 0 0 1708 480 0 0
style 3
decoration
visible 1
textscale 0.55
forecolor 0.35 0.35 0.35 1
background "mw2_main_cloud_overlay"
exp rect x (0 - 107) - ((float(milliseconds() % 60000) / 60000) * (854));
}
itemDef
{
rect 0 0 -1708 -480 0 0
style 3
decoration
visible 1
textscale 0.55
forecolor 0.35 0.35 0.35 1
background "mw2_main_cloud_overlay"
exp rect x (- 107 + 854) + ((float(milliseconds() % 50000) / 50000) * (854));
}
itemDef
{
rect 237.5 -36 301.5 480 1 1
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
forecolor 0 0 0 0.4
background "white"
exp rect w localvarbool("ui_shelfEnabled") * select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 219.5), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 219.5, ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 219.5));
}
itemDef
{
rect 237.5 -236 13 680 1 1
style 3
decoration
visible when(1);
textscale 0.55
forecolor 1 1 1 0.75
background "navbar_edge"
exp rect x ((0 - 64) + 301.5) + (localvarbool("ui_shelfEnabled") * (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 219.5), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 219.5, ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 219.5))));
exp forecolor r 0.596078;
exp forecolor g 0.654902;
exp forecolor b 0.603922;
}
itemDef
{
rect 237.5 -236 13 680 1 1
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
forecolor 1 1 1 0.75
background "navbar_edge"
exp rect x (0 - 64) + 301.5;
exp forecolor r 0.596078;
exp forecolor g 0.654902;
exp forecolor b 0.603922;
exp forecolor a localvarbool("ui_shelfEnabled") * (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 0.75), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0.75, ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 0.75)));
}
itemDef
{
rect -264 -236 501.5 680 1 1
style 3
decoration
visible when(1);
textscale 0.55
forecolor 0 0 0 0.4
background "white"
}
itemDef
{
rect -64 30 301.5 5.333 1 1
style 3
decoration
visible when(1);
textscale 0.55
background "navbar_tick"
}
itemDef
{
rect -64 3 276.667 24.233 1 1
style 1
decoration
visible when(1);
textalign 10
textscale 0.5
textstyle 9
textfont 9
exp text "@MENU_MOVEMENT";
}
itemDef
{
name "forward"
rect 237.5 34.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+forward"
}
itemDef
{
name "forward"
rect 237.5 34.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "forward");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 0 * 20;
}
itemDef
{
text "@MENU_FORWARD"
rect 237.5 34.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_FORWARD"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_FORWARD"), 3, 0.375, 9);
}
itemDef
{
name "back"
rect 237.5 54.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+back"
}
itemDef
{
name "back"
rect 237.5 54.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "back");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 1 * 20;
}
itemDef
{
text "@MENU_MOVE_BACK"
rect 237.5 54.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_MOVE_BACK"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_MOVE_BACK"), 3, 0.375, 9);
}
itemDef
{
name "move_left"
rect 237.5 74.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+moveleft"
}
itemDef
{
name "move_left"
rect 237.5 74.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "move_left");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 2 * 20;
}
itemDef
{
text "@MENU_MOVE_LEFT"
rect 237.5 74.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_MOVE_LEFT"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_MOVE_LEFT"), 3, 0.375, 9);
}
itemDef
{
name "move_right"
rect 237.5 94.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+moveright"
}
itemDef
{
name "move_right"
rect 237.5 94.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "move_right");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 3 * 20;
}
itemDef
{
text "@MENU_MOVE_RIGHT"
rect 237.5 94.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_MOVE_RIGHT"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_MOVE_RIGHT"), 3, 0.375, 9);
}
itemDef
{
name "stand"
rect 237.5 114.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+gostand"
}
itemDef
{
name "stand"
rect 237.5 114.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "stand");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 4 * 20;
}
itemDef
{
text "@MENU_STANDJUMP"
rect 237.5 114.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_STANDJUMP"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_STANDJUMP"), 3, 0.375, 9);
}
itemDef
{
name "toggle_crouch"
rect 237.5 134.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "togglecrouch"
}
itemDef
{
name "toggle_crouch"
rect 237.5 134.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "toggle_crouch");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 5 * 20;
}
itemDef
{
text "@MENU_CROUCH"
rect 237.5 134.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_CROUCH"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_CROUCH"), 3, 0.375, 9);
}
itemDef
{
name "toggle_prone"
rect 237.5 154.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "toggleprone"
}
itemDef
{
name "toggle_prone"
rect 237.5 154.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "toggle_prone");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 6 * 20;
}
itemDef
{
text "@MENU_PRONE"
rect 237.5 154.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_PRONE"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_PRONE"), 3, 0.375, 9);
}
itemDef
{
name "breath_sprint"
rect 237.5 174.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+breath_sprint"
}
itemDef
{
name "breath_sprint"
rect 237.5 174.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "breath_sprint");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 7 * 20;
}
itemDef
{
text "@MENU_SPRINT_HOLD_BREATH"
rect 237.5 174.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_SPRINT_HOLD_BREATH"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_SPRINT_HOLD_BREATH"), 3, 0.375, 9);
}
itemDef
{
rect -45.833 211 283.333 4 1 1
style 3
decoration
visible when(1);
textscale 0.55
background "navbar_tick"
}
itemDef
{
name "move_down"
rect 237.5 214.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+movedown"
}
itemDef
{
name "move_down"
rect 237.5 214.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "move_down");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 9 * 20;
}
itemDef
{
text "@MENU_HOLD_DOWN_CROUCH"
rect 237.5 214.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_HOLD_DOWN_CROUCH"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_HOLD_DOWN_CROUCH"), 3, 0.375, 9);
}
itemDef
{
name "prone"
rect 237.5 234.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+prone"
}
itemDef
{
name "prone"
rect 237.5 234.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "prone");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 10 * 20;
}
itemDef
{
text "@MENU_HOLD_DOWN_PRONE"
rect 237.5 234.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_HOLD_DOWN_PRONE"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_HOLD_DOWN_PRONE"), 3, 0.375, 9);
}
itemDef
{
name "stance"
rect 237.5 254.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+stance"
}
itemDef
{
name "stance"
rect 237.5 254.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "stance");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 11 * 20;
}
itemDef
{
text "@MENU_CHANGE_STANCE"
rect 237.5 254.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_CHANGE_STANCE"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_CHANGE_STANCE"), 3, 0.375, 9);
}
itemDef
{
name "sprint"
rect 237.5 274.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+sprint"
}
itemDef
{
name "sprint"
rect 237.5 274.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "sprint");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 12 * 20;
}
itemDef
{
text "@MENU_SPRINT"
rect 237.5 274.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_SPRINT"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_SPRINT"), 3, 0.375, 9);
}
itemDef
{
name "hold_breath"
rect 237.5 294.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+holdbreath"
}
itemDef
{
name "hold_breath"
rect 237.5 294.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "hold_breath");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 13 * 20;
}
itemDef
{
text "@MENU_HOLD_BREATH"
rect 237.5 294.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_HOLD_BREATH"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_HOLD_BREATH"), 3, 0.375, 9);
}
itemDef
{
name "left"
rect 237.5 314.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+left"
}
itemDef
{
name "left"
rect 237.5 314.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "left");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 14 * 20;
}
itemDef
{
text "@MENU_TURN_LEFT"
rect 237.5 314.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_TURN_LEFT"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_TURN_LEFT"), 3, 0.375, 9);
}
itemDef
{
name "right"
rect 237.5 334.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+right"
}
itemDef
{
name "right"
rect 237.5 334.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "right");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 15 * 20;
}
itemDef
{
text "@MENU_TURN_RIGHT"
rect 237.5 334.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_TURN_RIGHT"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_TURN_RIGHT"), 3, 0.375, 9);
}
itemDef
{
name "strafe"
rect 237.5 354.667 344 20 1 1
style 1
type 14
visible when(1);
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
backcolor 1 1 1 0
background "navbar_selection_bar_centered"
onFocus
{
setItemColor self backcolor 1 1 1 1 play mouse_over;
show keyBindStatus;
}
leaveFocus
{
setItemColor self backcolor 0 0 0 0 hide keyBindStatus;
}
exp rect x 0 - 64;
exp rect w 301.5 + 200;
dvar "+strafe"
}
itemDef
{
name "strafe"
rect 237.5 354.667 344 20 1 1
style 3
decoration
visible when(("VIS_ARG") && getfocuseditemname() == "strafe");
textalign 4
textalignx 333.5
textscale 0.375
textfont 3
background "navbar_selection_bar_shadow"
exp rect x 0 - 64;
exp rect w 301.5 + 200;
exp rect h 8.666;
exp rect y 18 + 34.667 + 16 * 20;
}
itemDef
{
text "@MENU_STRAFE"
rect 237.5 354.667 344 20 1 1
decoration
visible when(1);
textalign 6
textscale 0.375
textstyle 9
textfont 3
exp rect x 301.5 - 64 - 25 - getTextWidthModCase(locstring("@MENU_STRAFE"), 3, 0.375, 9);
exp rect w getTextWidthModCase(locstring("@MENU_STRAFE"), 3, 0.375, 9);
}
itemDef
{
name "keyBindStatus"
rect 0 0 226.5 20 1 3
style 1
decoration
autowrapped
type 8
ownerdraw 350
textalign 6
textscale 0.375
forecolor 0.65 0.65 0.65 1
}
itemDef
{
rect 0 0 0 20 3 3
type 1
visible when(1);
textalign 8
textscale 0.375
textfont 3
onFocus
{
setLocalVarInt ui_ralign_index 1;
setLocalVarString ui_ralign_group "pc_options_movement";
play mouse_over;
}
leaveFocus
{
setLocalVarInt ui_ralign_index - 1;
setLocalVarString ui_ralign_group "";
}
action
{
play mouse_click;
uiscript simulateKeyPress 27;
}
exp rect x (0) - (0 * 5) - 20 - getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 8.666 3 3
style 3
decoration
visible when((1) && (!0) && (localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "pc_options_movement"));
textscale 0.55
background "navbar_selection_bar_shadow"
exp rect x (0) - (0 * 5) - (20) - getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp rect y ((0 - 20.667)) + 20;
exp rect w getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 20 3 3
style 1
decoration
visible when((1) && (localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "pc_options_movement"));
textscale 0.55
backcolor 0.6 0.6314 0.6 1
exp rect x (0) - (0 * 5) - (20) - getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 20 3 3
decoration
visible when(1);
textalign 8
textscale 0.375
textfont 3
exp text "@PLATFORM_BACK_SHORTCUT";
exp rect x (0) - (0 * 5) - (20 / 2) - getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp forecolor r select((localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "pc_options_movement"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
exp forecolor g select((localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "pc_options_movement"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
exp forecolor b select((localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "pc_options_movement"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
}
}
}