Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Update ModchartUtilities.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Leather128 committed Mar 13, 2022
1 parent 7bfc9df commit 2d4b3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/modding/ModchartUtilities.hx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ class ModchartUtilities
setVar("noDeath", utilities.Options.getData("noDeath"));
setVar("downscroll", utilities.Options.getData("downscroll") == true ? 1 : 0); // fuck you compatibility
setVar("downscrollBool", utilities.Options.getData("downscroll"));
setVar("middlescroll", utilities.Options.getData("middlescroll"));
setVar("flashingLights", utilities.Options.getData("flashingLights"));
setVar("flashing", utilities.Options.getData("flashingLights"));
//setVar("distractions", .distractions);
Expand Down

2 comments on commit 2d4b3a7

@MasterDirector99
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last commit of the original Leather Engine since he's now into Godot Engine

@Leather128
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not the last one forever though

Please sign in to comment.