From ea36ed50d886677c79ec7ddf056c9815f040835e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Thu, 18 Jan 2018 21:46:10 +0100 Subject: Added display_lib.entity_spacing variable to centralize entity spacing. --- steles/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'steles') diff --git a/steles/nodes.lua b/steles/nodes.lua index 87f4e9b..5dba981 100644 --- a/steles/nodes.lua +++ b/steles/nodes.lua @@ -59,7 +59,7 @@ for i, material in ipairs(steles.materials) do display_entities = { ["steles:text"] = { on_display_update = font_lib.on_display_update, - depth = -2/16-0.001, height = 2/16, + depth = -2/16 - display_lib.entity_spacing, height = 2/16, size = { x = 14/16, y = 12/16 }, resolution = { x = 11, y = 5 }, maxlines = 3, -- cgit v1.2.3