mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
New cvars (oldtree console effects)
gl_conalpha - 0.6, 1 to disable alpha gl_conspin - 0, anything else causes it to spin at that speed gl_constretch - 0, 1 to stretch console instead of sliding it
This commit is contained in:
parent
a1559fc7d9
commit
91e380d3b3
2 changed files with 124 additions and 112 deletions
|
@ -489,6 +489,27 @@ Type : Boolean
|
|||
Default : 1
|
||||
Description : whether or not to use RGBA lightmaps
|
||||
|
||||
Cvar : gl_conalpha
|
||||
Targets : gl clients
|
||||
Category : gl console ui
|
||||
Type : number
|
||||
Default : 0.6
|
||||
Description : alpha value for console
|
||||
|
||||
Cvar : gl_conspin
|
||||
Targets : gl clients
|
||||
Category : gl console ui
|
||||
Type : number
|
||||
Default : 0
|
||||
Description : speed at which the console spins
|
||||
|
||||
Cvar : gl_constretch
|
||||
Targets : gl clients
|
||||
Category : gl console ui
|
||||
Type : boolean
|
||||
Default : 0
|
||||
Description : whether to slide or stretch the console
|
||||
|
||||
Cvar : gl_cshiftpercent
|
||||
Targets :
|
||||
Category :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue