Skip to content

Commit

Permalink
LV batbox background
Browse files Browse the repository at this point in the history
  • Loading branch information
RealBadAngel committed Jul 15, 2013
1 parent b7deb0d commit 922d255
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions technic/machines/lv/battery_box.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 922d255

Please sign in to comment.