Added lerp, lerp_color, approach, and multiapproach lua functions.

This commit is contained in:
Kyzentun
2014-10-23 00:13:13 -06:00
parent 2e7fabc7e7
commit ca4eb65b61
8 changed files with 125 additions and 3 deletions
+4
View File
@@ -4,6 +4,10 @@ The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
________________________________________________________________________________
2014/10/23
----------
* [Global] approach, multiapproach, lerp, and lerp_color lua functions added.
2014/10/20
----------
* [StageStats] GetStepsSeconds function added.