mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 14:42:00 +00:00
FTE: Add moneyback_condensed, removed autoscaling
This commit is contained in:
parent
4657f37007
commit
0cf9321ede
2 changed files with 2 additions and 2 deletions
BIN
common/gfx/hud/moneyback_condensed.tga
Normal file
BIN
common/gfx/hud/moneyback_condensed.tga
Normal file
Binary file not shown.
|
@ -287,8 +287,8 @@ vid_displayfrequency ""
|
|||
vid_height "768" //The screen height to attempt to use, in physical pixels. 0 means use desktop resolution.
|
||||
vid_width "1024" //The screen width to attempt to use, in physical pixels. 0 means use desktop resolution.
|
||||
vid_triplebuffer "1" //Specifies whether the hardware is forcing tripplebuffering on us, this is the number of extra page swaps required before old data has been completely overwritten.
|
||||
vid_conautoscale "2" //Changes the 2d scale, including hud, console, and fonts. To specify an explicit font size, divide the desired 'point' size by 8 to get the scale. High values will be clamped to maintain at least a 320*200 virtual size.
|
||||
vid_conheight "0"
|
||||
vid_conautoscale "0" //Changes the 2d scale, including hud, console, and fonts. To specify an explicit font size, divide the desired 'point' size by 8 to get the scale. High values will be clamped to maintain at least a 320*200 virtual size.
|
||||
vid_conheight "480"
|
||||
vid_conwidth "0"
|
||||
vid_depthbits "0" //The number of depth bits to request from the renedering context. Try 24.
|
||||
vid_bpp "32" //The number of colour bits to request from the renedering context
|
||||
|
|
Loading…
Reference in a new issue