mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-06 02:00:32 +01:00
[UPDATE] formspec inactivate
This commit is contained in:
parent
aee73b4bd2
commit
5767f4c262
|
@ -29,9 +29,17 @@ local dye_core_map = {
|
||||||
}
|
}
|
||||||
|
|
||||||
local formspec_inactive = "size[8,9]"
|
local formspec_inactive = "size[8,9]"
|
||||||
.. "list[current_name;core;2.75,0.5;1,1;]"
|
.. default.gui_bg
|
||||||
.. "list[current_name;fuel;2.75,2.5;1,1;]"
|
.. default.gui_bg_img
|
||||||
.. "list[current_name;dye;2.75,1.5;1,1;]"
|
.. default.gui_slots
|
||||||
|
.. "label[3.75,0;Core]"
|
||||||
|
.. "list[current_name;core;3.5,0.5;1,1;]"
|
||||||
|
.. "label[2.75,2;Coal]"
|
||||||
|
.. "list[current_name;fuel;2.5,2.5;1,1;]"
|
||||||
|
.. "label[4.75,2;Dye]"
|
||||||
|
.. "list[current_name;dye;4.5,2.5;1,1;]"
|
||||||
|
.. "image[3.5,1.5;1,2;maidroid_tool_gui_arrow.png]"
|
||||||
|
.. "image[3.1,3.5;2,1;maidroid_tool_gui_meter.png^[transformR270]"
|
||||||
.. "list[current_player;main;0,5;8,1;]"
|
.. "list[current_player;main;0,5;8,1;]"
|
||||||
.. "list[current_player;main;0,6.2;8,3;8]"
|
.. "list[current_player;main;0,6.2;8,3;8]"
|
||||||
|
|
||||||
|
|
BIN
maidroid_tool/textures/maidroid_tool_gui_arrow.png
Normal file
BIN
maidroid_tool/textures/maidroid_tool_gui_arrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 417 B |
BIN
maidroid_tool/textures/maidroid_tool_gui_arrow.xcf
Normal file
BIN
maidroid_tool/textures/maidroid_tool_gui_arrow.xcf
Normal file
Binary file not shown.
BIN
maidroid_tool/textures/maidroid_tool_gui_meter.png
Normal file
BIN
maidroid_tool/textures/maidroid_tool_gui_meter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 B |
BIN
maidroid_tool/textures/maidroid_tool_gui_meter.xcf
Normal file
BIN
maidroid_tool/textures/maidroid_tool_gui_meter.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user