Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pravez committed May 29, 2018
1 parent b206a93 commit 8a71280
Show file tree
Hide file tree
Showing 33 changed files with 1,824 additions and 199 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 123,7 @@ function OnSpecialBadEvent() {
// Animation loop, update loop, whatever loop you want
async function step(time) {

let inputs = getInputs() // Need to give a number[] of your inputs for one teacher.
let inputs = getInputs(); // Need to give a number[] of your inputs for one teacher.
await academy.step([ // Let the magic operate ...
{teacherName: teacher, inputs: inputs}
]);
Expand Down
Loading

0 comments on commit 8a71280

Please sign in to comment.