From 766a5b028d13d4472ced3a13871a1809924670eb Mon Sep 17 00:00:00 2001 From: Singularis Date: Mon, 27 Jan 2025 05:18:10 +0100 Subject: [advtrains,...] přidány méně příkré svahy kolejí MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [advtrains_line_automation] kolej pro zastavení ve stanici má v ovládacím panelu nově vykopírovatelnou polohu --- advtrains_line_automation/stoprail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advtrains_line_automation/stoprail.lua') diff --git a/advtrains_line_automation/stoprail.lua b/advtrains_line_automation/stoprail.lua index c63e5a9..33ca0cc 100644 --- a/advtrains_line_automation/stoprail.lua +++ b/advtrains_line_automation/stoprail.lua @@ -82,7 +82,7 @@ local function show_stoprailform(pos, player) local formspec = "formspec_version[4]".. "size[8,12]".. "item_image[0.25,0.25;1,1;advtrains_line_automation:dtrack_stop_placer]".. - "label[1.4,0.85;"..minetest.formspec_escape(item_name).."]".. + "textarea[1.35,0.6;5.5,0.6;;;"..minetest.formspec_escape(string.format("%s %d,%d,%d", item_name, pos.x, pos.y, pos.z)).."]".. "button_exit[7,0.25;0.75,0.75;close;X]".. "style[ars,line,routingcode;font=mono]".. "label[0.25,1.75;"..attrans("Station Code").." | "..attrans("Station Name").."]".. -- cgit v1.2.3