Browse Source

Merge pull request #1 from 17mgeffert/master

added comments
pull/5/head
Jeffery R 6 years ago
committed by GitHub
parent
commit
c10bdfe23c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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>
//5-25-17
//Jrtechs is the boss man
window.addEventListener("keydown", function(e)
{
@ -343,8 +344,7 @@
//console.log(context);
}
var update = function()
{
@ -357,6 +357,7 @@
//console.log(halp);
//for (b = 0; b < bullets.lenght; b++)
//var b;
for (var i = bullets.length; i--; )
{
console.log("b");

Loading…
Cancel
Save