1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-06-28 14:16:18 +02:00

Mark the region with an entity cube.

This commit is contained in:
Uberi
2013-12-24 14:07:42 -05:00
parent 2fcea5a3c0
commit 2e41f0076d
4 changed files with 79 additions and 41 deletions

View File

@ -1,5 +1,7 @@
worldedit = worldedit or {}
--wip: simply add a button to the player inventory if unified_inventory AND inventory++ are both not installed
--[[
Example:
@ -129,7 +131,7 @@ end
worldedit.register_gui_function("worldedit_gui", {
name = "WorldEdit GUI",
get_formspec = function(name)
--create a form with all the buttons arranged in a grid --wip: show only buttons that the player has privs for
--create a form with all the buttons arranged in a grid
local buttons, x, y, index = {}, 0, 1, 0
local width, height = 3, 0.8
local columns = 5