From 9ababad5e2ae483b144b9d3c20ecfe1beffa9fb2 Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Mon, 26 Apr 2021 20:21:37 +0200 Subject: Heartescene --- textures/bullet.png | Bin 618 -> 4995 bytes textures/bullet.png.import | 2 +- textures/bullet.xcf | Bin 0 -> 1476 bytes textures/icons/arrow.png | Bin 0 -> 755 bytes textures/icons/arrow.png.import | 34 ++++++++++++++++++++++++++++++++++ textures/icons/arrow.xcf | Bin 0 -> 1187 bytes textures/icons/arrow2.png | Bin 0 -> 762 bytes textures/icons/arrow2.png.import | 34 ++++++++++++++++++++++++++++++++++ textures/icons/arrow2.xcf | Bin 0 -> 2422 bytes 9 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 textures/bullet.xcf create mode 100644 textures/icons/arrow.png create mode 100644 textures/icons/arrow.png.import create mode 100644 textures/icons/arrow.xcf create mode 100644 textures/icons/arrow2.png create mode 100644 textures/icons/arrow2.png.import create mode 100644 textures/icons/arrow2.xcf (limited to 'textures') diff --git a/textures/bullet.png b/textures/bullet.png index 8de2bbb..34fab52 100644 Binary files a/textures/bullet.png and b/textures/bullet.png differ diff --git a/textures/bullet.png.import b/textures/bullet.png.import index ccb3b03..7f099c3 100644 --- a/textures/bullet.png.import +++ b/textures/bullet.png.import @@ -20,7 +20,7 @@ compress/hdr_mode=0 compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 -flags/filter=true +flags/filter=false flags/mipmaps=false flags/anisotropic=false flags/srgb=2 diff --git a/textures/bullet.xcf b/textures/bullet.xcf new file mode 100644 index 0000000..1ef5782 Binary files /dev/null and b/textures/bullet.xcf differ diff --git a/textures/icons/arrow.png b/textures/icons/arrow.png new file mode 100644 index 0000000..42d8d1d Binary files /dev/null and b/textures/icons/arrow.png differ diff --git a/textures/icons/arrow.png.import b/textures/icons/arrow.png.import new file mode 100644 index 0000000..3ddda28 --- /dev/null +++ b/textures/icons/arrow.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/arrow.png-908e8202b5a23591d5a4a292886921be.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/icons/arrow.png" +dest_files=[ "res://.import/arrow.png-908e8202b5a23591d5a4a292886921be.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/textures/icons/arrow.xcf b/textures/icons/arrow.xcf new file mode 100644 index 0000000..2b109d6 Binary files /dev/null and b/textures/icons/arrow.xcf differ diff --git a/textures/icons/arrow2.png b/textures/icons/arrow2.png new file mode 100644 index 0000000..3bdf39f Binary files /dev/null and b/textures/icons/arrow2.png differ diff --git a/textures/icons/arrow2.png.import b/textures/icons/arrow2.png.import new file mode 100644 index 0000000..fc1e7e9 --- /dev/null +++ b/textures/icons/arrow2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/arrow2.png-1df0267ba58be0868e258bbb4da3790a.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/icons/arrow2.png" +dest_files=[ "res://.import/arrow2.png-1df0267ba58be0868e258bbb4da3790a.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/textures/icons/arrow2.xcf b/textures/icons/arrow2.xcf new file mode 100644 index 0000000..269a4d4 Binary files /dev/null and b/textures/icons/arrow2.xcf differ -- cgit