File tree Expand file tree Collapse file tree 12 files changed +435
-410
lines changed
Expand file tree Collapse file tree 12 files changed +435
-410
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ function ExpGui._ensure_consistency(event)
175175 if player_elements ._debug and event .name == defines .events .on_player_joined_game then
176176 log (" ExpGui debug active, clearing gui for: " .. player .name )
177177 player .gui .relative .clear ()
178+ player .gui .screen .clear ()
178179 player .gui .center .clear ()
179180 player .gui .left .clear ()
180181 player .gui .top .clear ()
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ return {
4646 --- GUI
4747 " modules.gui.readme" ,
4848 " modules.gui.rocket-info" ,
49- " modules.gui.autofill" ,
5049 " modules.gui.task-list" ,
5150 " modules.gui.warp-list" ,
5251 " modules.gui.player-list" ,
Original file line number Diff line number Diff line change @@ -76,17 +76,6 @@ create-footer-header=Create task
7676edit-footer-header =Edit task
7777view-footer-header =Task details
7878
79- [autofill]
80- main-tooltip =Autofill settings
81- toggle-section-caption =__1__ __2__
82- toggle-section-tooltip =Expand Section
83- toggle-section-collapse-tooltip =Collapse Section
84- toggle-entity-tooltip =Toggle the autofill of __1__
85- toggle-tooltip =Toggle the autofill of __1__ into __2__ slots
86- amount-tooltip =Amount of items to insert into the __1__ slots
87- invalid =Autofill set to maximum amount: __1__ __2__ for __3__
88- inserted =Inserted __1__ __2__ into __3__
89-
9079[warp-list]
9180main-caption =Warp List [img =info]
9281main-tooltip =Warp List
Original file line number Diff line number Diff line change @@ -76,17 +76,6 @@ create-footer-header=加入工作流程
7676edit-footer-header =修改工作流程
7777view-footer-header =工作流程細節
7878
79- [autofill]
80- main-tooltip =自動填入設定
81- toggle-section-caption =__1__ __2__
82- toggle-section-tooltip =擴張欄
83- toggle-section-collapse-tooltip =收縮欄
84- toggle-entity-tooltip =自動填入設定 - __1__
85- toggle-tooltip =自動填入設定 - __2__ 的 __1__
86- amount-tooltip =自動填入 __1__ 的數量
87- invalid =自動填入最大值 __1__ __2__ 給 __3__
88- inserted =自動填入 __1__ __2__ 到 __3__
89-
9079[warp-list]
9180main-caption =傳送陣清單 [img =info]
9281main-tooltip =傳送陣清單
Original file line number Diff line number Diff line change @@ -76,17 +76,6 @@ create-footer-header=加入工作流程
7676edit-footer-header =修改工作流程
7777view-footer-header =工作流程細節
7878
79- [autofill]
80- main-tooltip =自動填入設定
81- toggle-section-caption =__1__ __2__
82- toggle-section-tooltip =擴張欄
83- toggle-section-collapse-tooltip =收縮欄
84- toggle-entity-tooltip =自動填入設定 - __1__
85- toggle-tooltip =自動填入設定 - __2__ 的 __1__
86- amount-tooltip =自動填入 __1__ 的數量
87- invalid =自動填入最大值 __1__ __2__ 給 __3__
88- inserted =自動填入 __1__ __2__ 到 __3__
89-
9079[warp-list]
9180main-caption =傳送陣清單 [img =info]
9281main-tooltip =傳送陣清單
You can’t perform that action at this time.
0 commit comments