diff --git a/assets/images/car-race/cars/bloodhound.png b/assets/images/car-race/cars/bloodhound.png new file mode 100644 index 00000000..4527eba2 Binary files /dev/null and b/assets/images/car-race/cars/bloodhound.png differ diff --git a/assets/images/car-race/cars/cybertruck.png b/assets/images/car-race/cars/cybertruck.png new file mode 100644 index 00000000..6c6b25fa Binary files /dev/null and b/assets/images/car-race/cars/cybertruck.png differ diff --git a/assets/images/car-race/cars/horse.png b/assets/images/car-race/cars/horse.png new file mode 100644 index 00000000..175361e5 Binary files /dev/null and b/assets/images/car-race/cars/horse.png differ diff --git a/assets/images/car-race/cars/jeep.png b/assets/images/car-race/cars/jeep.png new file mode 100644 index 00000000..d5d1fab6 Binary files /dev/null and b/assets/images/car-race/cars/jeep.png differ diff --git a/assets/images/car-race/cars/lego.png b/assets/images/car-race/cars/lego.png new file mode 100644 index 00000000..fd57670e Binary files /dev/null and b/assets/images/car-race/cars/lego.png differ diff --git a/assets/images/car-race/cars/pickup.png b/assets/images/car-race/cars/pickup.png new file mode 100644 index 00000000..ead6861d Binary files /dev/null and b/assets/images/car-race/cars/pickup.png differ diff --git a/assets/images/car-race/cars/rainbow.png b/assets/images/car-race/cars/rainbow.png new file mode 100644 index 00000000..579e21bd Binary files /dev/null and b/assets/images/car-race/cars/rainbow.png differ diff --git a/assets/images/car-race/cars/runner.png b/assets/images/car-race/cars/runner.png new file mode 100644 index 00000000..3e9527a1 Binary files /dev/null and b/assets/images/car-race/cars/runner.png differ diff --git a/commands/games-mp/car-race.js b/commands/games-mp/car-race.js index a48a9f3f..edee602b 100644 --- a/commands/games-mp/car-race.js +++ b/commands/games-mp/car-race.js @@ -102,6 +102,55 @@ module.exports = class CarRaceCommand extends Command { url: 'https://www.deviantart.com/zekewhipper', reason: 'Mach 5 Car Image', reasonURL: 'https://www.deviantart.com/zekewhipper/art/Mach-5-My-Version-112814534' + }, + { + name: 'Iconscout', + url: 'https://iconscout.com/', + reason: 'Runner Car Image', + reasonURL: 'https://iconscout.com/illustrations/marathon-race' + }, + { + name: 'pixabay', + url: 'https://pixabay.com/', + reason: 'Cybertruck Car Image', + reasonURL: 'https://pixabay.com/vectors/tesla-cybertruck-electric-car-4770084/' + }, + { + name: 'Zero Error\'s randomised blog', + url: 'http://yanko06.blogspot.com/', + reason: 'Lego Car Image', + reasonURL: 'http://yanko06.blogspot.com/2016/03/nissan-240sx-lego-build.html' + }, + { + name: 'Stick PNG', + url: 'https://www.stickpng.com/', + reason: 'Horse Car Image', + reasonURL: 'https://www.stickpng.com/img/animals/horses/race-horse-side-view' + }, + { + name: 'DashieSparkle', + url: 'https://www.deviantart.com/dashiesparkle', + reason: 'Rainbow Car Image', + reasonURL: 'https://www.deviantart.com/dashiesparkle/art/Vector-475-Rainbow-Dash-58-609921260' + }, + { + name: 'MotorBiscuit', + url: 'https://www.motorbiscuit.com/', + reason: 'Pickup Car Image', + reasonURL: 'https://www.motorbiscuit.com/1000-hp-nissan-franken-navara-worlds-best-pickup-says-builder/' + }, + { + name: 'Lake Keowee Chrysler Dodge Jeep Ram', + url: 'https://www.lakekeoweechryslerdodge.com/', + reason: 'Jeep Car Image', + reasonURL: 'https://www.lakekeoweechryslerdodge.com/2017-jeep-wrangler-seneca--sc.htm' + }, + { + name: 'The BLOODHOUND Project', + url: 'https://www.bloodhoundlsr.com/', + reason: 'Bloodhound Car Image', + // eslint-disable-next-line max-len + reasonURL: 'http://sendy.bloodhoundssc.com/w/r66GIuC7uX1SMJnEzBQclA/RYS3PGArp6y5QLtigCCOVA/3JZqlel0Hcux67634uBAdtpg' } ], args: [ diff --git a/package.json b/package.json index fa5b957c..018b655a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "127.1.1", + "version": "127.1.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {