LV batbox background

This commit is contained in:
RealBadAngel 2013-07-15 21:39:31 +02:00
parent b7deb0db84
commit 922d2554a9

@ -46,13 +46,15 @@ local battery_box_formspec =
"invsize[8,9;]".. "invsize[8,9;]"..
"image[1,1;1,2;technic_power_meter_bg.png]".. "image[1,1;1,2;technic_power_meter_bg.png]"..
"list[current_name;src;3,1;1,1;]".. "list[current_name;src;3,1;1,1;]"..
"image[4,1;1,1;technic_battery_reload.png]"..
"list[current_name;dst;5,1;1,1;]".. "list[current_name;dst;5,1;1,1;]"..
"label[0,0;Battery box]".. "label[0,0;Battery box]"..
"label[3,0;Charge]".. "label[3,0;Charge]"..
"label[5,0;Discharge]".. "label[5,0;Discharge]"..
"label[1,3;Power level]".. "label[1,3;Power level]"..
"list[current_player;main;0,5;8,4;]" "list[current_player;main;0,5;8,4;]"..
"background[-0.19,-0.25;8.4,9.75;ui_form_bg.png]"..
"background[0,0;8,4;ui_lv_battery_box.png]"..
"background[0,5;8,4;ui_main_inventory.png]"
minetest.register_node("technic:battery_box", { minetest.register_node("technic:battery_box", {
description = "LV Battery Box", description = "LV Battery Box",