mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
changed default pngres to 2048, so that it makes good textures
This commit is contained in:
parent
1c3f8ac36a
commit
386031ec13
@ -945,7 +945,7 @@ ld textscale() {
|
||||
|
||||
// bool notgl = false;
|
||||
|
||||
int pngres = 2000;
|
||||
int pngres = 2048;
|
||||
int pngformat = 0;
|
||||
|
||||
#if CAP_PNG
|
||||
|
Loading…
Reference in New Issue
Block a user