LPCAnimatedSprite2D
A downloadable tool
Download NowName your own price
LPCAnimatedSprite2D
With this addon you simply add a LPC spritesheet to a character and it automaticly generates the animations for the Godot4 sprites
Install
To install this plugin, go to Releases and download the latest version.
Inside your Godot Project folder, create a folder named addons
and extract the zip file inside it.
Getting Started
Activate the plugin
- Open your project in Godot Editor
- Go to Project > Project Settings... > Plugins
- You should see LPCAnimatedSprite Plugin. On the right side, check the "Enable" box
Use the plugin functions
You now have access to a new Node called LPCAnimatedSprite2D
, which you can use Add it to the scene tree
Then add your spritesheet with the names:
On the parent node you can call the animations:
extends Node2D @onready var player = $LPCAnimatedSprite2D as LPCAnimatedSprite2D func _ready(): player.play(LPCAnimatedSprite2D.LPCAnimation.WALK_UP)
Download
Download NowName your own price
Click download now to get access to the following files:
LPCAnimatedSprite.zip 2.3 kB
Leave a comment
Log in with itch.io to leave a comment.