Commit graph

2 commits

Author SHA1 Message Date
Qwreey
3318270c3d feat: Add Easing functions 2022-12-28 06:37:07 +09:00
Qwreey
e10170958a feat: Added quad-custom property tweening (such as roundSize,paddingAllOffset and so on)
class.lua
  Added getProperty method that allow user to get custom property value. this method is used on atween
  Refactored setProperty method
  Now register:tween{} can add Ended, OnStepped. argments are same with atween but added item(pointing it self) as first argment

round.lua
  Added getRound, getOutline method, this method is used on getProperty

atween/index.lua
  Added Setter,Getter option on runTween/s
2022-12-19 02:54:30 +09:00