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:
@@ -0,0 +1,7 @@
|
||||
import { Widget, _decorator } from "cc";
|
||||
const { ccclass } = _decorator;
|
||||
|
||||
@ccclass('StudioWidget')
|
||||
export class StudioWidget extends Widget {
|
||||
_validateTargetInDEV() {}
|
||||
}
|
||||
Reference in New Issue
Block a user