Add descriptions.
parent
50caabc4cd
commit
e8e4c3e40a
|
@ -59,11 +59,13 @@
|
|||
{ \
|
||||
play mouse_over; \
|
||||
setItemColor self backcolor 0 0 0 1; \
|
||||
setLocalVarString "ui_hint_text" ( "Turns you into this model." ); \
|
||||
setLocalVarBool ui_menuAButton 1; \
|
||||
} \
|
||||
leaveFocus \
|
||||
{ \
|
||||
setItemColor self backcolor 0 0 0 0; \
|
||||
setLocalVarString "ui_hint_text" ( "@NULL_EMPTY" ); \
|
||||
setLocalVarBool ui_menuAButton 0; \
|
||||
} \
|
||||
action \
|
||||
|
@ -229,11 +231,13 @@
|
|||
setItemColor "mw2_button" backcolor 0 0 0 0;
|
||||
}
|
||||
setItemColor self backcolor 0 0 0 1;
|
||||
setLocalVarString "ui_hint_text" ( "Turns you into a randomly chosen model from this list." );
|
||||
setLocalVarBool "ui_menuAButton" ( 1 );
|
||||
}
|
||||
leaveFocus
|
||||
{
|
||||
setItemColor self backcolor 0 0 0 "0.0";
|
||||
setLocalVarString "ui_hint_text" ( "@NULL_EMPTY" );
|
||||
setLocalVarBool "ui_menuAButton" ( 0 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue