Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Layered Sprites

An asset by CookieCherith
The page banner background of a mountain and forest
Layered Sprites thumbnail image
Layered Sprites thumbnail image
Layered Sprites hero image

Quick Information

0 ratings
Layered Sprites icon image
CookieCherith
Layered Sprites

Adds a Node for rendering multiple layered textures on top of each other. Supports variants and modulates per-layer, and animations.

Supported Engine Version
4.6
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
5 hours ago
Git URL
Issue URL

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

  1. Enable the Plugin in the Project Settings.
  2. Add a LayeredSprite2D Node to your Scene.
  3. Create a new LayerList Resource in the LayeredSprite's "Layers" property.
  4. Populate the LayerList using the LayerList Bottom Dock.
  5. Create a new SpriteFrames Resource in the LayedSprite's "Template Sprite Frames" property.
  6. 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

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Layered Sprites icon image
CookieCherith
Layered Sprites

Adds a Node for rendering multiple layered textures on top of each other. Supports variants and modulates per-layer, and animations.

Supported Engine Version
4.6
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
5 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers