Skip to content

Commit

Permalink
Fix Helix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiDeveloper committed Jan 23, 2025
1 parent ae91c52 commit 88ab527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/MainStarter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ int main(int argc, const char** argv)
return system(realExecutablePath.c_str());
}
#endif

8 changes: 4 additions & 4 deletions src/TechTree.json
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@
{"IconName" : "Evacuate", "HotkeyString" : "CONTROLBAR:Evacuate"},
{"IconName" : "AttackMove", "HotkeyString" : "CONTROLBAR:AttackMove"},
{"IconName" : "Guard", "HotkeyString" : "CONTROLBAR:Guard"},
{"IconName" : "Sell", "HotkeyString" : "CONTROLBAR:Sell"}
{"IconName" : "Stop", "HotkeyString" : "CONTROLBAR:Stop"}
]
]
}
Expand Down Expand Up @@ -2766,7 +2766,7 @@
{"IconName" : "Evacuate", "HotkeyString" : "CONTROLBAR:Evacuate"},
{"IconName" : "AttackMove", "HotkeyString" : "CONTROLBAR:AttackMove"},
{"IconName" : "Guard", "HotkeyString" : "CONTROLBAR:Guard"},
{"IconName" : "Sell", "HotkeyString" : "CONTROLBAR:Sell"}
{"IconName" : "Stop", "HotkeyString" : "CONTROLBAR:Stop"}
]
]
}
Expand Down Expand Up @@ -3285,7 +3285,7 @@
{"IconName" : "Evacuate", "HotkeyString" : "CONTROLBAR:Evacuate"},
{"IconName" : "AttackMove", "HotkeyString" : "CONTROLBAR:AttackMove"},
{"IconName" : "Guard", "HotkeyString" : "CONTROLBAR:Guard"},
{"IconName" : "Sell", "HotkeyString" : "CONTROLBAR:Sell"}
{"IconName" : "Stop", "HotkeyString" : "CONTROLBAR:Stop"}
]
]
}
Expand Down Expand Up @@ -3770,7 +3770,7 @@
{"IconName" : "Evacuate", "HotkeyString" : "CONTROLBAR:Evacuate"},
{"IconName" : "AttackMove", "HotkeyString" : "CONTROLBAR:AttackMove"},
{"IconName" : "Guard", "HotkeyString" : "CONTROLBAR:Guard"},
{"IconName" : "Sell", "HotkeyString" : "CONTROLBAR:Sell"}
{"IconName" : "Stop", "HotkeyString" : "CONTROLBAR:Stop"}
]
]
}
Expand Down

0 comments on commit 88ab527

Please sign in to comment.