Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PortPixel authored Jul 7, 2016
1 parent 6d3f77c commit f4844a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,6 @@ function gameLoop() {
if (reason !== '') {
graph.fillText('You were kicked for:', global.screenWidth / 2, global.screenHeight / 2 - 20);
graph.fillText(reason, global.screenWidth / 2, global.screenHeight / 2 + 20);
var image = new Image() ;
image.src = "//http://wordpress.carthrottle.com/wp-content/uploads/2013/03/Burn-meme-655x368.jpg" ;
graph.drawImage(image,100,100);
}
else {
graph.fillText('You were kicked!', global.screenWidth / 2, global.screenHeight / 2);
}
Expand Down

0 comments on commit f4844a0

Please sign in to comment.