Eein / sea-of-stars-tas

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

Seq improvements #17

Open orkaboy opened 3 days ago

orkaboy commented 3 days ago

Implement more basic Sequencer nodes, like SeqIf and maybe SeqBranch? These need to interact with state as well for their conditionals. Look through the Python TAS to see what could be useful (and what should be scrapped or done differently).