hohav / peppi

Rust parser for Slippi SSBM replay files
MIT License
37 stars 9 forks source link

Allow `Direction` to be zero #49

Closed NickCondron closed 9 months ago

NickCondron commented 1 year ago

Fixes #42. Do you have a better name for Direction::Neither?

hohav commented 9 months ago

Closing as no longer relevant (direction is now stored "as-is", i.e. as f32).