Skip to content

Commit

Permalink
Readme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Snow1226 committed Aug 17, 2020
1 parent 7dd36bc commit 2dfd2f6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,10 @@ The sample script described in MovementScriptPath is located in the "Beat Saber\

movementScriptPath should contain either a "fullpath including the file name + extension" or "file name + extension json".

###ex)
```xml
{
movementScriptpath = "C:\Program Files(x86)\Steam\steamapps\common\Beat Saber\UserData\CameraPlus\Scripts\ExampleMovementScript.json"
movementScriptpath = "ExampleMovementScript.json"
}
```
ex)
1. movementScriptpath = "C:\Program Files(x86)\Steam\steamapps\common\Beat Saber\UserData\CameraPlus\Scripts\ExampleMovementScript.json"
2. movementScriptpath = "ExampleMovementScript.json"

```xml
{
"ActiveInPauseMenu": true, "ActiveInPauseMenu": Determines whether the camera pauses when pausing the game.
Expand Down

0 comments on commit 2dfd2f6

Please sign in to comment.