From 04cbd2b81d1c54a2d067b2f562cec712dd92bf3a Mon Sep 17 00:00:00 2001 From: Kade M Date: Thu, 15 Apr 2021 11:56:25 -0700 Subject: [PATCH] Update ModCharts.md --- ModCharts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ModCharts.md b/ModCharts.md index 571443c..b40b405 100644 --- a/ModCharts.md +++ b/ModCharts.md @@ -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. @@ -347,4 +347,4 @@ Smoothly fade in to an alpha ##### tweenFadeOut(string/int id, float toAlpha, float time, string onComplete) -Smoothly fade out to an alpha \ No newline at end of file +Smoothly fade out to an alpha