Import Aseprite animations to AnimationPlayers, AnimatedSprites2D, AnimatedSprite3D and SpriteFrames.Features:- Generate sprite sheet and import animations to AnimationPlayer, AnimatedSprite, AnimatedSprite3D or SpriteFrames resource.- Adds Inspector docks for easy import and re-import.- Filters out layers you don't want in the final animation, using regex.- Supports slices. Import only a region from your file./- Supports Aseprite animation direction (forward, reverse, ping-pong).- Supports loopable and non-loopable animations.- Separates each Aseprite Tag into animations. In case no tags are defined, imports everything as default animation.- AnimatedSprite - Creates SpriteFrames with Atlas Texture to be used in AnimatedSprites. - Converts Aseprite frame duration (defined in milliseconds) to Godot's animation FPS. This way you can create your animation with the right timing in Aseprite, and it should work the same way in Godot. - Choose to export the Aseprite file as a single SpriteFrames resource, or separate each layer in different resources. - Adds Aseprite file importer to Godot (check limitations section).- AnimationPlayer - Adds and removes animation tracks without removing other existing tracks. - You are free to import multiple files to the same AnimationPlayer or import each layer to their own Sprite and AnimationPlayer.Aseprite Wizard is only required during development. If you decide to not use it anymore, you can remove the plugin and all animations previously imported should keep working as expected.
Quick Information
SuperChart-draggable&zoomable
Draggable and zoomable line chart!
Supported Engine Version
3.5
Version String
0.1
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL
Godot-2D-Super-Chart
可拖拽和缩放的折线图插件
安装和使用
- 只需要把addons文件夹里的内容拷贝到你的项目
- 实例化SuperChart文件夹下的SuperChart.tscn场景
- 调整场景实例的参数(当然你也可以不调整)
- 在代码里调用场景实例的read_data或read_file方法来读取原始数据
- 在代码里调用场景实例的init_all方法来初始化图表
说明
- 这是专供大数据量、无法在一个屏幕内显示完全的 折线图 的,至于饼图、散点图,请找其他插件
- 仓库项目还有个Demo文件夹,里面有个Demo.tscn场景,以供参考
- 使用read_file读取文件时,请根据你自己的分隔符去修改图表的element_delimiter属性
- 使用read_file读取文件时,每一行的末尾表示这一条线的名称
- 更多内容可以自己试试




Draggable and zoomable line chart!
Reviews
0 total reviews
Quick Information
SuperChart-draggable&zoomable
Draggable and zoomable line chart!
Supported Engine Version
3.5
Version String
0.1
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL