Update ModCharts.md
This commit is contained in:
parent
46c688d2e4
commit
04cbd2b81d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user