diff --git a/README.md b/README.md index 08cf69a..af42665 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A plugin for Godot 3 that adds a tab for editing folders of Resources as data ta - Copy-paste Text into Cells (one line, one cell) - Sort entries by column - Search by evaluating GDScript expression +- Row stylization (color-type cells change look of the row until next color-type) - Saves recently opened folders between sessions. Possible inputs: @@ -28,7 +29,7 @@ To add support of more datatypes, check out the `typed_cells` and `typed_editors Made by Don Tnowe in 2022. -[https://redbladegames.netlify.app]() +[https://redbladegames.netlify.app]()! [https://twitter.com/don_tnowe]() diff --git a/images/2022-09-20-00-05-43.png b/images/2022-09-20-00-05-43.png deleted file mode 100644 index f0999e7..0000000 Binary files a/images/2022-09-20-00-05-43.png and /dev/null differ diff --git a/images/2022-09-20-00-05-43.png.import b/images/2022-09-20-00-05-43.png.import deleted file mode 100644 index c8e76db..0000000 --- a/images/2022-09-20-00-05-43.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/2022-09-20-00-05-43.png-d44ad438e580d1568f353ee6177cce73.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://images/2022-09-20-00-05-43.png" -dest_files=[ "res://.import/2022-09-20-00-05-43.png-d44ad438e580d1568f353ee6177cce73.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/images/2022-09-22-00-59-02.png b/images/2022-09-22-00-59-02.png new file mode 100644 index 0000000..a505545 Binary files /dev/null and b/images/2022-09-22-00-59-02.png differ