Update HTML5-Space-Invaders.html
This work is licensed under a Creative Commons Attribution - Share Alike 3.0 - Unported license (CC BY-SA 3.0). The text of the license is available at http://creativecommons.org/licenses/by-sa/3.0/
This commit is contained in:
parent
8b8a44a88d
commit
11eab2f2dd
|
@ -310,6 +310,13 @@
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
/* #############################################################################################################
|
||||||
|
Matteo Piazza, 2013
|
||||||
|
matteopiazza.org/blog
|
||||||
|
This work is licensed under a Creative Commons Attribution - Share Alike 3.0 - Unported license (CC BY-SA 3.0).
|
||||||
|
The text of the license is available at http://creativecommons.org/licenses/by-sa/3.0/
|
||||||
|
############################################################################################################# */
|
||||||
|
|
||||||
var microSpaceInvaders = function() {
|
var microSpaceInvaders = function() {
|
||||||
|
|
||||||
// element selector
|
// element selector
|
||||||
|
|
Loading…
Reference in New Issue