fixed level analysis description (#170)

This commit is contained in:
Roux 2021-09-11 19:05:18 +01:00 committed by GitHub
parent 4d2cebba19
commit 6bc85319bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -788,7 +788,7 @@
<p class="reveal" onclick="$('#response-analyze').slideToggle(100)"><b>Response (12)</b></p>
<div class="subdiv" id="response-analyze">
<p><b>Response is subject to change in the future</b></p>
<p>The API will return an array of each player with the following information:</p>
<p>The API will return the following information about the level:</p>
<p>level: Basic level info (name, ID, author, etc)</p>
<p>settings: The level's settings (song offset, starting form/speed, two player mode, font, etc)</p>
<p>portals: A string listing the order of all the portals in the level + their percent. Does not include starting form/speed</p>
@ -899,4 +899,4 @@
document.getElementById('menu-btn').classList.toggle('active');
}
}
</script>
</script>