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 6494d91 commit 6d3f77c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@ 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 6d3f77c

Please sign in to comment.