gdquest.sparkly_bag
v0.0.2-alpha.1
Published
A collection of small disparate utilities.
Downloads
3
Maintainers
Readme
GDQuest Sparkly Bag Utils
Is a collection of utilities dealing with repeating patterns that we discovered in time.
They're not necessarily related to each other, and some are generic while others are very specific.
The collection includes:
Autoloads added/removed automatically when enabling/disabling the plugin:
- Background injector for a unified 2D look. It loads an image located at
autoloads/background_injector/background.png
.
- Background injector for a unified 2D look. It loads an image located at
A post import script for GLTF resources that cleans up any inconsistencies with naming conventions and adds support for
AnimatableBody3D
convention via the-anim
suffix.A utility library called
SparklyBagUtils
.
✗ WARNING
Compatible: Godot
>= v4.0
✓ Install
Using Godot Package Manager
gpm init
.- Follow instructions with NPMjs package info.
- Enable the addon from
Project > Project Settings... > Plugins
. - Profit.
Manual
- Make a new folder at
res://addons/sparkly_bag/
. - Copy the contents of this repository into
res://addons/sparkly_bag/
. - Enable the addon from
Project > Project Settings... > Plugins
. - Profit.
Development
Autoloads
Autoloads are any scripts or scenes located under the autoloads
directory. Scenes with same name as scripts take precedence.