1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-04 00:51:21 +02:00

Rework all nodes displaying text according to new font_api

This commit is contained in:
Pierre-Yves Rollo
2018-07-13 20:41:53 +02:00
parent e51afb851c
commit 8c7557e45d
8 changed files with 233 additions and 234 deletions

View File

@ -42,17 +42,18 @@ for i, material in ipairs(steles.materials) do
node_box = {
type = "fixed",
fixed = {
{-5/16, -4/16, -2/16, 5/16, 0.5, 2/16},
{-7/16, -0.5, -4/16, 7/16, -4/16, 4/16}
}
{-5/16, -5/16, -2/16, 5/16, 0.5, 2/16},
{-7/16, -0.5, -4/16, 7/16, -5/16, 4/16}
},
},
groups = groups,
display_entities = {
["steles:text"] = {
on_display_update = font_api.on_display_update,
depth = -2/16 - display_api.entity_spacing, height = 2/16,
size = { x = 14/16, y = 12/16 },
resolution = { x = 11, y = 5 },
depth = -2/16 - display_api.entity_spacing,
top = -2/16,
aspect_ratio = 0.4,
size = { x = 10/16, y = 12/16 },
maxlines = 3,
},
},