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

A sprite extension that accounts for 4 directions per action.
4-Directional Animation
Getting Started
Requirement
- Godot Engine v3.2+
Installation
After downloading, open Godot Engine Project Manager. Click Import, go to the folder you've downloaded into, and select "project.godot".
Usage
Opening the Project
The scene contains a red square. It can walk around and boogie on the spot!
Controls
Arrow keys to move, Space to dance.
Applicability
The script can be attached to the Sprite node. With it, you can set the side and action frame parameters seperately for animation.
Author
- mechPenSketch
License
This project is licensed under the MIT License - see the LICENSE.md file for details
A sprite extension that accounts for 4 directions per action.
Reviews
Quick Information

A sprite extension that accounts for 4 directions per action.