mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 04:23:44 +01:00
Little correction
This commit is contained in:
parent
c15ce57d1b
commit
b7bfa5a623
2
init.lua
2
init.lua
@ -1542,7 +1542,7 @@ local function make_fs(data)
|
|||||||
fmt("image_button", 4.25, 0.14, 0.7, 0.7, "", "search", ""))
|
fmt("image_button", 4.25, 0.14, 0.7, 0.7, "", "search", ""))
|
||||||
|
|
||||||
if data.filter ~= "" then
|
if data.filter ~= "" then
|
||||||
fs(fmt("image_button", 3.75, 0.35, 0.3, 0.3, PNG.cancel, "cancel", ""))
|
fs(fmt("image_button", 3.75, 0.35, 0.3, 0.3, "", "cancel", ""))
|
||||||
end
|
end
|
||||||
|
|
||||||
fs(fmt("image_button", data.xoffset - 3.2, 0.15, 0.7, 0.7, "", "prev_page", ""),
|
fs(fmt("image_button", data.xoffset - 3.2, 0.15, 0.7, 0.7, "", "prev_page", ""),
|
||||||
|
Loading…
Reference in New Issue
Block a user