fixed level analysis description (#170)
This commit is contained in:
parent
4d2cebba19
commit
6bc85319bd
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue