mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 12:17:10 +00:00
changed default pngres to 2048, so that it makes good textures
This commit is contained in:
@@ -945,7 +945,7 @@ ld textscale() {
|
||||
|
||||
// bool notgl = false;
|
||||
|
||||
int pngres = 2000;
|
||||
int pngres = 2048;
|
||||
int pngformat = 0;
|
||||
|
||||
#if CAP_PNG
|
||||
|
||||
Reference in New Issue
Block a user