diff --git a/textures.cpp b/textures.cpp index 71dd7d75..a6e03a45 100644 --- a/textures.cpp +++ b/textures.cpp @@ -42,8 +42,8 @@ unsigned paint_color = 0x000000FF; vector 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;