Update HTML5-Space-Invaders.html
This commit is contained in:
parent
0d3c4cd772
commit
1c37684362
|
@ -1373,7 +1373,7 @@
|
|||
// copyright
|
||||
txtArea = new textHelper.textArea({ cls: "field",
|
||||
childs: [ textHelper.writeText({id: "instructionsLink", cls: "text clickText smallText", text: "instructions", onclick: screens.instructions}),
|
||||
textHelper.writeText({id: "copyright", cls: "text smallText", innerhtml: "[ <a href='http://www.matteopiazza.org/blog'>JH5 binary arts</a> ]"}) ],
|
||||
textHelper.writeText({id: "copyright", cls: "text smallText", innerhtml: "[ <a href='http://www.matteopiazza.org/blog/post/2012/03/28/Space-Invaders-HTML5-porting.aspx'>JH5 binary arts</a> ]"}) ],
|
||||
appendTo: container,
|
||||
width: 400,
|
||||
position: "centerBottom" });
|
||||
|
|
Loading…
Reference in New Issue