modified nametag to use new formspec coordinate system
This commit is contained in:
parent
d05b5588fc
commit
2aa692a8a6
@ -1,9 +1,10 @@
|
|||||||
local NAME = minetest.get_current_modname()
|
local NAME = minetest.get_current_modname()
|
||||||
|
|
||||||
local formspec =
|
local formspec =
|
||||||
"size[5.5,2.75]" ..
|
"size[6,1]" ..
|
||||||
"textarea[0.5,0;3.5,3.5;name;Name;]" ..
|
"real_coordinates[true]" ..
|
||||||
"button_exit[3.75,2;1.5,1;confirm;Confirm]" ..
|
"textarea[0,0;5,1;name;Name;]" ..
|
||||||
|
"button_exit[5,0;1,1;confirm;Confirm]" ..
|
||||||
"bgcolor[#FC05E344;false]"
|
"bgcolor[#FC05E344;false]"
|
||||||
|
|
||||||
local player_pointed_pos = {}
|
local player_pointed_pos = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user