mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-13 20:54:07 +00:00
added texture/ to default dirs in textures.cpp
This commit is contained in:
parent
789fbdb8b9
commit
977d35bc8d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user