From f20bd89dc4a7bf14a88b1effcaa1887b29314525 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 5 Sep 2022 20:35:53 +0200 Subject: gui: split GUI into Terminal components --- addons/gut/images/green.png | 3 +++ addons/gut/images/green.png.import | 35 +++++++++++++++++++++++++++++++++++ addons/gut/images/red.png | 3 +++ addons/gut/images/red.png.import | 35 +++++++++++++++++++++++++++++++++++ addons/gut/images/yellow.png | 3 +++ addons/gut/images/yellow.png.import | 35 +++++++++++++++++++++++++++++++++++ 6 files changed, 114 insertions(+) create mode 100644 addons/gut/images/green.png create mode 100644 addons/gut/images/green.png.import create mode 100644 addons/gut/images/red.png create mode 100644 addons/gut/images/red.png.import create mode 100644 addons/gut/images/yellow.png create mode 100644 addons/gut/images/yellow.png.import (limited to 'addons/gut/images') diff --git a/addons/gut/images/green.png b/addons/gut/images/green.png new file mode 100644 index 0000000..1652636 --- /dev/null +++ b/addons/gut/images/green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9137132eda912531252c215d698a604c401f2e59f8b29005117d72fef625ed75 +size 213 diff --git a/addons/gut/images/green.png.import b/addons/gut/images/green.png.import new file mode 100644 index 0000000..2537314 --- /dev/null +++ b/addons/gut/images/green.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/green.png-e3a17091688e10a7013279b38edc7f8a.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/gut/images/green.png" +dest_files=[ "res://.import/green.png-e3a17091688e10a7013279b38edc7f8a.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/addons/gut/images/red.png b/addons/gut/images/red.png new file mode 100644 index 0000000..f2770fd --- /dev/null +++ b/addons/gut/images/red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85d15987192029471051afc3b5de797629b95a5e02024fc5d14d81fdaf599bd +size 213 diff --git a/addons/gut/images/red.png.import b/addons/gut/images/red.png.import new file mode 100644 index 0000000..2932b46 --- /dev/null +++ b/addons/gut/images/red.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/red.png-47a557c3922e800f76686bc1a4ad0c3c.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/gut/images/red.png" +dest_files=[ "res://.import/red.png-47a557c3922e800f76686bc1a4ad0c3c.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/addons/gut/images/yellow.png b/addons/gut/images/yellow.png new file mode 100644 index 0000000..6ca993b --- /dev/null +++ b/addons/gut/images/yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e42a49cde1baf9dd2647d62ca58399efeb94c2eec39b2b62450021532c08c3 +size 213 diff --git a/addons/gut/images/yellow.png.import b/addons/gut/images/yellow.png.import new file mode 100644 index 0000000..ae59337 --- /dev/null +++ b/addons/gut/images/yellow.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/yellow.png-b3cf3d463958a169d909273d3d742052.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/gut/images/yellow.png" +dest_files=[ "res://.import/yellow.png-b3cf3d463958a169d909273d3d742052.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 -- cgit v1.2.3