diff options
author | pyrollo <dev@pyrollo.com> | 2016-12-25 20:14:56 +0100 |
---|---|---|
committer | pyrollo <dev@pyrollo.com> | 2016-12-25 20:14:56 +0100 |
commit | 54108e8054ee21e1a3b229f4a4e9e521f5700aa6 (patch) | |
tree | 749c993364960e5c3fae83e3f5500e44ce28decf /signs_road | |
parent | 353351029ee06885fba720caeaf289a139fbe950 (diff) | |
download | display_modpack-54108e8054ee21e1a3b229f4a4e9e521f5700aa6.tar.gz display_modpack-54108e8054ee21e1a3b229f4a4e9e521f5700aa6.tar.bz2 display_modpack-54108e8054ee21e1a3b229f4a4e9e521f5700aa6.zip |
Added accentuated letters support and textures
Diffstat (limited to 'signs_road')
-rw-r--r-- | signs_road/nodes.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/signs_road/nodes.lua b/signs_road/nodes.lua index 5498c6f..d5d32c2 100644 --- a/signs_road/nodes.lua +++ b/signs_road/nodes.lua @@ -91,7 +91,7 @@ local models = { width = 14/16, height = 7/16, entity_fields = { - size = { x = 12/16, y = 5/16 }, + size = { x = 12/16, y = 6/16 }, resolution = { x = 112, y = 64 }, maxlines = 2, color="#fff", @@ -119,7 +119,7 @@ local models = { width = 14/16, height = 7/16, entity_fields = { - size = { x = 12/16, y = 5/16 }, + size = { x = 12/16, y = 6/16 }, resolution = { x = 112, y = 64 }, maxlines = 2, color="#fff", |