1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 12:19:18 +00:00

default texture name

This commit is contained in:
Zeno Rogue 2017-12-16 15:59:31 +01:00
parent bf24550e82
commit e50ee323e8

View File

@ -33,7 +33,7 @@ int twidth = 2048;
vector<int> expanded_data;
string texturename;
string texturename = "hyperrogue-texture.png";
string configname = "hyperrogue.txc";
eTextureState tstate;