This commit is contained in:
2024-08-11 16:50:42 +08:00
parent 37bc93aa1c
commit 6355d80a2c
70 changed files with 1696 additions and 2535 deletions

View File

@@ -19,8 +19,8 @@ export enum BoxSet {
//地图边界
LETF_END = -400,
RIGHT_END = 400,
HERO_START = -309,
MONSTER_START = 309,
HERO_START = -500,
MONSTER_START = 500,
//游戏地平线
GAME_LINE = 30,
}

View File

@@ -0,0 +1,20 @@
/*
* @Author: dgflash
* @Date: 2021-11-23 15:28:39
* @LastEditors: dgflash
* @LastEditTime: 2022-01-26 16:42:00
*/
export const CardSet = {
1001:{
uuid:1001,
name:'嬴政',
level:1,
prefab_path:'yinzheng',
hp:100,
power:100,
speed:100,
skill:{ }
},
}

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "ffda71d7-624d-40de-8c09-712edd44bfdc",
"files": [],
"subMetas": {},
"userData": {}
}