This commit is contained in:
2024-08-07 08:44:40 +08:00
parent 66f32a44ae
commit 50c79b83e0
79 changed files with 1844 additions and 5140 deletions

View File

@@ -38,9 +38,18 @@ export class SingletonModuleComp extends ecs.Comp {
/** 下级经验 */
speed : 0,
hp: {
min:50,
max:100
}
min:30,
max:30
},
power: {
min: 0,
max: 30
},
gold: {
min: 0,
max: 10
},
};
vmAdd() {
console.log("dataModelComp vmAdd");