mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
ads-game:: resources displayed
This commit is contained in:
@@ -45,4 +45,14 @@ vector<struct ads_object*> displayed;
|
||||
|
||||
color_t missile_color = 0xFF0000FF;
|
||||
|
||||
struct player_data {
|
||||
int hitpoints;
|
||||
int score;
|
||||
int ammo;
|
||||
ld fuel;
|
||||
ld oxygen;
|
||||
};
|
||||
|
||||
player_data pdata, max_pdata, tank_pdata;
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user