商店 基本完成

This commit is contained in:
2025-08-20 20:51:17 +08:00
parent 1896b5fab0
commit 77075b2650
4 changed files with 940 additions and 484 deletions

View File

@@ -37,6 +37,13 @@ export class SingletonModuleComp extends ecs.Comp {
meat:0,
exp:0,
}
shop:any={
daily_goods:[],
weekly_goods:[],
monthly_goods:[],
special_goods:[],
goods_count:[1,3,1,3],
}
fight_heros:any={ 0:5001, 1:5005, 2:0, 3:0, 4:0, }
heros:any = {
5001:{uuid:5001,lv:1},