From c960ec52c69a369ad60c6f3ea97ad286cc8a0bd5 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 3 Sep 2021 14:58:55 +0200 Subject: Rename sample to classic --- common/games.css | 4 ++-- common/games.js | 2 +- games/img/classic_arkanoid.png | Bin 0 -> 15048 bytes games/img/classic_asteroids.png | Bin 0 -> 16714 bytes games/img/classic_asteroids_survival.png | Bin 0 -> 17056 bytes games/img/classic_floppy.png | Bin 0 -> 15286 bytes games/img/classic_gorilas.png | Bin 0 -> 16649 bytes games/img/classic_missile_commander.png | Bin 0 -> 18035 bytes games/img/classic_pang.png | Bin 0 -> 16293 bytes games/img/classic_snake.png | Bin 0 -> 15502 bytes games/img/classic_space_invaders.png | Bin 0 -> 15295 bytes games/img/classic_tetris.png | Bin 0 -> 15767 bytes games/img/sample_arkanoid.png | Bin 15048 -> 0 bytes games/img/sample_asteroids.png | Bin 16714 -> 0 bytes games/img/sample_asteroids_survival.png | Bin 17056 -> 0 bytes games/img/sample_floppy.png | Bin 15286 -> 0 bytes games/img/sample_gorilas.png | Bin 16649 -> 0 bytes games/img/sample_missile_commander.png | Bin 18035 -> 0 bytes games/img/sample_pang.png | Bin 16293 -> 0 bytes games/img/sample_snake.png | Bin 15502 -> 0 bytes games/img/sample_space_invaders.png | Bin 15295 -> 0 bytes games/img/sample_tetris.png | Bin 15767 -> 0 bytes games/img/user_crazyball.png | Bin 46376 -> 0 bytes games/img/user_funwithsat.png | Bin 6167 -> 0 bytes games/img/user_raymario.png | Bin 174201 -> 0 bytes games/img/user_super_red_rope.png | Bin 28257 -> 0 bytes games/img/user_taptojamp.png | Bin 219855 -> 0 bytes games/img/user_tictactoe.png | Bin 384949 -> 0 bytes 28 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 games/img/classic_arkanoid.png create mode 100644 games/img/classic_asteroids.png create mode 100644 games/img/classic_asteroids_survival.png create mode 100644 games/img/classic_floppy.png create mode 100644 games/img/classic_gorilas.png create mode 100644 games/img/classic_missile_commander.png create mode 100644 games/img/classic_pang.png create mode 100644 games/img/classic_snake.png create mode 100644 games/img/classic_space_invaders.png create mode 100644 games/img/classic_tetris.png delete mode 100644 games/img/sample_arkanoid.png delete mode 100644 games/img/sample_asteroids.png delete mode 100644 games/img/sample_asteroids_survival.png delete mode 100644 games/img/sample_floppy.png delete mode 100644 games/img/sample_gorilas.png delete mode 100644 games/img/sample_missile_commander.png delete mode 100644 games/img/sample_pang.png delete mode 100644 games/img/sample_snake.png delete mode 100644 games/img/sample_space_invaders.png delete mode 100644 games/img/sample_tetris.png delete mode 100644 games/img/user_crazyball.png delete mode 100644 games/img/user_funwithsat.png delete mode 100644 games/img/user_raymario.png delete mode 100644 games/img/user_super_red_rope.png delete mode 100644 games/img/user_taptojamp.png delete mode 100644 games/img/user_tictactoe.png diff --git a/common/games.css b/common/games.css index f019f60..710fe0c 100644 --- a/common/games.css +++ b/common/games.css @@ -4,11 +4,11 @@ #filter_menu { width: 820px; height: 80px; margin-left: 2px; } .legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom:20px; width:150px; text-align:center; } -#sample { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; } +#classic { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; } #game { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; } #user { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; } -.sample:hover { background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888; } +.classic:hover { background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888; } .game:hover { background-color:#f0d6d6; color:#c55757; border:4px solid #e66666; } .user:hover { background-color:#bedce8; color:#417794; border:4px solid #5d9cbd; } diff --git a/common/games.js b/common/games.js index e5110ca..c2b1635 100644 --- a/common/games.js +++ b/common/games.js @@ -53,7 +53,7 @@ $(document).ready(function() { var linkTag; - if (filterType == 'classic') linkTag = ''; + if (filterType == 'classics') linkTag = ''; else if (filterType == 'game') linkTag = ''; $('#container').append( diff --git a/games/img/classic_arkanoid.png b/games/img/classic_arkanoid.png new file mode 100644 index 0000000..2221cc8 Binary files /dev/null and b/games/img/classic_arkanoid.png differ diff --git a/games/img/classic_asteroids.png b/games/img/classic_asteroids.png new file mode 100644 index 0000000..3f401cd Binary files /dev/null and b/games/img/classic_asteroids.png differ diff --git a/games/img/classic_asteroids_survival.png b/games/img/classic_asteroids_survival.png new file mode 100644 index 0000000..8343bb9 Binary files /dev/null and b/games/img/classic_asteroids_survival.png differ diff --git a/games/img/classic_floppy.png b/games/img/classic_floppy.png new file mode 100644 index 0000000..69ee782 Binary files /dev/null and b/games/img/classic_floppy.png differ diff --git a/games/img/classic_gorilas.png b/games/img/classic_gorilas.png new file mode 100644 index 0000000..28453f8 Binary files /dev/null and b/games/img/classic_gorilas.png differ diff --git a/games/img/classic_missile_commander.png b/games/img/classic_missile_commander.png new file mode 100644 index 0000000..2673ded Binary files /dev/null and b/games/img/classic_missile_commander.png differ diff --git a/games/img/classic_pang.png b/games/img/classic_pang.png new file mode 100644 index 0000000..ce44c64 Binary files /dev/null and b/games/img/classic_pang.png differ diff --git a/games/img/classic_snake.png b/games/img/classic_snake.png new file mode 100644 index 0000000..a83b2a8 Binary files /dev/null and b/games/img/classic_snake.png differ diff --git a/games/img/classic_space_invaders.png b/games/img/classic_space_invaders.png new file mode 100644 index 0000000..2b75b32 Binary files /dev/null and b/games/img/classic_space_invaders.png differ diff --git a/games/img/classic_tetris.png b/games/img/classic_tetris.png new file mode 100644 index 0000000..7ae0fc6 Binary files /dev/null and b/games/img/classic_tetris.png differ diff --git a/games/img/sample_arkanoid.png b/games/img/sample_arkanoid.png deleted file mode 100644 index 2221cc8..0000000 Binary files a/games/img/sample_arkanoid.png and /dev/null differ diff --git a/games/img/sample_asteroids.png b/games/img/sample_asteroids.png deleted file mode 100644 index 3f401cd..0000000 Binary files a/games/img/sample_asteroids.png and /dev/null differ diff --git a/games/img/sample_asteroids_survival.png b/games/img/sample_asteroids_survival.png deleted file mode 100644 index 8343bb9..0000000 Binary files a/games/img/sample_asteroids_survival.png and /dev/null differ diff --git a/games/img/sample_floppy.png b/games/img/sample_floppy.png deleted file mode 100644 index 69ee782..0000000 Binary files a/games/img/sample_floppy.png and /dev/null differ diff --git a/games/img/sample_gorilas.png b/games/img/sample_gorilas.png deleted file mode 100644 index 28453f8..0000000 Binary files a/games/img/sample_gorilas.png and /dev/null differ diff --git a/games/img/sample_missile_commander.png b/games/img/sample_missile_commander.png deleted file mode 100644 index 2673ded..0000000 Binary files a/games/img/sample_missile_commander.png and /dev/null differ diff --git a/games/img/sample_pang.png b/games/img/sample_pang.png deleted file mode 100644 index ce44c64..0000000 Binary files a/games/img/sample_pang.png and /dev/null differ diff --git a/games/img/sample_snake.png b/games/img/sample_snake.png deleted file mode 100644 index a83b2a8..0000000 Binary files a/games/img/sample_snake.png and /dev/null differ diff --git a/games/img/sample_space_invaders.png b/games/img/sample_space_invaders.png deleted file mode 100644 index 2b75b32..0000000 Binary files a/games/img/sample_space_invaders.png and /dev/null differ diff --git a/games/img/sample_tetris.png b/games/img/sample_tetris.png deleted file mode 100644 index 7ae0fc6..0000000 Binary files a/games/img/sample_tetris.png and /dev/null differ diff --git a/games/img/user_crazyball.png b/games/img/user_crazyball.png deleted file mode 100644 index 686fcbf..0000000 Binary files a/games/img/user_crazyball.png and /dev/null differ diff --git a/games/img/user_funwithsat.png b/games/img/user_funwithsat.png deleted file mode 100644 index 7a972a6..0000000 Binary files a/games/img/user_funwithsat.png and /dev/null differ diff --git a/games/img/user_raymario.png b/games/img/user_raymario.png deleted file mode 100644 index cc6e017..0000000 Binary files a/games/img/user_raymario.png and /dev/null differ diff --git a/games/img/user_super_red_rope.png b/games/img/user_super_red_rope.png deleted file mode 100644 index c8909c6..0000000 Binary files a/games/img/user_super_red_rope.png and /dev/null differ diff --git a/games/img/user_taptojamp.png b/games/img/user_taptojamp.png deleted file mode 100644 index b66a1ec..0000000 Binary files a/games/img/user_taptojamp.png and /dev/null differ diff --git a/games/img/user_tictactoe.png b/games/img/user_tictactoe.png deleted file mode 100644 index d10f7d8..0000000 Binary files a/games/img/user_tictactoe.png and /dev/null differ -- cgit v1.2.3