Formspec button_exit[] and image_button_exit[]

This commit is contained in:
Perttu Ahola
2012-07-22 17:28:09 +03:00
parent d44f8a854b
commit 6dfefaf229
4 changed files with 23 additions and 7 deletions

View File

@@ -532,7 +532,7 @@ minetest.register_chatcommand("test1", {
"list[current_player;craft;8,0;3,3;]"..
"list[current_player;craftpreview;12,1;1,1;]"..
"button[0.5,7;2,1;button1;Button 1]"..
"button[2.5,7;2,1;button2;Button 2]"
"button_exit[2.5,7;2,1;button2;Exit Button]"
)
minetest.chat_send_player(name, "Done.");
end,