lyzz0612 / csb2csd

cocostudio csb反编成csd
77 stars 48 forks source link

修改了一些bug #8

Closed labbbirder closed 3 years ago

labbbirder commented 3 years ago

修复了以下bug:

  1. Default 类图片资源识别不正确
  2. LabelText 等属性省略造成的解析失败
  3. 节点解析时出现未识别类型名的处理
  4. Animation 格式解析不正确
  5. ColorVector 使用的属性名不正确
  6. 保留float类型属性的精确度,只针对部分需要取整的属性行floor运算,如InnerSize

添加了以下新特性:

  1. ParticleSystem的解析
  2. 兼容Python3
  3. 输出目录
lyzz0612 commented 3 years ago

谢谢补充和完善