This commit is contained in:
pan@work
2024-08-26 17:33:14 +08:00
parent 7b618eb645
commit 8a44a15153
18 changed files with 1413 additions and 808 deletions

View File

@@ -34,7 +34,7 @@ export class RoleViewComp extends CCComp {
hp_max:number = 1000;
power: number = 0;
stop_cd:number = 0;
atk_cd:number = 20;
atk_cd:number = 10;
atk:number = 10;
skill_uuid:number = 9003;
max_skill_uuid:number = 1001;