mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
LV batbox background
This commit is contained in:
parent
b7deb0db84
commit
922d2554a9
@ -46,13 +46,15 @@ local battery_box_formspec =
|
||||
"invsize[8,9;]"..
|
||||
"image[1,1;1,2;technic_power_meter_bg.png]"..
|
||||
"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;]"..
|
||||
"label[0,0;Battery box]"..
|
||||
"label[3,0;Charge]"..
|
||||
"label[5,0;Discharge]"..
|
||||
"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", {
|
||||
description = "LV Battery Box",
|
||||
|
Loading…
Reference in New Issue
Block a user