SuperFromND / iguana

Golang tool for automatically creating Ikemen GO movelists.
MIT License
10 stars 0 forks source link

`[Defaults]` support #4

Closed SuperFromND closed 1 year ago

SuperFromND commented 1 year ago

Like with #3, Iguana also does not currently acknowledge the Defaults section, which is where authors can specify the default time a command must take. Right now, we just hardcode the default time value to 15 and rely on individual to override it.

This one also shouldn't be too hard to implement. Iguana only uses the time value for AI detection, so it's rather low-priority.