Allows your players to send bug reports, feature requests and general feedback directly from within the game to a discord webhook.Features 2 different BugReporter UI designs and 1 survey style UI.From there you can do whatever.
Synchronize an animation player position with a position input value.This forces a transition between points in the animation rather than sudden jumps due to erratic position inputs.The demo shows an HSlider being used to move a Sprite whose position is determined by an animation track.
WebRTC implementation for Godot native platforms.
Base58 encoder and decoder for godot. Encode byte arrays to base 58 strings and vice versa.Example:bs58.encode(bs58.decode("111111111111"))
Wait... an other state machine plugin for godot ?-----------------------------------------------Yes... and no ! What's special about this plugin is that, unlike the typical state machine design pattern, it uses only *states* and is therefore extremely simple to implement.More precisely, this plugin provides three classes that allow you to manage the behavior of your nodes in great detail and in a **visual** way.
A collection of devblocks that use Kenney's prototype textures.Textures are also aligned and scaled properly.Original Kenney's prototype textures can be found here:https://www.kenney.nl/assets/prototype-textures
Adds simple resource icons to your file system dock and the inspector.Add an icon property or a _get_icon method (for @tool scripts).
WakaTime for Godot!Godot WakaTime is a plugin for metrics, insights, leaderboards and automatic time tracking generated from your Godot usage.See the repository doc for more information:https://github.com/thomazthz/godot-wakatime/tree/v1.5.0
A customizable Label that displays a Slider value. Just put it under a Slider and it will work automatically. You can customize the label with any styles and it will show correctly with both HSlider and VSlider.Comes with a few settings that controls when the label should appear (on click, on hover, on focus, always), placement (above or under the slider), separation from slider. There's also a property to specify custom format, e.g. "%s px" will add "px" suffix to your value.Remember to enable the plugin for the node to appear on your list. SliderLabel needs to be a child of Slider node, but you can specify a custom path too.Check the repository page for some cool GIFs.
With easy menus you don't have to program your own main, options and pause menu anymore!It features:* Keyboard & Gamepad Support* Setting of Various Audio & Video Settings* Autosaving and Loading of Settings (Data Persistence)* Various Signals to Connect Easy Menus with your existing CodeFor usage information visit the Github of the project. https://github.com/SavoVuksan/EasyMenus
A node for covering and uncovering the screen with a fading effect.Created for Godot 4
A port of Kenney's "Music Jingles" pack to the Godot Assets Library.Credit: kenney.nl v1.0.2. Renamed "assets" to "addons", as intended.