This commit is contained in:
2024-08-07 17:22:25 +08:00
parent c19a6b5316
commit 0b2fb0030a
7 changed files with 1894 additions and 1199 deletions

View File

@@ -54,6 +54,11 @@ export class SingletonModuleComp extends ecs.Comp {
max: 20,
speed:1,
},
gold_add: {
min: 0,
max: 10,
speed:2,
},
};
vmAdd() {