summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2017-09-12 12:39:27 +0200
committerGitHub <[email protected]>2017-09-12 12:39:27 +0200
commit5e8730f8da5e780741e624269865119da3cb0665 (patch)
tree4ae98672e0672c10007488a8cae46f6c1082afab
parent7544b9dbce635b79c21cc10be7fd5591c9df4c79 (diff)
downloadraylib.com-5e8730f8da5e780741e624269865119da3cb0665.tar.gz
raylib.com-5e8730f8da5e780741e624269865119da3cb0665.zip
Update games.js
-rw-r--r--common/js/games.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/common/js/games.js b/common/js/games.js
index 67a9e50..572ec2c 100644
--- a/common/js/games.js
+++ b/common/js/games.js
@@ -20,9 +20,6 @@ $(document).ready(function() {
'game_koala_seasons',
'game_light_my_ritual',
'game_wave_collector',
- 'user_raymario',
- 'user_crazyball',
- 'user_tictactoe',
'user_super_red_rope',
'user_taptojamp',
'user_funwithsat'];
@@ -44,9 +41,6 @@ $(document).ready(function() {
'Koala Seasons',
'LIGHT MY RITUAL',
'Wave Collector',
- 'RayMario (Victor Fisac)',
- 'CrazyBall (Victor Fisac)',
- 'Tic-Tac-Toe (LelixSuper)',
'Super Red Rope Puzzles (Kurnic)',
'TapToJAmp (MarcMDE)',
'FunWithSATCollisions (MarcMDE)'];
@@ -63,9 +57,6 @@ $(document).ready(function() {
{
switch (exampleName[i])
{
- case 'user_raymario': linkTag = '<a target="_blank" href="https://github.com/victorfisac/RayMario" title="' + exampleDesc[i] + '">'; break;
- case 'user_crazyball': linkTag = '<a target="_blank" href="https://github.com/victorfisac/CrazyBall" title="' + exampleDesc[i] + '">'; break;
- case 'user_tictactoe': linkTag = '<a target="_blank" href="https://github.com/LelixSuper/TicTacToe" title="' + exampleDesc[i] + '">'; break;
case 'user_super_red_rope': linkTag = '<a target="_blank" href="https://kurnic.itch.io/super-red-rope-puzzles" title="' + exampleDesc[i] + '">'; break;
case 'user_taptojamp': linkTag = '<a target="_blank" href="http://marcmde.github.io/TapToJAmp_v2_0/" title="' + exampleDesc[i] + '">'; break;
case 'user_funwithsat': linkTag = '<a target="_blank" href="http://marcmde.github.io/FunWithSATCollisions_v_1_0_Browser/" title="' + exampleDesc[i] + '">'; break;
@@ -100,4 +91,4 @@ $(document).ready(function() {
function() { $(this).stop().animate({ opacity:0 }, 200, "easeOutQuad" ); }
)
*/
-}); \ No newline at end of file
+});