mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Sample config file with all the config values currently supported by the engine
This was SVN commit r646.
This commit is contained in:
parent
c866494fdc
commit
f69841e589
1 changed files with 8 additions and 0 deletions
8
binaries/data/config/system.cfg
Executable file
8
binaries/data/config/system.cfg
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
novbo=false
|
||||
shadows=false
|
||||
vsync=false
|
||||
|
||||
; You can specify these as well, but the default (keeping the current resolution) is
|
||||
; probably best for most people.
|
||||
; xres = 1280
|
||||
; yres = 960
|
||||
Loading…
Reference in a new issue