ironkayman/tftm-alien-invasion

Sort spawn order by enemy `info.size`

Opened this issue · 1 comments

Sort spawn order by enemy `info.size`

See:

key=lambda c: c.config.info.size.value,

Aliens of same size are still in need to be sorted.