diff --git a/assets/script/game/common/SingletonModuleComp.ts b/assets/script/game/common/SingletonModuleComp.ts index ce7cf2de..d81f2cca 100644 --- a/assets/script/game/common/SingletonModuleComp.ts +++ b/assets/script/game/common/SingletonModuleComp.ts @@ -48,6 +48,7 @@ export class SingletonModuleComp extends ecs.Comp { meat:0, exp:0, task:0, + coin:0, } fight_hero: number = 5001; // 单个出战英雄 heros:any= [5001,5002] diff --git a/assets/script/game/common/config/ItemSet.ts b/assets/script/game/common/config/ItemSet.ts new file mode 100644 index 00000000..e69de29b