mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-09 01:41:12 +00:00
no message
This commit is contained in:
parent
775d2c90cd
commit
4edf227be0
1 changed files with 38 additions and 15 deletions
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
//Window
|
//Window
|
||||||
itemdef {
|
itemdef {
|
||||||
rect 84 88 400 240
|
rect 128 118 400 224
|
||||||
style WINDOW_STYLE_FILLED
|
style WINDOW_STYLE_FILLED
|
||||||
backcolor Ig_Window_Color
|
backcolor Ig_Window_Color
|
||||||
visible 1
|
visible 1
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
//Background
|
//Background
|
||||||
itemdef {
|
itemdef {
|
||||||
name page3
|
name page3
|
||||||
rect 103 103 96 96
|
rect 143 133 96 96
|
||||||
style WINDOW_STYLE_SHADER
|
style WINDOW_STYLE_SHADER
|
||||||
background "ui/assets/rq3-ingame-loadout"
|
background "ui/assets/rq3-ingame-loadout"
|
||||||
border 1
|
border 1
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
name page3
|
name page3
|
||||||
//type ITEM_TYPE_MODEL
|
//type ITEM_TYPE_MODEL
|
||||||
ownerdraw UI_RQ3_REPLACEMENTMODEL
|
ownerdraw UI_RQ3_REPLACEMENTMODEL
|
||||||
rect 103 103 96 96
|
rect 143 133 96 96
|
||||||
decoration
|
decoration
|
||||||
visible 1
|
visible 1
|
||||||
}
|
}
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
itemdef {
|
itemdef {
|
||||||
style 0
|
style 0
|
||||||
text "Preview"
|
text "Preview"
|
||||||
rect 103 103 96 16
|
rect 143 133 96 16
|
||||||
textstyle 3
|
textstyle 3
|
||||||
textscale .225
|
textscale .225
|
||||||
textalign ITEM_ALIGN_CENTER
|
textalign ITEM_ALIGN_CENTER
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
itemDef {
|
itemDef {
|
||||||
name page3
|
name page3
|
||||||
shortcutkey ","
|
shortcutkey ","
|
||||||
rect 107 148 16 16
|
rect 147 178 16 16
|
||||||
style WINDOW_STYLE_SHADER
|
style WINDOW_STYLE_SHADER
|
||||||
background "ui/assets/arrow_left_white"
|
background "ui/assets/arrow_left_white"
|
||||||
type ITEM_TYPE_BUTTON
|
type ITEM_TYPE_BUTTON
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
itemDef {
|
itemDef {
|
||||||
name page3
|
name page3
|
||||||
shortcutkey "."
|
shortcutkey "."
|
||||||
rect 179 148 16 16
|
rect 219 178 16 16
|
||||||
style WINDOW_STYLE_SHADER
|
style WINDOW_STYLE_SHADER
|
||||||
background "ui/assets/arrow_right_white"
|
background "ui/assets/arrow_right_white"
|
||||||
type ITEM_TYPE_BUTTON
|
type ITEM_TYPE_BUTTON
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
name page3
|
name page3
|
||||||
style 1
|
style 1
|
||||||
ownerdraw UI_RQ3_REPLACEMENTNAME
|
ownerdraw UI_RQ3_REPLACEMENTNAME
|
||||||
rect 103 198 96 16
|
rect 143 228 96 16
|
||||||
textalign ITEM_ALIGN_LEFT
|
textalign ITEM_ALIGN_LEFT
|
||||||
textalignx 5
|
textalignx 5
|
||||||
textaligny 12
|
textaligny 12
|
||||||
|
@ -224,7 +224,7 @@
|
||||||
type ITEM_TYPE_BUTTON
|
type ITEM_TYPE_BUTTON
|
||||||
textscale .225
|
textscale .225
|
||||||
style WINDOW_STYLE_FILLED
|
style WINDOW_STYLE_FILLED
|
||||||
rect 103 214 96 16
|
rect 143 244 96 16
|
||||||
textalign ITEM_ALIGN_CENTER
|
textalign ITEM_ALIGN_CENTER
|
||||||
textalignx 48
|
textalignx 48
|
||||||
textaligny 12
|
textaligny 12
|
||||||
|
@ -246,7 +246,7 @@
|
||||||
style 1
|
style 1
|
||||||
text "Replace:"
|
text "Replace:"
|
||||||
ownerdraw UI_RQ3_REPLACEMENTTYPE
|
ownerdraw UI_RQ3_REPLACEMENTTYPE
|
||||||
rect 103 256 96 16
|
rect 252 310 96 16
|
||||||
textalign ITEM_ALIGN_LEFT
|
textalign ITEM_ALIGN_LEFT
|
||||||
textalignx 4
|
textalignx 4
|
||||||
textaligny 14
|
textaligny 14
|
||||||
|
@ -262,7 +262,7 @@
|
||||||
style 1
|
style 1
|
||||||
text "Type:"
|
text "Type:"
|
||||||
ownerdraw UI_RQ3_REPLACEMENTSUBTYPE
|
ownerdraw UI_RQ3_REPLACEMENTSUBTYPE
|
||||||
rect 208 256 96 16
|
rect 357 310 96 16
|
||||||
textalign ITEM_ALIGN_LEFT
|
textalign ITEM_ALIGN_LEFT
|
||||||
textalignx 4
|
textalignx 4
|
||||||
textaligny 14
|
textaligny 14
|
||||||
|
@ -272,21 +272,44 @@
|
||||||
action { play "sound/misc/menu1.wav" }
|
action { play "sound/misc/menu1.wav" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//"Description" Text
|
||||||
|
itemdef {
|
||||||
|
style 0
|
||||||
|
text "Description"
|
||||||
|
rect 252 134 260 20
|
||||||
|
textstyle 0
|
||||||
|
textscale .25
|
||||||
|
textalign ITEM_ALIGN_LEFT
|
||||||
|
textalignx 4
|
||||||
|
textaligny 16
|
||||||
|
forecolor 1 1 1 1
|
||||||
|
backcolor 0.5 0.5 0.5 0.25
|
||||||
|
visible 1
|
||||||
|
decoration
|
||||||
|
}
|
||||||
|
|
||||||
|
//line
|
||||||
|
itemdef {
|
||||||
|
style 1
|
||||||
|
rect 252 154 260 1
|
||||||
|
backcolor 0.5 0.5 0.5 1.0
|
||||||
|
visible 1
|
||||||
|
decoration
|
||||||
|
}
|
||||||
|
|
||||||
//Description
|
//Description
|
||||||
itemDef {
|
itemDef {
|
||||||
name page3
|
name page3
|
||||||
style 1
|
style 1
|
||||||
//text "Text goes here"
|
//text "Text goes here"
|
||||||
ownerdraw UI_RQ3_REPLACEMENTINFO
|
ownerdraw UI_RQ3_REPLACEMENTINFO
|
||||||
rect 212 104 260 144
|
rect 252 158 260 144
|
||||||
textalign ITEM_ALIGN_LEFT
|
textalign ITEM_ALIGN_LEFT
|
||||||
textalignx 0
|
textalignx 4
|
||||||
textaligny 14
|
textaligny 14
|
||||||
textscale .225
|
textscale .225
|
||||||
forecolor Ig_Sub_TextColor
|
forecolor Ig_Sub_TextColor
|
||||||
border 1
|
backcolor 0.5 0.5 0.5 0.1
|
||||||
bordersize 1
|
|
||||||
bordercolor 0.5 0.5 0.5 1
|
|
||||||
visible 1
|
visible 1
|
||||||
decoration
|
decoration
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue