summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-21 17:12:14 +0200
committerRay <[email protected]>2019-05-21 17:12:14 +0200
commit87223c50ae56e57692599a0d6ad0b338ea5f00a2 (patch)
tree37cb95b414aa85e71a47ac7e77aa4063ae5ba9a5
parent43eed6677a11c6735f06eb0235a1b6f82a30e345 (diff)
downloadraylib.com-87223c50ae56e57692599a0d6ad0b338ea5f00a2.tar.gz
raylib.com-87223c50ae56e57692599a0d6ad0b338ea5f00a2.zip
Added two games
-rw-r--r--common/games.js2
-rw-r--r--games/img/game_roomba.pngbin0 -> 29375 bytes
-rw-r--r--games/img/game_transmission.pngbin0 -> 142626 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/common/games.js b/common/games.js
index 265b2c2..9aab1b2 100644
--- a/common/games.js
+++ b/common/games.js
@@ -21,7 +21,7 @@ $(document).ready(function() {
'game_light_my_ritual',
'game_wave_collector',
'game_transmission',
- 'game_cat_vs_roomba'];
+ 'game_roomba'];
var exampleDesc = [
'arkanoid',
diff --git a/games/img/game_roomba.png b/games/img/game_roomba.png
new file mode 100644
index 0000000..e91d65e
--- /dev/null
+++ b/games/img/game_roomba.png
Binary files differ
diff --git a/games/img/game_transmission.png b/games/img/game_transmission.png
new file mode 100644
index 0000000..3b061db
--- /dev/null
+++ b/games/img/game_transmission.png
Binary files differ