1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-01-09 16:40:18 +01:00

Rename texture file

Now the file name has the correct `<modname>_` prefix.
This commit is contained in:
syimyuzya 2021-12-04 19:10:04 +08:00
parent 3f2b6e6ce8
commit 241db4a52e
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ local function get_glyph(codepoint)
end
local x = codepoint % 256
local y = math.floor(codepoint / 256)
return string.format("font_unifont_sheet.png^[sheet:256x256:%d,%d", x, y)
return string.format("unifont_sheet.png^[sheet:256x256:%d,%d", x, y)
end
font_api.register_font(

View File

Before

Width:  |  Height:  |  Size: 955 KiB

After

Width:  |  Height:  |  Size: 955 KiB