mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-23 08:54:48 +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;
|
vector<unsigned> texture_pixels;
|
||||||
|
|
||||||
string texturename = "hyperrogue-texture.png";
|
string texturename = "texture/hyperrogue-texture.png";
|
||||||
string configname = "hyperrogue.txc";
|
string configname = "texture/hyperrogue.txc";
|
||||||
|
|
||||||
eTextureState tstate;
|
eTextureState tstate;
|
||||||
eTextureState tstate_max;
|
eTextureState tstate_max;
|
||||||
|
|||||||
Reference in New Issue
Block a user