Tower-Defense-Galaxy
Tower-Defense-Galaxy copied to clipboard
Entity System Reworking
Change storage from an IntMap to a few arraylists (Enemies, Towers, ect.) that are all updated by a common method so as to to prevent sorting through them every tick.