mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-23 07:35:16 +02:00
Move bolts on sign textures further to the sides
avoids collision with text, especially when WRAP_CODEPOINT is the 16th character
This commit is contained in:
parent
d532f83806
commit
8374270831
8 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ local function show_formspec(player, pos, guest)
|
|||
local fs
|
||||
if guest then
|
||||
fs = {
|
||||
"size[6,2.3]textarea[0.25,0.25;6,1.5;text;",
|
||||
"size[6,2.3]textarea[0.25,0.25;6,1.5;;",
|
||||
F(S("Sign text:")), ";", F(old_text), "]",
|
||||
"button_exit[0,1.7;6,1;submit;", F(S("Close")), "]"
|
||||
}
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 536 B After ![]() (image error) Size: 534 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 214 B |
Binary file not shown.
Before ![]() (image error) Size: 231 B |
Binary file not shown.
Before ![]() (image error) Size: 4.5 KiB After ![]() (image error) Size: 378 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 571 B |
Binary file not shown.
Before ![]() (image error) Size: 550 B |
Binary file not shown.
Before ![]() (image error) Size: 1 KiB After ![]() (image error) Size: 1.2 KiB ![]() ![]() |
Loading…
Add table
Reference in a new issue