Skip to content

Commit

Permalink
Fixed json indentation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thijnmens authored Dec 1, 2022
1 parent 99986e4 commit 97e59cb
Showing 1 changed file with 86 additions and 86 deletions.
172 changes: 86 additions & 86 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,27 @@ The websocket is hosted on http://127.0.0.1:420/server and sends data in 1 of th
{
"type": "update",
"data": {
"paused": bool,
"noFail": bool,
"planets": int,
"checkpoints": int,
"hitMode": string,
"deaths": int,
"attempts": int,
"speed": double,
"percentComplete": float,
"tooEarly": int,
"veryEarly": int,
"earlyPerfect": int,
"perfect": int,
"latePerfect": int,
"veryLate": int,
"tooLate": int,
"tileBPM": int,
"currentBPM": int,
"startProgress": int,
"recKPS": int,
}
"paused": bool,
"noFail": bool,
"planets": int,
"checkpoints": int,
"hitMode": string,
"deaths": int,
"attempts": int,
"speed": double,
"percentComplete": float,
"tooEarly": int,
"veryEarly": int,
"earlyPerfect": int,
"perfect": int,
"latePerfect": int,
"veryLate": int,
"tooLate": int,
"tileBPM": int,
"currentBPM": int,
"startProgress": int,
"recKPS": int,
}
}
```

Expand All @@ -100,71 +100,71 @@ The websocket is hosted on http://127.0.0.1:420/server and sends data in 1 of th
"type": "loadLevel",
"data": {
"calibration_i": float,
"calibration_v": float,
"beatNumber": int,
"angleData": float[],
"artist": string,
"artistLinks": string,
"artistPermission": string,
"author": string,
"backgroundColor": string,
"bgFitScreen": bool,
"bgImage": string,
"bgImageColor": string,
"bgLockRot": bool,
"bgLooping": bool,
"bgParallax": string,
"bgShowDefaultBGIfNoImage": bool,
"bgTiling": bool,
"bgVideo": string,
"bpm": float,
"camPosition": string,
"camRelativeTo": string,
"camRotation": float,
"camZoom": float,
"countdownTicks": int,
"difficulty": int,
"floorIconOutlines": bool,
"fullCaption": string,
"fullCaptionTagged": string,
"Hash": string,
"hitsound": string,
"hitsoundVolume": int,
"isOldLevel": bool,
"legacyFlash": bool,
"levelDesc": string,
"levelTags": string[],
"offset": int,
"oldCameraFollowStyle": bool,
"pathData": string,
"pitch": int,
"planetEase": string,
"planetEaseParts": int,
"previewIcon": string,
"previewIconColor": string,
"previewSongDuration": int,
"previewSongStart": int,
"requiredDLC": string,
"secondaryTrackColor": string,
"seizureWarning": bool,
"separateCountdownTime": bool,
"song": string,
"songFilename": string,
"specialArtistType": string,
"stickToFloors": bool,
"trackAnimation": string,
"trackBeatsAhead": float,
"trackBeatsBehind": float,
"trackColor": string,
"trackColorAnimDuration": float,
"trackColorPulse": string,
"trackColorType": string,
"trackDisappearAnimation": string,
"trackPulseLength": int,
"trackStyle": string,
"unscaledSize": float,
"version": int,
"volume": int
"calibration_v": float,
"beatNumber": int,
"angleData": float[],
"artist": string,
"artistLinks": string,
"artistPermission": string,
"author": string,
"backgroundColor": string,
"bgFitScreen": bool,
"bgImage": string,
"bgImageColor": string,
"bgLockRot": bool,
"bgLooping": bool,
"bgParallax": string,
"bgShowDefaultBGIfNoImage": bool,
"bgTiling": bool,
"bgVideo": string,
"bpm": float,
"camPosition": string,
"camRelativeTo": string,
"camRotation": float,
"camZoom": float,
"countdownTicks": int,
"difficulty": int,
"floorIconOutlines": bool,
"fullCaption": string,
"fullCaptionTagged": string,
"Hash": string,
"hitsound": string,
"hitsoundVolume": int,
"isOldLevel": bool,
"legacyFlash": bool,
"levelDesc": string,
"levelTags": string[],
"offset": int,
"oldCameraFollowStyle": bool,
"pathData": string,
"pitch": int,
"planetEase": string,
"planetEaseParts": int,
"previewIcon": string,
"previewIconColor": string,
"previewSongDuration": int,
"previewSongStart": int,
"requiredDLC": string,
"secondaryTrackColor": string,
"seizureWarning": bool,
"separateCountdownTime": bool,
"song": string,
"songFilename": string,
"specialArtistType": string,
"stickToFloors": bool,
"trackAnimation": string,
"trackBeatsAhead": float,
"trackBeatsBehind": float,
"trackColor": string,
"trackColorAnimDuration": float,
"trackColorPulse": string,
"trackColorType": string,
"trackDisappearAnimation": string,
"trackPulseLength": int,
"trackStyle": string,
"unscaledSize": float,
"version": int,
"volume": int
}
}
```
Expand Down

0 comments on commit 97e59cb

Please sign in to comment.