feat(editor): 添加 ECS UI 系统和编辑器更新优化 (#238)
This commit is contained in:
@@ -124,7 +124,7 @@ export interface ITilemapData {
|
||||
export class TilemapComponent extends Component implements IResourceComponent {
|
||||
/** Tilemap asset GUID reference | 瓦片地图资源GUID引用 */
|
||||
@Serialize()
|
||||
@Property({ type: 'asset', label: 'Tilemap', fileExtension: '.tilemap.json' })
|
||||
@Property({ type: 'asset', label: 'Tilemap', extensions: ['.tilemap.json'] })
|
||||
public tilemapAssetGuid: string = '';
|
||||
|
||||
@Serialize()
|
||||
|
||||
Reference in New Issue
Block a user