diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-07-12 05:09:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 05:09:37 +0200 |
commit | 118d4f311516e678cb2d0a6565e1d8626f5e8815 (patch) | |
tree | 5b9b1d6b8d57563accc443735fb50a7418c898de /editor/icons | |
parent | 40f38216cf4b50b175bf9c70b35291d900db0f80 (diff) | |
parent | 0a36e974daeac1875d4e7551f4ba88ba8e1d1851 (diff) |
Merge pull request #19540 from muiroc/cylinder
Cylinder resource and collision shape (bullet only)
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/icon_cylinder_shape.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/icons/icon_cylinder_shape.svg b/editor/icons/icon_cylinder_shape.svg new file mode 100644 index 0000000000..abda347ec5 --- /dev/null +++ b/editor/icons/icon_cylinder_shape.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 14.999999 14.999999" xmlns="http://www.w3.org/2000/svg"> +<rect fill="#68b6ff" width="13.171325" height="7.6993308" x="0.89037383" y="3.6879442"/> +<ellipse fill="#a2d2ff" cx="7.4772978" cy="3.7229116" rx="6.5864792" ry="2.820821"/> +<ellipse fill="#68b6ff" cx="7.4746876" cy="11.34481" rx="6.5864792" ry="2.8208208"/> +</svg> |