From c456ea23af94c7eeba87626892ad8f90c4cc7b72 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 14 Feb 2020 13:59:15 -0500 Subject: [PATCH] Add Leopard tank --- media/LICENSES.md | 9 +- media/vehicles/leopard-2-revolution-1.svg | 152 ++++++++++++++++++ .../vertical-leopard-2-revolution-1.svg | 152 ++++++++++++++++++ presets/vehicles.js | 12 ++ 4 files changed, 324 insertions(+), 1 deletion(-) create mode 100644 media/vehicles/leopard-2-revolution-1.svg create mode 100644 media/vehicles/vertical-leopard-2-revolution-1.svg diff --git a/media/LICENSES.md b/media/LICENSES.md index 7d6c4562..b40763c5 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -570,7 +570,14 @@ https://commons.wikimedia.org/wiki/File:Blank_US_Map_(states_only).svg # Vehicles +**http://leopardclub.ca/reviews/Tiger_Model/Revolution/** + +http://leopardclub.ca/reviews/Tiger_Model/Revolution/images/boxtop1.jpg + +* leopard-2-revolution-1.svg + **Self-created** * bus.svg -* vertical-bus.svg \ No newline at end of file +* vertical-bus.svg + diff --git a/media/vehicles/leopard-2-revolution-1.svg b/media/vehicles/leopard-2-revolution-1.svg new file mode 100644 index 00000000..a1dee62e --- /dev/null +++ b/media/vehicles/leopard-2-revolution-1.svg @@ -0,0 +1,152 @@ + + + + + + + diff --git a/media/vehicles/vertical-leopard-2-revolution-1.svg b/media/vehicles/vertical-leopard-2-revolution-1.svg new file mode 100644 index 00000000..6f9a9ab5 --- /dev/null +++ b/media/vehicles/vertical-leopard-2-revolution-1.svg @@ -0,0 +1,152 @@ + + + + + + + diff --git a/presets/vehicles.js b/presets/vehicles.js index 6043d36c..ce5bf4d1 100644 --- a/presets/vehicles.js +++ b/presets/vehicles.js @@ -56,5 +56,17 @@ function makeVehicles() { ) }); + results.push({ + name: "Leopard 2 Rev. 1", + constructor: () => makeVehicle( + "Leopard 2 Rev. 1", + math.unit(3, "meters"), + { source: "./media/vehicles/leopard-2-revolution-1.svg" }, + math.unit(10, "meters"), + { source: "./media/vehicles/vertical-leopard-2-revolution-1.svg" }, + math.unit(60, "tonnes"), + ) + }); + return results; } \ No newline at end of file