mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-27 14:32:15 +00:00
Forgot the UI files that go with the fixes...
This commit is contained in:
parent
14d2c25468
commit
ad8b375e7f
3 changed files with 12 additions and 12 deletions
|
@ -132,7 +132,7 @@
|
|||
textscale .45
|
||||
textalignx 220
|
||||
textaligny 100
|
||||
text "REACTION QUAKE 3 BETA 2.1"
|
||||
text "REACTION QUAKE 3 BETA 2.2"
|
||||
autowrapped
|
||||
visible 1
|
||||
decoration
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
cvarTest "g_gameType"
|
||||
hideCvar { "0" ; "1" ; "2" ; "3" ; "4" }
|
||||
maxPaintChars 12
|
||||
cvar capturelimit
|
||||
cvar cg_RQ3_capturelimit
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
textaligny 12
|
||||
|
@ -96,10 +96,10 @@
|
|||
type 4
|
||||
style 0
|
||||
text "Frag Limit:"
|
||||
cvarTest "g_gametype"
|
||||
showCvar { "0" ; "1" ; "2" ; "3" }
|
||||
// cvarTest "g_gametype"
|
||||
// showCvar { "0" ; "1" ; "2" ; "3" }
|
||||
maxPaintChars 12
|
||||
cvar fraglimit
|
||||
cvar cg_RQ3_fraglimit
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
textaligny 12
|
||||
|
@ -116,7 +116,7 @@
|
|||
style 0
|
||||
text "Time Limit:"
|
||||
maxPaintChars 12
|
||||
cvar timelimit
|
||||
cvar cg_RQ3_timelimit
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
textaligny 12
|
||||
|
@ -204,7 +204,7 @@
|
|||
type 4
|
||||
style 0
|
||||
text "Host Name:"
|
||||
cvar sv_hostname
|
||||
cvar cg_RQ3_hostname
|
||||
maxPaintChars 12
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
|
@ -221,7 +221,7 @@
|
|||
type 11
|
||||
style 0
|
||||
text "Password Required:"
|
||||
cvar g_needpass
|
||||
cvar cg_RQ3_needpass
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
textaligny 12
|
||||
|
@ -237,7 +237,7 @@
|
|||
type 4
|
||||
style 0
|
||||
text "DM Flags:"
|
||||
cvar dmflags
|
||||
cvar cg_RQ3_dmflags
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
textaligny 12
|
||||
|
@ -253,7 +253,7 @@
|
|||
type 11
|
||||
style 0
|
||||
text "Bot/Min Players:"
|
||||
cvar bot_minplayers
|
||||
cvar cg_RQ3_bot_minplayers
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
textaligny 12
|
||||
|
@ -286,7 +286,7 @@
|
|||
type 11
|
||||
style 0
|
||||
text "Show Own Kills:"
|
||||
cvar g_RQ3_showOwnKills
|
||||
cvar cg_RQ3_showOwnKills
|
||||
maxPaintChars 32
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
textalignx 128
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
itemDef {
|
||||
name copyright
|
||||
autowrapped
|
||||
text "Reaction Quake 3 Beta 2.1\n"
|
||||
text "Reaction Quake 3 Beta 2.2\n"
|
||||
"Copyright (c) 2000 - 2002 Reaction Quake 3 Team\n"
|
||||
"Quake III Arena (c) 1999 - 2000 id Software Inc."
|
||||
style 0
|
||||
|
|
Loading…
Reference in a new issue