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

This is a group of simple 2d animations similar with cocos2dx actions .You can build animations only in a few lines of code . Including action sequence,merge and ease.
CocosLikeGodotActions
This is a group of simple 2d animations similar with cocos2dx actions ,you can build animation only in a few lines of code . Including action sequence,merge and ease.
Code Example
Actions.MoveBy.new(Vector2(0,300),1.0).run(node)
Actions preview
This is a group of simple 2d animations similar with cocos2dx actions .You can build animations only in a few lines of code . Including action sequence,merge and ease.
Reviews
Quick Information

This is a group of simple 2d animations similar with cocos2dx actions .You can build animations only in a few lines of code . Including action sequence,merge and ease.