From 0048575a1e2b6a08afcfd802cc0dd020c801d5d1 Mon Sep 17 00:00:00 2001 From: Iceflower Date: Tue, 14 May 2024 02:43:52 +0200 Subject: [PATCH] [doc] Small tweaks --- README.md | 29 ++++++++++++++++------------- doc/docs/index.md | 4 ++++ 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 83a4e87..4c62d48 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ # Godot Addons -Download [here](https://github.com/kenyoni-software/godot-addons/releases/tag/latest). +![maintained](https://img.shields.io/badge/status-maintained-brightgreen.svg) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/IceflowRE/go-multiprogressbar/blob/master/LICENSE.md) -You can find a documentation [here](https://kenyoni-software.github.io/godot-addons). +Download [here](https://github.com/kenyoni-software/godot-addons/addons/releases/tag/latest). + +You can find a documentation with examples and detailed information [here](https://kenyoni-software.github.io/godot-addons). ## License [MIT License](./LICENSE.md) -## Overview +## Note If you import any plugin or open a Godot project for the first time, the plugins will throw errors. To ensure correct operation, reload the project and the errors are gone. @@ -16,23 +19,23 @@ If you import any plugin or open a Godot project for the first time, the plugins ## Addons -- [AspectRatioResizeContainer](https://kenyoni-software.github.io/godot-addons/aspect_ratio_resize_container) +- [AspectRatioResizeContainer](https://kenyoni-software.github.io/godot-addons/addons/aspect_ratio_resize_container) Extension of `AspectRatioContainer` to update it's own size. -- [Custom Theme Overrides](https://kenyoni-software.github.io/godot-addons/custom_theme_overrides) +- [Custom Theme Overrides](https://kenyoni-software.github.io/godot-addons/addons/custom_theme_overrides) Utility to provide custom theme overrides for any node. -- [Git SHA Project Setting](https://kenyoni-software.github.io/godot-addons/git_sha_project_setting) +- [Git SHA Project Setting](https://kenyoni-software.github.io/godot-addons/addons/git_sha_project_setting) Add Git SHA as project setting. -- [Hide Private Properties](https://kenyoni-software.github.io/godot-addons/hide_private_properties) +- [Hide Private Properties](https://kenyoni-software.github.io/godot-addons/addons/hide_private_properties) Hide private properties of instantiated child scenes. -- [Icon Explorer](https://kenyoni-software.github.io/godot-addons/icon_explorer) +- [Icon Explorer](https://kenyoni-software.github.io/godot-addons/addons/icon_explorer) Browse different icons and save them. -- [Icons Patcher](https://kenyoni-software.github.io/godot-addons/icons_patcher) +- [Icons Patcher](https://kenyoni-software.github.io/godot-addons/addons/icons_patcher) Patch Pictogrammers icons to white. -- [License Manager](https://kenyoni-software.github.io/godot-addons/licenses) +- [License Manager](https://kenyoni-software.github.io/godot-addons/addons/licenses) Manage license and copyright for third party graphics, software or libraries. -- [Logging](https://kenyoni-software.github.io/godot-addons/glogging) +- [Logging](https://kenyoni-software.github.io/godot-addons/addons/glogging) Simple logger. -- [QR Code](https://kenyoni-software.github.io/godot-addons/qr_code) +- [QR Code](https://kenyoni-software.github.io/godot-addons/addons/qr_code) QRCodeRect and QR Code generation. -- [TextureButtonColored](https://kenyoni-software.github.io/godot-addons/texture_button_colored) +- [TextureButtonColored](https://kenyoni-software.github.io/godot-addons/addons/texture_button_colored) Extension of `TextureButton` with color options. diff --git a/doc/docs/index.md b/doc/docs/index.md index 9508ec7..329aace 100644 --- a/doc/docs/index.md +++ b/doc/docs/index.md @@ -1,3 +1,7 @@ +--- +description: Kenyoni Godot Addons is a pack of useful Godot additions to make your life easier! +--- + # Kenyoni Godot Addons Kenyoni Godot Addons is a pack of useful Godot additions to make your life easier!