forked from VoxeLibre/VoxeLibre
mcl_signs: Rename characters file
This commit is contained in:
parent
40923f83fd
commit
70498cf529
|
@ -3,7 +3,7 @@ local S = minetest.get_translator("mcl_signs")
|
||||||
-- Font: 04.jp.org
|
-- Font: 04.jp.org
|
||||||
|
|
||||||
-- load characters map
|
-- load characters map
|
||||||
local chars_file = io.open(minetest.get_modpath("mcl_signs").."/characters", "r")
|
local chars_file = io.open(minetest.get_modpath("mcl_signs").."/characters.txt", "r")
|
||||||
-- FIXME: Support more characters (many characters are missing)
|
-- FIXME: Support more characters (many characters are missing)
|
||||||
local charmap = {}
|
local charmap = {}
|
||||||
if not chars_file then
|
if not chars_file then
|
||||||
|
|
Loading…
Reference in New Issue