mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
Wide screen adjustments.
This commit is contained in:
parent
11fb78008c
commit
bd06ca607a
2 changed files with 4 additions and 6 deletions
|
@ -89,7 +89,7 @@
|
|||
itemDef {
|
||||
style WINDOW_STYLE_FILLED
|
||||
backcolor 0 0 0 0.9
|
||||
rect 0 0 640 480
|
||||
rect UI_MINX UI_MINY $evalfloat(UI_MAXX - UI_MINX) $evalfloat(UI_MAXY - UI_MINY)
|
||||
decoration
|
||||
visible 1
|
||||
}
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
//style 0
|
||||
textstyle 3
|
||||
textscale .15
|
||||
//rect 0 444 272 28
|
||||
rect 384 444 272 28
|
||||
rect $evalfloat(UI_MAXX - 256) 444 272 28
|
||||
textalign 0
|
||||
textaligny 8
|
||||
textalignx 8
|
||||
|
@ -33,8 +32,7 @@
|
|||
name "rq3_logo,_common_"
|
||||
type 1
|
||||
background UI_ASSETS"/rq3-title-logo.tga"
|
||||
//rect 458 404 176 72
|
||||
rect 458 404 176 77
|
||||
rect $evalfloat(UI_MAXX - 182) 404 176 77
|
||||
//vectors 0.988 -0.156 0.156 0.988
|
||||
style WINDOW_STYLE_SHADER
|
||||
visible 1
|
||||
|
|
Loading…
Reference in a new issue