mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -305,7 +305,8 @@ cursor-none=You need to hold the blueprint in cursor
|
|||||||
main-tooltip=Production GUI
|
main-tooltip=Production GUI
|
||||||
label-prod=Production
|
label-prod=Production
|
||||||
label-con=Consumption
|
label-con=Consumption
|
||||||
label-bal=Balance (sec)
|
label-bal=Balance
|
||||||
|
tooltip-per-second=Items per second
|
||||||
|
|
||||||
[surveillance]
|
[surveillance]
|
||||||
main-tooltip=Surveillance GUI
|
main-tooltip=Surveillance GUI
|
||||||
|
|||||||
@@ -305,7 +305,8 @@ cursor-none=您需要將藍圖保持在遊標處
|
|||||||
main-tooltip=製造介面
|
main-tooltip=製造介面
|
||||||
label-prod=製造
|
label-prod=製造
|
||||||
label-con=消耗
|
label-con=消耗
|
||||||
label-bal=淨值 (秒)
|
label-bal=淨值
|
||||||
|
tooltip-per-second=物品每秒
|
||||||
|
|
||||||
[surveillance]
|
[surveillance]
|
||||||
main-tooltip=監控介面
|
main-tooltip=監控介面
|
||||||
|
|||||||
@@ -305,7 +305,8 @@ cursor-none=您需要將藍圖保持在遊標處
|
|||||||
main-tooltip=製造介面
|
main-tooltip=製造介面
|
||||||
label-prod=製造
|
label-prod=製造
|
||||||
label-con=消耗
|
label-con=消耗
|
||||||
label-bal=淨值 (秒)
|
label-bal=淨值
|
||||||
|
tooltip-per-second=物品每秒
|
||||||
|
|
||||||
[surveillance]
|
[surveillance]
|
||||||
main-tooltip=監控介面
|
main-tooltip=監控介面
|
||||||
|
|||||||
@@ -93,8 +93,11 @@ local production_data_set = Gui.element("production_data_set")
|
|||||||
local disp = Gui.elements.scroll_table(production_set, 320, 4, "disp")
|
local disp = Gui.elements.scroll_table(production_set, 320, 4, "disp")
|
||||||
production_data_group(disp, 0)
|
production_data_group(disp, 0)
|
||||||
disp["production_0_1"].caption = { "production.label-prod" }
|
disp["production_0_1"].caption = { "production.label-prod" }
|
||||||
|
disp["production_0_1"].tooltip = { "production.tooltip-per-second" }
|
||||||
disp["production_0_2"].caption = { "production.label-con" }
|
disp["production_0_2"].caption = { "production.label-con" }
|
||||||
|
disp["production_0_2"].tooltip = { "production.tooltip-per-second" }
|
||||||
disp["production_0_3"].caption = { "production.label-bal" }
|
disp["production_0_3"].caption = { "production.label-bal" }
|
||||||
|
disp["production_0_3"].tooltip = { "production.tooltip-per-second" }
|
||||||
for i = 1, 8 do
|
for i = 1, 8 do
|
||||||
production_data_group(disp, i)
|
production_data_group(disp, i)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user