Enhanced multihit config.

This commit is contained in:
genxium
2023-01-01 22:51:46 +08:00
parent 325dbfb79c
commit 4c64c1984c
45 changed files with 5542 additions and 1195 deletions

View File

@@ -80,9 +80,9 @@ cc.Class({
// Update directions
if (this.animComp && this.animComp.node) {
if (0 > rdfPlayer.DirX) {
this.animComp.node.scaleX = (-1.0);
this.animNode.scaleX = (-1.0);
} else if (0 < rdfPlayer.DirX) {
this.animComp.node.scaleX = (1.0);
this.animNode.scaleX = (1.0);
}
}

View File

@@ -161,7 +161,7 @@ cc.Class({
inAir: true,
}),
],
speciesIdList: [0, 0],
speciesIdList: [1, 0],
});
self.selfPlayerInfo = {