Skip to content

Commit

Permalink
fix: merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yiiqii committed Jun 3, 2024
2 parents 6d33c63 + 84cb3c9 commit 7b8ecda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-specification",
"version": "1.2.0",
"version": "1.3.0",
"description": "Galacean Effects JSON Specification",
"module": "./es/index.js",
"main": "./es/index.js",
Expand Down
8 changes: 7 additions & 1 deletion src/item/spine-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ export interface PluginSpineOption {
* 动画播放的速度
*/
speed?: number,

/**
* 使用的默认大小计算规则
* 0 :除以包围盒大小
* 1 : 相机逆投影 + 固定画布大小
* @since 1.3.0
*/
resizeRule: number,
}

/**
Expand Down

0 comments on commit 7b8ecda

Please sign in to comment.