This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-10-28 02:51:05 +08:00
parent c4e6d02388
commit 324736a619
7 changed files with 34 additions and 13 deletions

View File

@@ -12,7 +12,6 @@ const { ccclass, property } = _decorator;
export interface GButtleDefaultInfo{
image:SpriteFrame;//子弹图片
scale:number; //子弹大小
start:Vec2; //子弹初始位置
}
//默认子弹类