From 7103016b8d0af10d3a9c0f0f4158b845cde09ba0 Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Sun, 25 Apr 2021 20:48:29 +0200 Subject: Card --- textures/colors/light_blue.png | Bin 0 -> 547 bytes textures/colors/light_blue.png.import | 34 ++++++++++++++++++++++++++++++++++ textures/colors/light_blue.xcf | Bin 0 -> 685 bytes 3 files changed, 34 insertions(+) create mode 100644 textures/colors/light_blue.png create mode 100644 textures/colors/light_blue.png.import create mode 100644 textures/colors/light_blue.xcf (limited to 'textures/colors') diff --git a/textures/colors/light_blue.png b/textures/colors/light_blue.png new file mode 100644 index 0000000..7f571cc Binary files /dev/null and b/textures/colors/light_blue.png differ diff --git a/textures/colors/light_blue.png.import b/textures/colors/light_blue.png.import new file mode 100644 index 0000000..4dd85bd --- /dev/null +++ b/textures/colors/light_blue.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/light_blue.png-645c4b3f148d6489c3208794b1ff51bf.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/colors/light_blue.png" +dest_files=[ "res://.import/light_blue.png-645c4b3f148d6489c3208794b1ff51bf.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=true +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/colors/light_blue.xcf b/textures/colors/light_blue.xcf new file mode 100644 index 0000000..556f961 Binary files /dev/null and b/textures/colors/light_blue.xcf differ -- cgit