ultimate-research / ssbh_lib

Reading and writing SSBH file formats in Rust
MIT License
8 stars 3 forks source link

Support multiple frame const animations #93

Closed ScanMountGoat closed 3 years ago

ScanMountGoat commented 3 years ago

The const types only require specifying a single frame value. The animation's final frame index determines the actual length.

ScanMountGoat commented 3 years ago

Zero length animations cause visual issues in game but still render, so it might not be worth making this an error condition.