Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Adds a Node for rendering multiple layered textures on top of each other. Supports variants and modulates per-layer, and animations.
godot-layered-sprites
An addon for Godot that adds a Node type for displaying multiple sprites layered on top of each other. Supports animation, texture variants for each layer, and separate colors for each layer.
Usage
- Enable the Plugin in the Project Settings.
- Add a LayeredSprite2D Node to your Scene.
- Create a new LayerList Resource in the LayeredSprite's "Layers" property.
- Populate the LayerList using the LayerList Bottom Dock.
- Create a new SpriteFrames Resource in the LayedSprite's "Template Sprite Frames" property.
- Populate the SpriteFrames with template animations (these will be used to determine where to pull frames from for each layer, it's recommended you just pick one of the layer sprites to use for all the template animations).
Note: when assigning textures to layers, all textures must have the same layout (the same animation frames must be in the same place) in order for the animations to properly work.
Adds a Node for rendering multiple layered textures on top of each other. Supports variants and modulates per-layer, and animations.
Reviews
Quick Information
Adds a Node for rendering multiple layered textures on top of each other. Supports variants and modulates per-layer, and animations.