Browse Source

added comments

pull/1/head
Michael 6 years ago
parent
commit
f51a77368c
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      games/astroids.html

+ 3
- 2
games/astroids.html View File

@ -1,6 +1,7 @@
<script> <script>
//5-25-17 //5-25-17
//Jrtechs is the boss man
window.addEventListener("keydown", function(e) window.addEventListener("keydown", function(e)
{ {
@ -343,8 +344,7 @@
//console.log(context); //console.log(context);
} }
var update = function() var update = function()
{ {
@ -357,6 +357,7 @@
//console.log(halp); //console.log(halp);
//for (b = 0; b < bullets.lenght; b++) //for (b = 0; b < bullets.lenght; b++)
//var b; //var b;
for (var i = bullets.length; i--; ) for (var i = bullets.length; i--; )
{ {
console.log("b"); console.log("b");

Loading…
Cancel
Save