Skip to content

Commit

Permalink
Updated for Beat Saber 1.16.1/1.16.2
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
MCJack123 committed Jun 15, 2021
1 parent dfc7841 commit 2681325
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void GameSceneActive() {
}

void ActiveSceneChanged(Scene oldScene, Scene newScene) {
if (PluginConfig.Instance.enabled && newScene.name == "MenuViewControllers") PerformanceMeterController.instance.ShowResults();
if (PluginConfig.Instance.enabled && newScene.name == "MainMenu") PerformanceMeterController.instance.ShowResults();
}
}

Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
[assembly: AssemblyVersion("1.2.2")]
[assembly: AssemblyFileVersion("1.2.2")]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ A Beat Saber mod to show a graph of your energy bar, percentage level, or cut va
![Image](screenshot.png)

## Requirements
* Beat Saber 1.13.4 or compatible
* BSIPA 4.1.4 or later
* Beat Saber Utils 1.8.0 or later
* BeatSaberMarkupLanguage 1.5.1 or later
* Beat Saber 1.16.1 or compatible
* BSIPA 4.1.6 or later
* Beat Saber Utils 1.10.0 or later
* BeatSaberMarkupLanguage 1.5.3 or later

## Installation
Simply drop the latest PerformanceMeter.dll plugin file into your Plugins folder, inside the main Beat Saber installation directory.
Expand Down
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"id": "PerformanceMeter",
"name": "PerformanceMeter",
"author": "JackMacWindows",
"version": "1.2.1",
"version": "1.2.2",
"description": "Shows a graph of your energy bar, percentage level, or cut value throughout a map on the end screen.",
"gameVersion": "1.13.4",
"gameVersion": "1.16.1",
"dependsOn": {
"BSIPA": "^4.1.4",
"BS Utils": "^1.8.0",
"BeatSaberMarkupLanguage": "^1.5.1"
"BSIPA": "^4.1.6",
"BS Utils": "^1.10.0",
"BeatSaberMarkupLanguage": "^1.5.3"
},
"features": [],
"links": {
Expand Down

0 comments on commit 2681325

Please sign in to comment.