mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-07 10:52:23 +00:00
added texture/ to default dirs in textures.cpp
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user