140 - Reverse the lookup

Changing the approach. Simpler to lookup bullet type from enemy instance. Revert the enemy used per wave bitset we added last time. Prepare the bullet spreadsheet for export. Change from using delta start time in the enemy instances data to absolute start time, to make it easier to get time since spawned, since bullets are spawned relative to that clock.
Back to Top