rlane / oort3

A space fleet programming game
https://oort.rs
GNU General Public License v3.0
297 stars 23 forks source link

Make formatting of times in battle binary easier to read #85

Closed ava5627 closed 11 months ago

ava5627 commented 11 months ago

From Times: ["4.267", "3.383", "3.800", "3.167", "4.017", "3.633", "3.367", "4.550", "3.700", "3.983"] To Times: [0: 4.267, 1: 3.383, 2: 3.800, 3: 3.167, 4: 4.017, 5: 3.633, 6: 3.367, 7: 4.550, 8: 3.700, 9: 3.983]

rlane commented 11 months ago

Thanks!