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
Ezd is a simple asset that allows you to easily create eased interpolations. You can use it for animations, movement, fade, i.e., polish for your game.The asset has 3 examples of what you can do with it.
Ezd Interpolation
Ezd is a simple asset that allows you to easily create eased interpolations. You can use it for animations, movement, fade i.e., polish for your game. The asset has 3 examples of what you can do with it.
Installation
Copy/move the addons folder to res://
Examples
The examples are in res://addons/ezd/examples/
Example 1
The first example is a simple animation from one point to another
Example 2
The second example is a smooth top-down character controller with acceleration and deceleration(using the Vector2 interpolation)
Example 3
The third and last example is a simple character, the one you control the rotation with the left and right arrow keys
License - MIT
Check LICENSE for legal information.
Ezd is a simple asset that allows you to easily create eased interpolations. You can use it for animations, movement, fade, i.e., polish for your game.
The asset has 3 examples of what you can do with it.
Reviews
Quick Information
Ezd is a simple asset that allows you to easily create eased interpolations. You can use it for animations, movement, fade, i.e., polish for your game.The asset has 3 examples of what you can do with it.