From 98b4543dd1356d14570c9cf7d38be23c8a67cdc1 Mon Sep 17 00:00:00 2001 From: Roux <52894745+sudocode1@users.noreply.github.com> Date: Sat, 11 Sep 2021 12:25:56 +0100 Subject: [PATCH] fixed level analysis description --- html/api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/api.html b/html/api.html index 4794794..dd86c3a 100644 --- a/html/api.html +++ b/html/api.html @@ -788,7 +788,7 @@

Response (12)

Response is subject to change in the future

-

The API will return an array of each player with the following information:

+

The API will return the following information about the level:

level: Basic level info (name, ID, author, etc)

settings: The level's settings (song offset, starting form/speed, two player mode, font, etc)

portals: A string listing the order of all the portals in the level + their percent. Does not include starting form/speed

@@ -899,4 +899,4 @@ document.getElementById('menu-btn').classList.toggle('active'); } } - \ No newline at end of file + -- 2.48.1