This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-10-25 02:31:51 +08:00
parent ee259880b0
commit 08a486c828
18 changed files with 533 additions and 123 deletions

View File

@@ -2,7 +2,6 @@ import { _decorator, Component, director, instantiate, Node, Prefab } from 'cc';
import { app } from './App';
import { JNGame } from '../../extensions/ngame/assets/ngame/JNGame';
import { JNSyncAction } from '../../extensions/ngame/assets/ngame/sync/JNSyncAction';
import JNFrameTween, { JTween } from '../../extensions/ngame/assets/ngame/sync/frame/game/tween/JNFrameTween';
const { ccclass, property } = _decorator;
@ccclass('Main')
@@ -16,8 +15,6 @@ export class Main extends Component {
async onLoad(){
JTween().start();
//加载 APP
await JNGame.Init(app,[
{path:"proto/GDemo"}