diff options
| author | Ray <[email protected]> | 2019-05-21 17:03:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-21 17:03:28 +0200 |
| commit | 43eed6677a11c6735f06eb0235a1b6f82a30e345 (patch) | |
| tree | 8bee760c805ce02339986443398eff1f223a7edf /common | |
| parent | faf39d486fcca239e17e1c78e8e238b5e665fcb6 (diff) | |
| download | raylib.com-43eed6677a11c6735f06eb0235a1b6f82a30e345.tar.gz raylib.com-43eed6677a11c6735f06eb0235a1b6f82a30e345.zip | |
Added games and remove user games
Diffstat (limited to 'common')
| -rw-r--r-- | common/games.js | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/common/games.js b/common/games.js index 0e8a22c..265b2c2 100644 --- a/common/games.js +++ b/common/games.js @@ -20,9 +20,8 @@ $(document).ready(function() { 'game_koala_seasons', 'game_light_my_ritual', 'game_wave_collector', - 'user_super_red_rope', - 'user_taptojamp', - 'user_funwithsat']; + 'game_transmission', + 'game_cat_vs_roomba']; var exampleDesc = [ 'arkanoid', @@ -41,9 +40,8 @@ $(document).ready(function() { 'Koala Seasons', 'LIGHT MY RITUAL', 'Wave Collector', - 'Super Red Rope Puzzles (Kurnic)', - 'TapToJAmp (MarcMDE)', - 'FunWithSATCollisions (MarcMDE)']; + 'Transmission Mission', + 'Cat vs Roomba']; for (var i = 0; i < exampleName.length; i++) { |
