游戏位置改变

This commit is contained in:
2024-09-02 10:50:59 +08:00
parent f367d1817a
commit 2062ff3b36
7 changed files with 901 additions and 201 deletions

View File

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