forked from VoxeLibre/VoxeLibre
Add signs FIXME
This commit is contained in:
parent
3dd3f0b3e2
commit
084c299a3c
|
@ -2,6 +2,7 @@
|
|||
|
||||
-- load characters map
|
||||
local chars_file = io.open(minetest.get_modpath("mcl_signs").."/characters", "r")
|
||||
-- FIXME: Support more characters (many characters are missing)
|
||||
local charmap = {}
|
||||
if not chars_file then
|
||||
minetest.log("error", "[mcl_signs] : character map file not found")
|
||||
|
|
Loading…
Reference in New Issue