Complete Cocos Creator port with level bundles, themes, and tooling.
Adds level prefabs, theme assets, audio, extensions, and deployment scripts for the Unity WebGL migration. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
extensions/plugin-import-2x/creator/convertor/tsx.ts
Normal file
9
extensions/plugin-import-2x/creator/convertor/tsx.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
import { ImporterBase } from '../common/base';
|
||||
|
||||
export class TsxImporter extends ImporterBase {
|
||||
type: string = 'base';
|
||||
async import(): Promise<boolean> {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user