FluffyMaguro / SC2_Coop_Overlay

Overlay for StarCraft II Co-op showing post-game statistics
https://www.maguro.one
GNU General Public License v3.0
71 stars 15 forks source link

Fast expand functionality completed #14

Closed aommaster closed 3 years ago

aommaster commented 3 years ago

FastExpand.py is a standalone module that handles user selection and fast expanding.

Changes to MainFunctions.py is moving the Identify Map code to the end of the loop, after players have been looped through, as player position is required to be sent to the Fast Expand module.