1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 21:42:59 +00:00

rogueviz:: ads:: time_shift setting

This commit is contained in:
Zeno Rogue
2025-06-22 15:57:26 +02:00
parent 56767f0d8f
commit 296abbe7c4
5 changed files with 24 additions and 30 deletions

View File

@@ -66,6 +66,7 @@ void change_scale(ld s);
vector<struct ads_object*> displayed;
ld time_scale = .5;
ld time_shift = 0;
color_t missile_color = 0xFF0000FF;