mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 15:21:44 +00:00
This commit is contained in:
parent
b70a767698
commit
a02facbeb6
2 changed files with 3 additions and 3 deletions
|
@ -149,7 +149,7 @@
|
|||
itemdef {
|
||||
name "logo"
|
||||
group "background"
|
||||
background UI_ASSETS"/logo2.tga"
|
||||
background UI_ASSETS"/logo-phoenix-shadow.tga"
|
||||
rect $evalfloat(UI_WIDTH - 256) $evalfloat(UI_MAXY - 128) 256 128
|
||||
style WINDOW_STYLE_SHADER
|
||||
visible 1
|
||||
|
|
|
@ -78,8 +78,8 @@
|
|||
itemDef {
|
||||
name "rq3_logo,_common_"
|
||||
type 1
|
||||
background UI_ASSETS"/rq3-title-logo.tga"
|
||||
rect $evalfloat(UI_MAXX - 182) 404 176 77
|
||||
background UI_ASSETS"/logo-phoenix.tga"
|
||||
rect $evalfloat(UI_MAXX - 182) 392 176 88
|
||||
//vectors 0.988 -0.156 0.156 0.988
|
||||
style WINDOW_STYLE_SHADER
|
||||
visible 1
|
||||
|
|
Loading…
Reference in a new issue