1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 20:37:40 +00:00

ads-game:: 'pick the game' screen, also dS restarts correctly

This commit is contained in:
Zeno Rogue
2022-09-29 11:10:16 +02:00
parent ef7050aed2
commit b0ae2774a1
5 changed files with 106 additions and 23 deletions

View File

@@ -19,6 +19,10 @@ struct texture_to_use {
vector<texture_to_use> textures_to_use;
void reset_textures() {
textures_to_use.clear();
}
void init_textures() {
earth_textures.clear();
string dir = "ds-images/";