mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-03-08 18:31:49 +00:00
Make name input in Team Arena menus inactive
This commit is contained in:
parent
d0e1a38e74
commit
543e0aba7f
2 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,8 @@ itemDef {
|
||||||
forecolor 1 1 1 1
|
forecolor 1 1 1 1
|
||||||
border 0
|
border 0
|
||||||
bordercolor 0 0 0 0
|
bordercolor 0 0 0 0
|
||||||
visible 1
|
visible 1
|
||||||
|
decoration
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -277,8 +277,7 @@ itemDef {
|
||||||
border 0
|
border 0
|
||||||
bordercolor 0 0 0 0
|
bordercolor 0 0 0 0
|
||||||
visible 1
|
visible 1
|
||||||
// mouseEnter { show message_name }
|
decoration
|
||||||
// mouseExit { hide message_name }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDef {
|
itemDef {
|
||||||
|
|
Loading…
Reference in a new issue