1
0
mirror of https://github.com/minetest-mods/craftguide.git synced 2025-04-22 12:20:34 +02:00

Adapt to new engine API

This commit is contained in:
Jean-Patrick Guerrero 2020-03-19 17:32:31 +01:00
parent a97c0b96b3
commit 7793019357

@ -96,7 +96,7 @@ local FMT = {
tooltip = "tooltip[%f,%f;%f,%f;%s]",
item_image = "item_image[%f,%f;%f,%f;%s]",
image_button = "image_button[%f,%f;%f,%f;%s;%s;%s]",
animated_image = "animated_image[%f,%f;%f,%f;%s:%u,%u]",
animated_image = "animated_image[%f,%f;%f,%f;;%s;%u;%u]",
item_image_button = "item_image_button[%f,%f;%f,%f;%s;%s;%s]",
arrow = "image_button[%f,%f;0.8,0.8;%s;%s;;;false;%s]",
}