aboutsummaryrefslogtreecommitdiff
path: root/steles
diff options
context:
space:
mode:
Diffstat (limited to 'steles')
-rw-r--r--steles/README.md2
-rw-r--r--steles/nodes.lua2
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,
},
},