Skip to content

Commit

Permalink
Merge branch 'gh-pages' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
VRamazing authored Jan 12, 2018
2 parents 2f4e220 + 1208da6 commit 53cc80a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
colorText("Save the planet by destroying incoming spaceships",canvas.width/2,200 ,"white","30px Tahoma","center",opacity);
colorText("Arrow Keys for Movements",canvas.width/2 ,250 ,"#b20000","20px Tahoma","center",opacity);
colorText("[X] for Shooting",canvas.width/2,280 ,"#b20000","20px Tahoma","center",opacity);

colorText('Press [Enter] to Start game',canvas.width/2 ,canvas.height/2 + 30 ,"white","25px Tahoma","center",opacity);

opacity = opacity + 0.005;
}

Expand Down

0 comments on commit 53cc80a

Please sign in to comment.