1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00

ads-game:: display score in dS

This commit is contained in:
Zeno Rogue
2022-09-28 21:26:43 +02:00
parent a9c416ac64
commit 0367d9553d
3 changed files with 7 additions and 3 deletions

View File

@@ -103,6 +103,8 @@ int draw_per_frame = 1000;
ld ds_split_speed = 0.1;
ads_object *main_rock;
int XSCALE = 64;
int YSCALE = 64;
int talpha = 32;