diff options
| author | raysan5 <[email protected]> | 2021-09-03 14:58:55 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-09-03 14:58:55 +0200 |
| commit | c960ec52c69a369ad60c6f3ea97ad286cc8a0bd5 (patch) | |
| tree | 47010cdde7e68ad589260f39338719c47074855a | |
| parent | 23cb733355749150af2b28d17c15b9e57a76c273 (diff) | |
| download | raylib.com-c960ec52c69a369ad60c6f3ea97ad286cc8a0bd5.tar.gz raylib.com-c960ec52c69a369ad60c6f3ea97ad286cc8a0bd5.zip | |
Rename sample to classic
| -rw-r--r-- | common/games.css | 4 | ||||
| -rw-r--r-- | common/games.js | 2 | ||||
| -rw-r--r-- | games/img/classic_arkanoid.png (renamed from games/img/sample_arkanoid.png) | bin | 15048 -> 15048 bytes | |||
| -rw-r--r-- | games/img/classic_asteroids.png (renamed from games/img/sample_asteroids.png) | bin | 16714 -> 16714 bytes | |||
| -rw-r--r-- | games/img/classic_asteroids_survival.png (renamed from games/img/sample_asteroids_survival.png) | bin | 17056 -> 17056 bytes | |||
| -rw-r--r-- | games/img/classic_floppy.png (renamed from games/img/sample_floppy.png) | bin | 15286 -> 15286 bytes | |||
| -rw-r--r-- | games/img/classic_gorilas.png (renamed from games/img/sample_gorilas.png) | bin | 16649 -> 16649 bytes | |||
| -rw-r--r-- | games/img/classic_missile_commander.png (renamed from games/img/sample_missile_commander.png) | bin | 18035 -> 18035 bytes | |||
| -rw-r--r-- | games/img/classic_pang.png (renamed from games/img/sample_pang.png) | bin | 16293 -> 16293 bytes | |||
| -rw-r--r-- | games/img/classic_snake.png (renamed from games/img/sample_snake.png) | bin | 15502 -> 15502 bytes | |||
| -rw-r--r-- | games/img/classic_space_invaders.png (renamed from games/img/sample_space_invaders.png) | bin | 15295 -> 15295 bytes | |||
| -rw-r--r-- | games/img/classic_tetris.png (renamed from games/img/sample_tetris.png) | bin | 15767 -> 15767 bytes | |||
| -rw-r--r-- | games/img/user_crazyball.png | bin | 46376 -> 0 bytes | |||
| -rw-r--r-- | games/img/user_funwithsat.png | bin | 6167 -> 0 bytes | |||
| -rw-r--r-- | games/img/user_raymario.png | bin | 174201 -> 0 bytes | |||
| -rw-r--r-- | games/img/user_super_red_rope.png | bin | 28257 -> 0 bytes | |||
| -rw-r--r-- | games/img/user_taptojamp.png | bin | 219855 -> 0 bytes | |||
| -rw-r--r-- | games/img/user_tictactoe.png | bin | 384949 -> 0 bytes |
18 files changed, 3 insertions, 3 deletions
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 = '<a class="fancybox fancybox.iframe" href="games/loader.html?name=' + exampleName[i] + '" title="' + exampleDesc[i] + '">'; + if (filterType == 'classics') linkTag = '<a class="fancybox fancybox.iframe" href="games/loader.html?name=' + exampleName[i] + '" title="' + exampleDesc[i] + '">'; else if (filterType == 'game') linkTag = '<a target="_blank" href="games/' + exampleName[i].substring(5) + '.html" title="' + exampleDesc[i] + '">'; $('#container').append( diff --git a/games/img/sample_arkanoid.png b/games/img/classic_arkanoid.png Binary files differindex 2221cc8..2221cc8 100644 --- a/games/img/sample_arkanoid.png +++ b/games/img/classic_arkanoid.png diff --git a/games/img/sample_asteroids.png b/games/img/classic_asteroids.png Binary files differindex 3f401cd..3f401cd 100644 --- a/games/img/sample_asteroids.png +++ b/games/img/classic_asteroids.png diff --git a/games/img/sample_asteroids_survival.png b/games/img/classic_asteroids_survival.png Binary files differindex 8343bb9..8343bb9 100644 --- a/games/img/sample_asteroids_survival.png +++ b/games/img/classic_asteroids_survival.png diff --git a/games/img/sample_floppy.png b/games/img/classic_floppy.png Binary files differindex 69ee782..69ee782 100644 --- a/games/img/sample_floppy.png +++ b/games/img/classic_floppy.png diff --git a/games/img/sample_gorilas.png b/games/img/classic_gorilas.png Binary files differindex 28453f8..28453f8 100644 --- a/games/img/sample_gorilas.png +++ b/games/img/classic_gorilas.png diff --git a/games/img/sample_missile_commander.png b/games/img/classic_missile_commander.png Binary files differindex 2673ded..2673ded 100644 --- a/games/img/sample_missile_commander.png +++ b/games/img/classic_missile_commander.png diff --git a/games/img/sample_pang.png b/games/img/classic_pang.png Binary files differindex ce44c64..ce44c64 100644 --- a/games/img/sample_pang.png +++ b/games/img/classic_pang.png diff --git a/games/img/sample_snake.png b/games/img/classic_snake.png Binary files differindex a83b2a8..a83b2a8 100644 --- a/games/img/sample_snake.png +++ b/games/img/classic_snake.png diff --git a/games/img/sample_space_invaders.png b/games/img/classic_space_invaders.png Binary files differindex 2b75b32..2b75b32 100644 --- a/games/img/sample_space_invaders.png +++ b/games/img/classic_space_invaders.png diff --git a/games/img/sample_tetris.png b/games/img/classic_tetris.png Binary files differindex 7ae0fc6..7ae0fc6 100644 --- a/games/img/sample_tetris.png +++ b/games/img/classic_tetris.png diff --git a/games/img/user_crazyball.png b/games/img/user_crazyball.png Binary files differdeleted file mode 100644 index 686fcbf..0000000 --- a/games/img/user_crazyball.png +++ /dev/null diff --git a/games/img/user_funwithsat.png b/games/img/user_funwithsat.png Binary files differdeleted file mode 100644 index 7a972a6..0000000 --- a/games/img/user_funwithsat.png +++ /dev/null diff --git a/games/img/user_raymario.png b/games/img/user_raymario.png Binary files differdeleted file mode 100644 index cc6e017..0000000 --- a/games/img/user_raymario.png +++ /dev/null diff --git a/games/img/user_super_red_rope.png b/games/img/user_super_red_rope.png Binary files differdeleted file mode 100644 index c8909c6..0000000 --- a/games/img/user_super_red_rope.png +++ /dev/null diff --git a/games/img/user_taptojamp.png b/games/img/user_taptojamp.png Binary files differdeleted file mode 100644 index b66a1ec..0000000 --- a/games/img/user_taptojamp.png +++ /dev/null diff --git a/games/img/user_tictactoe.png b/games/img/user_tictactoe.png Binary files differdeleted file mode 100644 index d10f7d8..0000000 --- a/games/img/user_tictactoe.png +++ /dev/null |
