diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2018-01-13 12:38:55 +0100 |
---|---|---|
committer | Pierre-Yves Rollo <dev@pyrollo.com> | 2018-01-13 12:38:55 +0100 |
commit | a71ae8e01314d0653f785a022a898636cdf54424 (patch) | |
tree | aecda4d91903f4b983c5c86feb442d19608fc66a /steles | |
parent | 5cf61f9e23a2057d6ce0c4213b3095820fc6920e (diff) | |
download | display_modpack-a71ae8e01314d0653f785a022a898636cdf54424.tar.gz display_modpack-a71ae8e01314d0653f785a022a898636cdf54424.tar.bz2 display_modpack-a71ae8e01314d0653f785a022a898636cdf54424.zip |
Version 1.0
Diffstat (limited to 'steles')
-rw-r--r-- | steles/README.md | 2 | ||||
-rw-r--r-- | steles/nodes.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/steles/README.md b/steles/README.md index e83a6af..bc14b53 100644 --- a/steles/README.md +++ b/steles/README.md @@ -2,7 +2,7 @@ This mod provides stone steles with text display. Text is locked if area is protected. -For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=13563) at the Minetest forums. +For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums. **Dependancies**: default, display\_lib, font\_lib, technic? diff --git a/steles/nodes.lua b/steles/nodes.lua index 39eb9ee..87f4e9b 100644 --- a/steles/nodes.lua +++ b/steles/nodes.lua @@ -61,7 +61,7 @@ for i, material in ipairs(steles.materials) do on_display_update = font_lib.on_display_update, depth = -2/16-0.001, height = 2/16, size = { x = 14/16, y = 12/16 }, - resolution = { x = 144, y = 64 }, + resolution = { x = 11, y = 5 }, maxlines = 3, }, }, |