Skip to content

Commit

Permalink
Tweaks to example-spaceship
Browse files Browse the repository at this point in the history
  • Loading branch information
btco committed Oct 8, 2023
1 parent f1c04fb commit 3faf2cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example-spaceship.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@
qx.locate(4, 6);
qx.color(14, -1);
qx.print("\u00d7 SPACESHIP EXAMPLE \u00d8 \u00d9");
qx.locate(5, 8);
qx.locate(3, 8);
qx.color(7, -1);
qx.print("Press any button to start.");
qx.print("Press any button to start.\n\n");
qx.print("Controls:\n SPACE or 'A' button\n to shoot.");
await qxa.key();
qx.cls();
qx.frame(doFrame);
Expand Down

0 comments on commit 3faf2cc

Please sign in to comment.