更新主页内容

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-15 02:32:00 +08:00
parent 93ae85e88b
commit d1783204ad
28 changed files with 1969 additions and 126 deletions

View File

@@ -1,7 +1,7 @@
import { Vec2 } from "cc";
import { JNGSyncProtoBase } from "../../App";
import GBaseMode from "../GBaseMode";
import { v2 } from "cc";
import { JNGSyncProtoBase } from "../../components/JNComponent";
export enum GTowards{
RIGHT,LEFT

View File

@@ -1,11 +1,11 @@
import { _decorator, Component, Node } from 'cc';
import { app, JNGSyncBase } from '../../../../App';
import { SpriteFrame } from 'cc';
import { Sprite } from 'cc';
import { UITransform } from 'cc';
import { v3 } from 'cc';
import { size } from 'cc';
import GNode from '../GNode';
import { JNGSyncBase } from '../../../../components/JNComponent';
const { ccclass, property } = _decorator;
/**