Skip to content

v5.9 Super major update !! : )

Latest
Compare
Choose a tag to compare
@Half-People Half-People released this 21 Oct 23:16
· 24 commits to main since this release
2198dd6

Super major update !! :)

ezgif-2-1adf2f309b

update content

  • Add animation system
  • Added variable system (It can be regarded as modifying the underlying architecture.)
  • Plugin has been fixed (But you need to update your content)

detail

variable system variable HValue.h

  • HVBool
  • HVString
  • HVInt
  • HVFloat
  • HVImVec2
  • HVImVec4

HWidget.h

subject to heavy modifications
However, it does not affect the Widgets previously added in DefaultWidget.h and Plugin.

  • Added HValues variable (variable system , Variable creation is now modernized)
  • Variety WidgetSize and MovePos The variable type has been modified. Remember to modify the original call (e.g.WidgetSize.Get()->x)

For more widget creation methods, please see wiki (wiki Already updated)