1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-09 18:54:07 +00:00

rogueviz::ads:: greater time_scale by default

This commit is contained in:
Zeno Rogue 2025-04-08 00:33:45 +02:00
parent f47837df99
commit 77d7c6f631

View File

@ -65,7 +65,7 @@ void change_scale(ld s);
/** all the missiles and objects currently displayed */
vector<struct ads_object*> displayed;
ld time_scale = .1;
ld time_scale = .5;
color_t missile_color = 0xFF0000FF;