Skip to content

Commit

Permalink
restore keyboard input
Browse files Browse the repository at this point in the history
  • Loading branch information
Entkenntnis committed Oct 31, 2024
1 parent 42c91f9 commit a8d560b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/worms.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ export function setupWorms(App) {
<script>
QJS.getQuickJS().then((QuickJS) => {
// createKeyboardPlayer('w', 'd', 's', 'a') //
const red = createSandboxedBot(QuickJS, \`${bot2}\`)
//
const red = createKeyboardPlayer('w', 'd', 's', 'a') //createSandboxedBot(QuickJS, \`${''}\`)
const green = createDemoBot()
Expand Down

0 comments on commit a8d560b

Please sign in to comment.