This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Club-Panda
mirror of
https://github.com/jrtechs/Club-Panda.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
added comments
pull/1/head
Michael
7 years ago
parent
e8863c1b57
commit
f51a77368c
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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");
Write
Preview
Loading…
Cancel
Save