mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-22 20:31:11 +00:00
We are Reaction, not Reaction Quake3
This commit is contained in:
parent
24549addf6
commit
2eb14bdbf4
3 changed files with 14 additions and 14 deletions
|
@ -39,7 +39,7 @@
|
|||
// Timer //
|
||||
|
||||
timedItems 39
|
||||
timerInterval 2500
|
||||
timerInterval 4500
|
||||
timerMaxDisplay 1
|
||||
onFinishTimer { uiScript "restoreMusicVolume" ; uiScript "quit" }
|
||||
//onFinishTimer { restartTimer }
|
||||
|
@ -1109,7 +1109,7 @@
|
|||
|
||||
|
||||
|
||||
// REACTION QUAKE 3 CONTRIBUTIONS //
|
||||
// REACTION CONTRIBUTIONS //
|
||||
|
||||
itemDef {
|
||||
name "timer15"
|
||||
|
@ -1129,7 +1129,7 @@
|
|||
name "timer15"
|
||||
group timer
|
||||
subgroup "t15_title"
|
||||
text "Reaction Quake 3\n"
|
||||
text "Reaction 1.0\n"
|
||||
"contributions"
|
||||
forecolor 0 0 .1 1
|
||||
style WINDOW_STYLE_EMPTY
|
||||
|
@ -1216,7 +1216,7 @@
|
|||
|
||||
|
||||
|
||||
// REACTION QUAKE 3 TITLE SCORE //
|
||||
// REACTION TITLE SCORE //
|
||||
|
||||
itemDef {
|
||||
name "timer17"
|
||||
|
@ -1236,7 +1236,7 @@
|
|||
name "timer17"
|
||||
group timer
|
||||
subgroup "t17_title"
|
||||
text "REACTION QUAKE 3\n"
|
||||
text "REACTION 1.0\n"
|
||||
"TITLE SCORE\n"
|
||||
"\n"
|
||||
"\n"
|
||||
|
|
|
@ -596,7 +596,7 @@
|
|||
group grpGame
|
||||
style 1
|
||||
text "Note: pressing the apply button will restart "
|
||||
"Reaction Quake 3 in order to load the new "
|
||||
"Reaction in order to load the new "
|
||||
"SSG crosshair"
|
||||
autowrapped
|
||||
rect 112 280 232 20
|
||||
|
@ -784,7 +784,7 @@
|
|||
group grpGame
|
||||
style 1
|
||||
text "Note: pressing the apply button will restart "
|
||||
"Reaction Quake 3 in order to load the new "
|
||||
"Reaction in order to load the new "
|
||||
"models and skins"
|
||||
autowrapped
|
||||
rect 112 256 232 20
|
||||
|
@ -821,4 +821,4 @@
|
|||
leaveFocus { setcolor backcolor Ig_Sub_Color1 ; setcolor bordercolor Ig_Sub_BorderColor1 }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
itemDef {
|
||||
name copyright
|
||||
text "Reaction Quake3 TA UI Test"
|
||||
text "Reaction TA UI Test"
|
||||
style 0
|
||||
textscale RQ3_MAIN_TEXTSIZE
|
||||
rect 0 440 640 40
|
||||
|
@ -139,7 +139,7 @@
|
|||
|
||||
itemdef {
|
||||
name RQ3_start_hint
|
||||
text "Play Reaction Quake3"
|
||||
text "Play Reaction"
|
||||
forecolor RQ3_MAIN_HINT_COLOR
|
||||
textalign 0
|
||||
textalignx 8
|
||||
|
@ -178,7 +178,7 @@
|
|||
|
||||
itemdef {
|
||||
name RQ3_setup_hint
|
||||
text "Configure Reaction Quake3"
|
||||
text "Configure Reaction"
|
||||
forecolor RQ3_MAIN_HINT_COLOR
|
||||
textalign 0
|
||||
textalignx 8
|
||||
|
@ -295,7 +295,7 @@
|
|||
|
||||
itemdef {
|
||||
name RQ3_quit_hint
|
||||
text "Exit Reaction Quake3"
|
||||
text "Exit Reaction"
|
||||
forecolor RQ3_MAIN_HINT_COLOR
|
||||
textalign 0
|
||||
textalignx 8
|
||||
|
@ -332,7 +332,7 @@
|
|||
|
||||
itemdef {
|
||||
name RQ3_logo_hint
|
||||
text "About Reaction Quake3"
|
||||
text "About Reaction"
|
||||
forecolor RQ3_MAIN_HINT_COLOR
|
||||
textalign 0
|
||||
textalignx 8
|
||||
|
@ -359,4 +359,4 @@
|
|||
decoration
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue