1
0
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:
Zeno Rogue
2022-09-12 12:24:18 +02:00
parent dbcc88b42a
commit 3578ae0631
4 changed files with 111 additions and 0 deletions

View File

@@ -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;
}}