This commit is contained in:
2024-08-13 17:06:10 +08:00
parent 825457fd0e
commit 876a56c8c1
17 changed files with 2156 additions and 610 deletions

View File

@@ -31,6 +31,8 @@ export class SingletonModuleComp extends ecs.Comp {
heros_dead = []
vm_data: any = {
name : "数据测试",
/**宝石数量 */
gems: 10,
/** 当前等级 */
cards:{
level:1,
@@ -42,7 +44,7 @@ export class SingletonModuleComp extends ecs.Comp {
max:30
},
power: {
min: 0,
min: 10,
max: 30
},
gold: {
@@ -50,11 +52,11 @@ export class SingletonModuleComp extends ecs.Comp {
max: 3,
max_limit:10,
time:0,
cd:15,
cd:10,
},
shuaxin: {
min: 0,
max: 15,
max: 5,
speed:1,
},