You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
- Persistent Cached Data option (stops clearing asset caches).
23
23
- Skip Results Screen Options.
24
24
- You can now zoom into the Animation Debug using the mouse.
25
-
- HScript support! Put a file called "script.hx" into any song folder to run hscript on that song
26
-
- Global scripts! Put any .lua or .hx file into data/scripts/global to have that script run on every song.
25
+
- HScript support!
26
+
- Global / local scripts! Put any .lua or .hx file into data/scripts/global to have that script run on every song in every mod. Put a .lua or .hx file into data/scripts/local to have it run on every song in the mod it is in.
27
+
- You can put any .lua or .hx file into a song folder to have it run (like psych engine)
0 commit comments