From: Perttu Ahola Date: Sun, 3 Jun 2012 14:18:08 +0000 (+0300) Subject: Implement image[,;,;] and allow floating-point values in... X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=1709fd854a2d943de8cc48ee1e092dcb4315f9a6;p=zefram%2Fminetest%2Fminetest_engine.git Implement image[,;,;] and allow floating-point values in formspec --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index d994fab7..4321bf76 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -604,6 +604,12 @@ Examples: list[current_name;src;2,1;1,1;] list[current_name;dst;5,1;2,2;] list[current_player;main;0,5;8,4;] +- Minecraft-like player inventory + invsize[8,7.5;] + image[1,0.6;1,2;player.png] + list[current_player;main;0,3.5;8,4;] + list[current_player;craft;3,0;3,3;] + list[current_player;craftpreview;7,1;1,1;] Elements: @@ -616,7 +622,6 @@ list[;;,;,;] image[,;,;] ^ Show an image ^ Position and size units are inventory slots -^ Not implemented field[,;,;;