File size: 295 Bytes
fc85133 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
bitmapfonts = {
bitmapfont = {
name = "standard_font"
#path = "gfx/fonts/standard"
path = "gfx/fonts/zh-hans-16"
color = 0xffffffff
}
bitmapfont = {
name = "chat_input_font"
#path = "gfx/fonts/standard"
path = "gfx/fonts/zh-hans-16"
color = 0xffffffff
effect = no
}
}
|