Skip to content

Commit

Permalink
Disable auto
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletXF committed Sep 8, 2023
1 parent 069e5d7 commit e099e46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Scripts/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class GameManager
public static GameManager Instance => instance ??= new GameManager();

public string BmsPath;
public bool AutoPlay = true;
public bool AutoPlay = false;
public bool KeySound = true;
public int KeyMode = 5;
}
5 changes: 4 additions & 1 deletion ProjectSettings/ProjectSettings.asset

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e099e46

Please sign in to comment.