mirror of
https://github.com/XLabsProject/iw4x-rawfiles.git
synced 2023-08-02 15:02:11 +02:00
added button to class.menu
+ added back(esc) buttons to vote menus
This commit is contained in:
parent
41617eba85
commit
f7eff52ffe
@ -51,5 +51,7 @@
|
||||
MENU_CHOICE_BUTTON_VIS(2, "button_3", "@MENU_CHANGE_MAP", open "changemap"; close "changegametype"; close "kickplayer"; close "callvote";, ;, 1)
|
||||
MENU_CHOICE_BUTTON_VIS(3, "button_4", "Change Gametype", open "changegametype"; close "changemap"; close "kickplayer"; close "callvote";, ;, 1)
|
||||
MENU_CHOICE_BUTTON_VIS(4, "button_5", "@MPUI_KICK_PLAYER", open "kickplayer"; close "changemap"; close "changegametype"; close "callvote";, ;, 1)
|
||||
|
||||
ITEM_BUTTON_BACK(close "self")
|
||||
}
|
||||
}
|
@ -59,6 +59,8 @@
|
||||
#include "ui_mp/pc_options.inc"
|
||||
|
||||
PC_OPTIONS_SECTION_TITLE("Change Gametype")
|
||||
|
||||
ITEM_BUTTON_BACK(close "self")
|
||||
|
||||
itemDef
|
||||
{
|
||||
|
@ -59,6 +59,8 @@
|
||||
#include "ui_mp/pc_options.inc"
|
||||
|
||||
PC_OPTIONS_SECTION_TITLE("@MENU_CHANGE_MAP")
|
||||
|
||||
ITEM_BUTTON_BACK(close "self")
|
||||
|
||||
itemDef
|
||||
{
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -60,6 +60,8 @@
|
||||
|
||||
PC_OPTIONS_SECTION_TITLE("@MPUI_KICK_PLAYER")
|
||||
|
||||
ITEM_BUTTON_BACK(close "self")
|
||||
|
||||
itemDef
|
||||
{
|
||||
name "maplist"
|
||||
|
Loading…
Reference in New Issue
Block a user