From a1d7f54924ca795aabb5873f8e4ff5f8bc67cd9f Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 3 Sep 2021 15:17:28 +0200 Subject: Reviewed paths --- common/games.js | 2 +- games.html | 2 +- games/classics/loader.html | 220 +++++++++++++++++++++++++++++++++++++++++++++ games/loader.html | 202 ----------------------------------------- 4 files changed, 222 insertions(+), 204 deletions(-) create mode 100644 games/classics/loader.html delete mode 100644 games/loader.html diff --git a/common/games.js b/common/games.js index e5110ca..2570fb5 100644 --- a/common/games.js +++ b/common/games.js @@ -53,7 +53,7 @@ $(document).ready(function() { var linkTag; - if (filterType == 'classic') linkTag = ''; + if (filterType == 'classic') linkTag = ''; else if (filterType == 'game') linkTag = ''; $('#container').append( diff --git a/games.html b/games.html index 254a7d8..21067e9 100644 --- a/games.html +++ b/games.html @@ -65,7 +65,7 @@

raylib games are organized in two categories:


-
classic games
+
classic games
standard games
diff --git a/games/classics/loader.html b/games/classics/loader.html new file mode 100644 index 0000000..d545f6f --- /dev/null +++ b/games/classics/loader.html @@ -0,0 +1,220 @@ + + + + loading... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +
View code on Github
+ + + + + + + + + + \ No newline at end of file diff --git a/games/loader.html b/games/loader.html deleted file mode 100644 index e327bc7..0000000 --- a/games/loader.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - loading... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -
View code on Github
- - - - - - - - - - \ No newline at end of file -- cgit v1.2.3