goplus / spx

spx - A Scratch Compatible Go/Go+ 2D Game Engine for STEM education
https://builder.goplus.org
Apache License 2.0
100 stars 28 forks source link

feat: add skeleton animation & vertex aimation #286

Open JiepengTan opened 2 months ago

JiepengTan commented 2 months ago

project file 06-Skeleton.zip

config file : "assets/sprites/Tom/index.json" skeleton animation

{

   ... // other fields
  "animator": "skeleton.animator",
  "avatar": "skeleton.avatar",
   ... // other fields
}

skeleton animation

vertex animation

{
   ... // other fields
  "animator": "vertex.animator",
  "avatar": "vertex.avatar",
   ... // other fields
}

animated_drawing