Update ModCharts.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Kade Engine Lua Mod Chart Documentation
|
# Kade Engine Lua Mod Chart Documentation
|
||||||
|
|
||||||
In the latest version of Kade Engine we introduced Mod Charts. Mod Charts are a way of changing gameplay without hard coded values, this is achieved by using the Lua Scripting language to create script files that run during runtime.
|
In the latest version of Kade Engine we introduced Mod Charts. Mod Charts are a way of changing gameplay without hard coded values, this is achieved by using the Lua Scripting language to create script files that run during runtime.
|
||||||
|
|
||||||
@@ -347,4 +347,4 @@ Smoothly fade in to an alpha
|
|||||||
|
|
||||||
##### tweenFadeOut(string/int id, float toAlpha, float time, string onComplete)
|
##### tweenFadeOut(string/int id, float toAlpha, float time, string onComplete)
|
||||||
|
|
||||||
Smoothly fade out to an alpha
|
Smoothly fade out to an alpha
|
||||||
|
|||||||
Reference in New Issue
Block a user