-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters