Fixed shields and armors resolutions
- Fixed global variable in signs libs - Fixed reolutions for shields and armors
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 584 B |
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 524 B |
Before Width: | Height: | Size: 556 B After Width: | Height: | Size: 1023 B |
Before Width: | Height: | Size: 709 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 845 B |
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 914 B |
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 830 B |
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 877 B |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 881 B |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 832 B |
Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 687 B |
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 809 B |
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 766 B |
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 517 B |
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.7 KiB |
@ -437,7 +437,7 @@ signs_lib.update_sign = function(pos, fields, owner)
|
|||||||
|
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
local stored_text = meta:get_string("text") or ""
|
local stored_text = meta:get_string("text") or ""
|
||||||
current_keyword = mki_interact_keyword or current_keyword
|
current_keyword = rawget(_G, "mki_interact_keyword") or current_keyword
|
||||||
|
|
||||||
if fields then -- ...we're editing the sign.
|
if fields then -- ...we're editing the sign.
|
||||||
if fields.text and string.find(dump(fields.text), "@KEYWORD") then
|
if fields.text and string.find(dump(fields.text), "@KEYWORD") then
|
||||||
|