From 945c4166bae70399eb9060ce4b5e2de0b44f70ce Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Sat, 24 Apr 2021 22:45:45 +0200 Subject: Menu scene --- textures/backgrounds/background_black.png | Bin 0 -> 11073 bytes textures/backgrounds/background_black.png.import | 34 +++++++++++++++++++++++ textures/backgrounds/background_black.xcf | Bin 0 -> 19473 bytes textures/backgrounds/background_grey.png | Bin 0 -> 11074 bytes textures/backgrounds/background_grey.png.import | 34 +++++++++++++++++++++++ textures/backgrounds/background_grey.xcf | Bin 0 -> 19491 bytes 6 files changed, 68 insertions(+) create mode 100644 textures/backgrounds/background_black.png create mode 100644 textures/backgrounds/background_black.png.import create mode 100644 textures/backgrounds/background_black.xcf create mode 100644 textures/backgrounds/background_grey.png create mode 100644 textures/backgrounds/background_grey.png.import create mode 100644 textures/backgrounds/background_grey.xcf (limited to 'textures/backgrounds') diff --git a/textures/backgrounds/background_black.png b/textures/backgrounds/background_black.png new file mode 100644 index 0000000..b2d0984 Binary files /dev/null and b/textures/backgrounds/background_black.png differ diff --git a/textures/backgrounds/background_black.png.import b/textures/backgrounds/background_black.png.import new file mode 100644 index 0000000..3439161 --- /dev/null +++ b/textures/backgrounds/background_black.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/background_black.png-8594d70772424baa33cd72b27f8331b4.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/backgrounds/background_black.png" +dest_files=[ "res://.import/background_black.png-8594d70772424baa33cd72b27f8331b4.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/backgrounds/background_black.xcf b/textures/backgrounds/background_black.xcf new file mode 100644 index 0000000..989b641 Binary files /dev/null and b/textures/backgrounds/background_black.xcf differ diff --git a/textures/backgrounds/background_grey.png b/textures/backgrounds/background_grey.png new file mode 100644 index 0000000..210e988 Binary files /dev/null and b/textures/backgrounds/background_grey.png differ diff --git a/textures/backgrounds/background_grey.png.import b/textures/backgrounds/background_grey.png.import new file mode 100644 index 0000000..a8a14a3 --- /dev/null +++ b/textures/backgrounds/background_grey.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/background_grey.png-54e7d0aa5a7633db1f412e3f14dd4689.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/backgrounds/background_grey.png" +dest_files=[ "res://.import/background_grey.png-54e7d0aa5a7633db1f412e3f14dd4689.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/backgrounds/background_grey.xcf b/textures/backgrounds/background_grey.xcf new file mode 100644 index 0000000..650feda Binary files /dev/null and b/textures/backgrounds/background_grey.xcf differ -- cgit