mirror of
https://github.com/nzp-team/assets.git
synced 2025-03-22 01:20:58 +00:00
FTE: add Hitmarkers & TextOpacity autocvars to cfgs (#94)
This commit is contained in:
parent
f9e2f695a4
commit
3ea8a91719
2 changed files with 4 additions and 0 deletions
|
@ -63,3 +63,5 @@ seta cl_bobside "0.02"
|
|||
seta scr_playerdebuginfo "0"
|
||||
seta scr_playerdebuginfo_x "64"
|
||||
seta scr_playerdebuginfo_y "6"
|
||||
seta cl_hitmarkers "1"
|
||||
seta cl_textopacity "0.20"
|
|
@ -105,6 +105,8 @@ seta cg_chatEnabled "1"
|
|||
seta scr_playerdebuginfo "0"
|
||||
seta scr_playerdebuginfo_x "64"
|
||||
seta scr_playerdebuginfo_y "6"
|
||||
seta cl_hitmarkers "1"
|
||||
seta cl_textopacity "0.20"
|
||||
|
||||
// Text editor
|
||||
pr_debugger "0" //When enabled, QC errors and debug events will enable step-by-step tracing.
|
||||
|
|
Loading…
Reference in a new issue