forked from mtcontrib/display_modpack
Version 1.0
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
This mod provides various signs 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
|
||||
|
||||
|
@ -104,7 +104,7 @@ local models = {
|
||||
entity_fields = {
|
||||
right = -3/32,
|
||||
size = { x = 12/16, y = 6/16 },
|
||||
resolution = { x = 112, y = 64 },
|
||||
resolution = { x = 9, y = 5 },
|
||||
maxlines = 2,
|
||||
color="#000",
|
||||
},
|
||||
@ -127,7 +127,7 @@ local models = {
|
||||
entity_fields = {
|
||||
right = 3/32,
|
||||
size = { x = 12/16, y = 6/16 },
|
||||
resolution = { x = 112, y = 64 },
|
||||
resolution = { x = 9, y = 5 },
|
||||
maxlines = 2,
|
||||
color = "#000",
|
||||
},
|
||||
@ -149,7 +149,7 @@ local models = {
|
||||
width = 26/32,
|
||||
height = 30/32,
|
||||
entity_fields = {
|
||||
resolution = { x = 144, y = 64 },
|
||||
resolution = { x = 11, y = 5 },
|
||||
maxlines = 1,
|
||||
color="#000",
|
||||
valign="top",
|
||||
|
Reference in New Issue
Block a user