|
|
|
@ -691,7 +691,10 @@ export class CollectionToolsComponent implements OnInit {
|
|
|
|
|
this.isShowProperty = false |
|
|
|
|
} |
|
|
|
|
}, this) |
|
|
|
|
|
|
|
|
|
AxMessageSystem.addListener('imageResize', (eventName, args1) => { |
|
|
|
|
this.assetWidth = args1.Width |
|
|
|
|
this.assetHeight = args1.Height |
|
|
|
|
}, this) |
|
|
|
|
this.canvasData.gameMode = GameMode.Assignment |
|
|
|
|
if (sessionStorage.getItem('editable') == "0") { //查看模式
|
|
|
|
|
this.isEditPattern = false |
|
|
|
|