From 6f5969aadfc8843daf9c1ad79fd884edbb1f458e Mon Sep 17 00:00:00 2001 From: Kade M Date: Thu, 15 Apr 2021 11:57:09 -0700 Subject: [PATCH] Update ModCharts.md --- ModCharts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ModCharts.md b/ModCharts.md index b40b405..b80b85e 100644 --- a/ModCharts.md +++ b/ModCharts.md @@ -2,7 +2,9 @@ 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. -All files **are located in** `assets/data/song/modchart.lua` +All files **are located in** `assets/data/song/` + +Modchart Lua File should be in `assets/data/song/modchart.lua` **exactly** Lua code will only be ran if that file exists.