From 07dbbeb404dedcf9733262ae2ce9cdddc086bb0e Mon Sep 17 00:00:00 2001 From: nfoy Date: Sun, 27 Apr 2014 19:12:01 -0400 Subject: Tournament index now displays game images. Images must be named the exact name of the game and be of the .png format. --- app/assets/images/chess.png | Bin 0 -> 893 bytes app/assets/images/chess_icon.png | Bin 893 -> 0 bytes app/assets/images/league_icon.gif | Bin 8207 -> 0 bytes app/assets/images/league_of_legends.png | Bin 0 -> 10078 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/assets/images/chess.png delete mode 100644 app/assets/images/chess_icon.png delete mode 100644 app/assets/images/league_icon.gif create mode 100644 app/assets/images/league_of_legends.png (limited to 'app/assets') diff --git a/app/assets/images/chess.png b/app/assets/images/chess.png new file mode 100644 index 0000000..6bcffe6 Binary files /dev/null and b/app/assets/images/chess.png differ diff --git a/app/assets/images/chess_icon.png b/app/assets/images/chess_icon.png deleted file mode 100644 index 6bcffe6..0000000 Binary files a/app/assets/images/chess_icon.png and /dev/null differ diff --git a/app/assets/images/league_icon.gif b/app/assets/images/league_icon.gif deleted file mode 100644 index 1f0fa43..0000000 Binary files a/app/assets/images/league_icon.gif and /dev/null differ diff --git a/app/assets/images/league_of_legends.png b/app/assets/images/league_of_legends.png new file mode 100644 index 0000000..9a78047 Binary files /dev/null and b/app/assets/images/league_of_legends.png differ -- cgit v1.2.3-2-g168b