fix level analysis description #170

Merged
sudocode1 merged 1 commit from patch-1 into master 2021-09-11 15:05:18 -03:00

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>