Skip to content

Commit

Permalink
[doc] Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed May 14, 2024
1 parent af7eb35 commit 0048575
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,41 @@
# 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.

*Background: most plugins are using `preload`, but on first import there is nothing which can be preloaded.*

## 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.
4 changes: 4 additions & 0 deletions doc/docs/index.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit 0048575

Please sign in to comment.