mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
Credits fixed
This commit is contained in:
parent
40db1035f5
commit
78a95492bd
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
menuDef {
|
menuDef {
|
||||||
name "credit"
|
name "credit"
|
||||||
background UI_ASSETS"/main_new" // Makro: replace "rq3-ta-menuback" with "rq3-menuback"
|
background UI_ASSETS"/main" // Makro: replace "rq3-ta-menuback" with "rq3-menuback"
|
||||||
// to use the current background
|
// to use the current background
|
||||||
fullScreen 1
|
fullScreen 1
|
||||||
visible 0 // Visible on open
|
visible 0 // Visible on open
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
itemDef {
|
itemDef {
|
||||||
name "timer27"
|
name "timer27"
|
||||||
group timer
|
group timer
|
||||||
rect 0 0 640 480
|
rect UI_MINX UI_MINY UI_WIDTH UI_HEIGHT
|
||||||
style WINDOW_STYLE_EMPTY
|
style WINDOW_STYLE_EMPTY
|
||||||
backcolor 0 0 0 1
|
backcolor 0 0 0 1
|
||||||
visible 0
|
visible 0
|
||||||
|
@ -1734,7 +1734,7 @@
|
||||||
|
|
||||||
itemDef {
|
itemDef {
|
||||||
name "blackBackground"
|
name "blackBackground"
|
||||||
rect 0 0 640 480
|
rect UI_MINX UI_MINY UI_WIDTH UI_HEIGHT
|
||||||
style WINDOW_STYLE_FILLED
|
style WINDOW_STYLE_FILLED
|
||||||
backcolor 0 0 0 1
|
backcolor 0 0 0 1
|
||||||
visible 0
|
visible 0
|
||||||
|
@ -1989,7 +1989,7 @@
|
||||||
name "hint"
|
name "hint"
|
||||||
text "ESC to exit"
|
text "ESC to exit"
|
||||||
rect UI_MINX 8 UI_WIDTH 40
|
rect UI_MINX 8 UI_WIDTH 40
|
||||||
forecolor 0 0 0 1
|
forecolor 1 1 1 1
|
||||||
textalign ITEM_ALIGN_RIGHT
|
textalign ITEM_ALIGN_RIGHT
|
||||||
textalignx $evalfloat(UI_WIDTH - 8)
|
textalignx $evalfloat(UI_WIDTH - 8)
|
||||||
textaligny 12
|
textaligny 12
|
||||||
|
|
Loading…
Reference in a new issue