This commit is contained in:
2024-08-12 11:08:57 +08:00
parent 78dbca673f
commit 9ff54e9642
2 changed files with 4 additions and 4 deletions

View File

@@ -3518,7 +3518,7 @@
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -355, "x": -355,
"y": -500, "y": -390,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -3725,7 +3725,7 @@
"_left": 5, "_left": 5,
"_right": 0, "_right": 0,
"_top": 0, "_top": 0,
"_bottom": 140, "_bottom": 250,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,

View File

@@ -50,11 +50,11 @@ export class SingletonModuleComp extends ecs.Comp {
max: 3, max: 3,
max_limit:10, max_limit:10,
time:0, time:0,
cd:30, cd:15,
}, },
shuaxin: { shuaxin: {
min: 0, min: 0,
max: 10, max: 15,
speed:1, speed:1,
}, },