diff --git a/README.md b/README.md index c85edf5..e1ae813 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,16 @@ A plugin for Godot 3 that adds a tab for editing folders of Resources as data ta - Multiply/add numbers - Rotate color hues/adjust sat/val/RGB - Chop texture into atlas, assign results to each selected resource + +![Gif](./images/resources_as_sheet2.gif) + - 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. +![Gif](./images/resources_as_sheet3.gif) + Possible inputs: - `Ctrl + Click / Cmd + Click` - Select multiple cells in one column - `Shift + Click` - Select all cells between A and B in one column @@ -34,7 +39,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/resources_as_sheet2.gif b/images/resources_as_sheet2.gif new file mode 100644 index 0000000..e5544fa Binary files /dev/null and b/images/resources_as_sheet2.gif differ diff --git a/images/resources_as_sheet3.gif b/images/resources_as_sheet3.gif new file mode 100644 index 0000000..1f1874d Binary files /dev/null and b/images/resources_as_sheet3.gif differ