dd
This commit is contained in:
@@ -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,
|
||||
}
|
||||
20
assets/script/game/common/config/CardSet.ts
Normal file
20
assets/script/game/common/config/CardSet.ts
Normal 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:{ }
|
||||
},
|
||||
|
||||
}
|
||||
9
assets/script/game/common/config/CardSet.ts.meta
Normal file
9
assets/script/game/common/config/CardSet.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "ffda71d7-624d-40de-8c09-712edd44bfdc",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
Reference in New Issue
Block a user