diff --git a/data/charMaps/charMapVert16Tall.png b/data/charMaps/charMapVert16Tall.png new file mode 100644 index 000000000..af00339f8 Binary files /dev/null and b/data/charMaps/charMapVert16Tall.png differ diff --git a/src/Preload/Render.hs b/src/Preload/Render.hs index b8b0f0ab5..bad103fda 100644 --- a/src/Preload/Render.hs +++ b/src/Preload/Render.hs @@ -118,7 +118,8 @@ preloadRender = do cslist <- makeShaderVBO "picture/charArray" [vert, frag] (toFloatVAs [3, 4, 4]) pmTriangles -- initTexture2DArray 50 "data/texture/charMapVertBig.png" 2 32 64 95 GL_NEAREST_MIPMAP_LINEAR GL_LINEAR - initTexture2DArray 50 "data/texture/charMapVert16Block.png" 2 16 32 95 GL_NEAREST GL_NEAREST + --initTexture2DArray 50 "data/texture/charMapVert16Block.png" 2 16 32 95 GL_NEAREST GL_NEAREST + initTexture2DArray 50 "data/charMaps/charMapVert16Tall.png" 2 16 32 95 GL_NEAREST GL_NEAREST --initTexture2DArray 50 "data/texture/charMapVert8Block.png" 2 8 16 95 GL_NEAREST GL_NEAREST --initTexture2DArray 50 "data/texture/charMapVertBig.png" 2 32 64 95 GL_LINEAR_MIPMAP_LINEAR GL_LINEAR --initTexture2DArray 50 "data/texture/charMapVertBig.png" 2 32 64 95 GL_LINEAR_MIPMAP_NEAREST GL_LINEAR