summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-02-09 18:29:51 +0100
committerraysan5 <[email protected]>2020-02-09 18:29:51 +0100
commit2eb1cab8d3b9d84333bac382d67685d6dba88b1a (patch)
treea321225a3609cab6459dfe7c702328c2ba7f372a
parent9d224798fc41b3f132caadb96b1a64bd9e000393 (diff)
downloadraylib.com-2eb1cab8d3b9d84333bac382d67685d6dba88b1a.tar.gz
raylib.com-2eb1cab8d3b9d84333bac382d67685d6dba88b1a.zip
Added new game -WIP-
-rw-r--r--common/games.js6
-rw-r--r--games/img/game_repair.pngbin0 -> 1124373 bytes
2 files changed, 4 insertions, 2 deletions
diff --git a/common/games.js b/common/games.js
index 9aab1b2..45d2768 100644
--- a/common/games.js
+++ b/common/games.js
@@ -21,7 +21,8 @@ $(document).ready(function() {
'game_light_my_ritual',
'game_wave_collector',
'game_transmission',
- 'game_roomba'];
+ 'game_roomba',
+ 'game_repair'];
var exampleDesc = [
'arkanoid',
@@ -41,7 +42,8 @@ $(document).ready(function() {
'LIGHT MY RITUAL',
'Wave Collector',
'Transmission Mission',
- 'Cat vs Roomba'];
+ 'Cat vs Roomba',
+ 'RE-PAIR'];
for (var i = 0; i < exampleName.length; i++)
{
diff --git a/games/img/game_repair.png b/games/img/game_repair.png
new file mode 100644
index 0000000..146a299
--- /dev/null
+++ b/games/img/game_repair.png
Binary files differ