1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 07:27:07 +00:00

added texture/ to default dirs in textures.cpp

This commit is contained in:
Zeno Rogue 2017-12-21 13:04:35 +01:00
parent 789fbdb8b9
commit 977d35bc8d

View File

@ -42,8 +42,8 @@ unsigned paint_color = 0x000000FF;
vector<unsigned> texture_pixels;
string texturename = "hyperrogue-texture.png";
string configname = "hyperrogue.txc";
string texturename = "texture/hyperrogue-texture.png";
string configname = "texture/hyperrogue.txc";
eTextureState tstate;
eTextureState tstate_max;