Eein / sea-of-stars-tas

Rust implementation of SoS-TAS
MIT License
1 stars 0 forks source link

feat: use descriptions for checkpoints and clean up selection box #119

Closed Eein closed 3 weeks ago

Eein commented 3 weeks ago

Take a look at main_helper.rs directly, the diff is really noisy.

This uses normal descriptions for checkpoints and updates the combobox in main_helper to use these strings.

Turns out an invalid string just starts from scratch, so adding "New Game" to the list doesn't change anything. (Assuming this is intended :))

closes #105