Skip to content

Commit

Permalink
Text hint added
Browse files Browse the repository at this point in the history
  • Loading branch information
s-litvin authored Aug 30, 2020
1 parent 0da941f commit cf75c68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ function setup() {
function draw() {

background(0);

let s = 'Use the keyboard arrows to move the camera. Use the mouse to rotate the camera.';
fill(230);
text(s, 10, 10, 270, 80);

for (var i = 0; i < walls.length; i++) {
walls[i].show();
Expand Down

0 comments on commit cf75c68

Please sign in to comment.