1
0
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:
Zeno Rogue 2017-12-18 23:39:50 +01:00
parent 1c3f8ac36a
commit 386031ec13

View File

@ -945,7 +945,7 @@ ld textscale() {
// bool notgl = false;
int pngres = 2000;
int pngres = 2048;
int pngformat = 0;
#if CAP_PNG