From 326201e4def3b4eb535e9f48b0ab1fed33a9bd22 Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Sun, 25 Apr 2021 14:02:40 +0200 Subject: New Main menu --- textures/backgrounds/background__darkblue.png | Bin 0 -> 9051 bytes .../backgrounds/background__darkblue.png.import | 34 +++++++++++++++++++++ textures/backgrounds/background__darkblue.xcf | Bin 0 -> 10971 bytes textures/texts/name.png | Bin 1496 -> 1486 bytes textures/texts/name.xcf | Bin 27469 -> 27173 bytes 5 files changed, 34 insertions(+) create mode 100644 textures/backgrounds/background__darkblue.png create mode 100644 textures/backgrounds/background__darkblue.png.import create mode 100644 textures/backgrounds/background__darkblue.xcf (limited to 'textures') diff --git a/textures/backgrounds/background__darkblue.png b/textures/backgrounds/background__darkblue.png new file mode 100644 index 0000000..0ac7f2a Binary files /dev/null and b/textures/backgrounds/background__darkblue.png differ diff --git a/textures/backgrounds/background__darkblue.png.import b/textures/backgrounds/background__darkblue.png.import new file mode 100644 index 0000000..356373e --- /dev/null +++ b/textures/backgrounds/background__darkblue.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/background__darkblue.png-23c3e4e2718bf427ea3b512d0b25d37a.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/backgrounds/background__darkblue.png" +dest_files=[ "res://.import/background__darkblue.png-23c3e4e2718bf427ea3b512d0b25d37a.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__darkblue.xcf b/textures/backgrounds/background__darkblue.xcf new file mode 100644 index 0000000..babf7ca Binary files /dev/null and b/textures/backgrounds/background__darkblue.xcf differ diff --git a/textures/texts/name.png b/textures/texts/name.png index 66bb283..0f37946 100644 Binary files a/textures/texts/name.png and b/textures/texts/name.png differ diff --git a/textures/texts/name.xcf b/textures/texts/name.xcf index 2531d86..09e82f1 100644 Binary files a/textures/texts/name.xcf and b/textures/texts/name.xcf differ -- cgit