File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1263,7 +1263,7 @@ local function InitializeControls(window)
12631263 local planetStatusNames = {" attackers" , " incoming" , " neutral" }
12641264 for i = 1 , # planetStatusNames do
12651265 planetStatusText [planetStatusNames [i ]] = TextBox :New {
1266- x = 20 + (i - 1 ) * 180 + math.max (0 , i - 2 )* 25 ,
1266+ x = 20 + (i - 1 ) * 180 - math.max (0 , i - 2 )* 35 ,
12671267 right = 16 ,
12681268 y = 134 ,
12691269 height = 50 ,
@@ -1383,7 +1383,7 @@ local function InitializeControls(window)
13831383 if planets then
13841384 UpdatePlanetStatusData (attackPhase , planets )
13851385 planetStatusText .attackers :SetText (" Fellow attackers: " .. planetStatusData .myAttackers )
1386- planetStatusText .incoming :SetText (" Incoming attackers : " .. planetStatusData .myIncoming )
1386+ planetStatusText .incoming :SetText (" To defend : " .. planetStatusData .myIncoming )
13871387 planetStatusText .neutral :SetText (" Neutrals to defend: " .. planetStatusData .neutralDefense )
13881388 for i = 1 , # planetStatusNames do
13891389 planetStatusText [planetStatusNames [i ]]:SetVisibility (true )
You can’t perform that action at this time.
0 commit comments