Skip to content

Hypernova v.0.0.2

Choose a tag to compare

@EdwhakKB EdwhakKB released this 05 Sep 17:31
· 38 commits to master since this release

SMALL UPDATE

This is a small update that focuses on fixing some modifiers, and features.

  • Fixed BlackSphereFlip
  • Fixed some issues with Drunk
  • Fixed some issues with Beat
  • Added a new function (registerModifier) for lua modcharts, works the same as createModifier but doesn't needed the modifier class, here an example: "CreateModifier(alias,modifier,target,index)", while "RegisterModifier(alias,target,index)"

KNOWN ISSUES

  • Boomerang works in negative values (not really an issue but it's just weird)
  • FlipSineModifier acting weird
  • Hourglass modifier does nothing despite it's math being the same as WITF one

Let me know if there is anything i did miss about issues, i'll try fix them as soon as i can.