From 37cc9eb1df56cf179c11b1506fc1ba393b2b56ac Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 10 Feb 2024 02:27:35 +0100 Subject: [PATCH] Create a few basic vector sprites --- sprites/circle.svg | 48 ++++++++++++++++++++++++++++++++++++ sprites/circle.svg.import | 37 ++++++++++++++++++++++++++++ sprites/diag45.svg | 46 ++++++++++++++++++++++++++++++++++ sprites/diag45.svg.import | 37 ++++++++++++++++++++++++++++ sprites/square.svg | 49 +++++++++++++++++++++++++++++++++++++ sprites/square.svg.import | 37 ++++++++++++++++++++++++++++ sprites/triangle.svg | 46 ++++++++++++++++++++++++++++++++++ sprites/triangle.svg.import | 37 ++++++++++++++++++++++++++++ 8 files changed, 337 insertions(+) create mode 100644 sprites/circle.svg create mode 100644 sprites/circle.svg.import create mode 100644 sprites/diag45.svg create mode 100644 sprites/diag45.svg.import create mode 100644 sprites/square.svg create mode 100644 sprites/square.svg.import create mode 100644 sprites/triangle.svg create mode 100644 sprites/triangle.svg.import diff --git a/sprites/circle.svg b/sprites/circle.svg new file mode 100644 index 0000000..230cbb4 --- /dev/null +++ b/sprites/circle.svg @@ -0,0 +1,48 @@ + + + + + + + + + + diff --git a/sprites/circle.svg.import b/sprites/circle.svg.import new file mode 100644 index 0000000..2159014 --- /dev/null +++ b/sprites/circle.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bxyy3bwt7a5l2" +path="res://.godot/imported/circle.svg-e47ac6b62e5e36317c217b8b03627931.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/circle.svg" +dest_files=["res://.godot/imported/circle.svg-e47ac6b62e5e36317c217b8b03627931.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/diag45.svg b/sprites/diag45.svg new file mode 100644 index 0000000..dbe16a1 --- /dev/null +++ b/sprites/diag45.svg @@ -0,0 +1,46 @@ + + + + + + + + + + diff --git a/sprites/diag45.svg.import b/sprites/diag45.svg.import new file mode 100644 index 0000000..9ffbc86 --- /dev/null +++ b/sprites/diag45.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3yvm0k0ajydg" +path="res://.godot/imported/diag45.svg-b199b0a460bc366ce8ee410ca1f95fa7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/diag45.svg" +dest_files=["res://.godot/imported/diag45.svg-b199b0a460bc366ce8ee410ca1f95fa7.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/square.svg b/sprites/square.svg new file mode 100644 index 0000000..a6f8b2b --- /dev/null +++ b/sprites/square.svg @@ -0,0 +1,49 @@ + + + + + + + + + + diff --git a/sprites/square.svg.import b/sprites/square.svg.import new file mode 100644 index 0000000..2172f21 --- /dev/null +++ b/sprites/square.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dvr4j6164rphg" +path="res://.godot/imported/square.svg-eb5ce7ff66dca983c1acbf7134c96e32.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/square.svg" +dest_files=["res://.godot/imported/square.svg-eb5ce7ff66dca983c1acbf7134c96e32.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/triangle.svg b/sprites/triangle.svg new file mode 100644 index 0000000..553ade8 --- /dev/null +++ b/sprites/triangle.svg @@ -0,0 +1,46 @@ + + + + + + + + + + diff --git a/sprites/triangle.svg.import b/sprites/triangle.svg.import new file mode 100644 index 0000000..07dc4b8 --- /dev/null +++ b/sprites/triangle.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ci6vx1y2x1067" +path="res://.godot/imported/triangle.svg-09d58bb2a5aaa877344bdf03629876b4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/triangle.svg" +dest_files=["res://.godot/imported/triangle.svg-09d58bb2a5aaa877344bdf03629876b4.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false