Updated skill sets and animations.

This commit is contained in:
genxium
2023-02-06 17:18:51 +08:00
parent 6a0d729dee
commit a762c563d9
37 changed files with 2093 additions and 469 deletions

View File

@@ -19,6 +19,7 @@ window.ATK_CHARACTER_STATE = {
Dashing: [15, "Dashing"],
OnWall: [16, "OnWall"],
TurnAround1: [17, "TurnAround1"],
Dying: [18, "Dying"],
};
window.ATK_CHARACTER_STATE_ARR = [];

View File

@@ -98,7 +98,7 @@ cc.Class({
const p2Vpos = gopkgs.WorldToVirtualGridPos(boundaryObjs.playerStartingPositions[1].x, boundaryObjs.playerStartingPositions[1].y);
const colliderRadiusV = gopkgs.WorldToVirtualGridPos(12.0, 0);
const speciesIdList = [1, 4096];
const speciesIdList = [4096, 0];
const chConfigsOrderedByJoinIndex = gopkgs.GetCharacterConfigsOrderedByJoinIndex(speciesIdList);
const startRdf = window.pb.protos.RoomDownsyncFrame.create({

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"ver": "1.0.5",
"uuid": "22e2b0ab-1350-4f5e-9960-f2b45b0bf353",
"isPlugin": false,
"uuid": "171e2c96-28b4-4225-bdcc-5e464f07d91a",
"isPlugin": true,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,