mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
40 lines
532 B
Text
40 lines
532 B
Text
|
#include "ui/menudef.h"
|
||
|
|
||
|
itemDef {
|
||
|
name "f"
|
||
|
rect 5 7 24 24
|
||
|
visible 1
|
||
|
bordercolor 1 1 1 .75
|
||
|
decoration
|
||
|
style 3
|
||
|
background "ui/assets/bluechip.tga"
|
||
|
}
|
||
|
|
||
|
|
||
|
itemDef {
|
||
|
name "f"
|
||
|
rect 5 7 24 24
|
||
|
visible 1
|
||
|
decoration
|
||
|
ownerdraw CG_BLUE_FLAGSTATUS
|
||
|
}
|
||
|
|
||
|
itemDef {
|
||
|
name "f"
|
||
|
rect 67 7 24 24
|
||
|
visible 1
|
||
|
bordercolor 1 1 1 .75
|
||
|
decoration
|
||
|
style 3
|
||
|
background "ui/assets/redchip.tga"
|
||
|
}
|
||
|
|
||
|
itemDef {
|
||
|
name "f"
|
||
|
rect 67 7 24 24
|
||
|
visible 1
|
||
|
decoration
|
||
|
ownerdraw CG_RED_FLAGSTATUS
|
||
|
}
|
||
|
|