1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

ads-game:: reduced default texture quality

This commit is contained in:
Zeno Rogue
2022-09-29 01:12:32 +02:00
parent a401a7ed67
commit 7f8a2f7a49
2 changed files with 4 additions and 4 deletions

View File

@@ -111,8 +111,8 @@ int draw_per_frame = 1000;
ads_object *main_rock;
int XSCALE = 64;
int YSCALE = 64;
int XSCALE = 48;
int YSCALE = 48;
int talpha = 32;
void init_textures();
void pick_textures();