mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
ads-game:: configurable scale
This commit is contained in:
@@ -62,6 +62,9 @@ void restart();
|
||||
/** all the missiles and objects currently displayed */
|
||||
vector<struct ads_object*> displayed;
|
||||
|
||||
/** how much should be the objects scaled */
|
||||
ld scale = 1;
|
||||
|
||||
color_t missile_color = 0xFF0000FF;
|
||||
|
||||
bool game_over;
|
||||
|
||||
Reference in New Issue
Block a user