@rpg-engine/shared 0.1.65 → 0.1.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/socket.constants.d.ts.map +1 -1
- package/dist/constants/socket.constants.js +2 -2
- package/dist/constants/socket.constants.js.map +1 -1
- package/dist/types/character.types.d.ts +0 -2
- package/dist/types/character.types.d.ts.map +1 -1
- package/dist/types/character.types.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socket.constants.d.ts","sourceRoot":"","sources":["../../src/constants/socket.constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"socket.constants.d.ts","sourceRoot":"","sources":["../../src/constants/socket.constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,8BAA8B,QAAmB,CAAC;AAC/D,eAAO,MAAM,+BAA+B,QAAoB,CAAC"}
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SOCKET_TRANSMISSION_ZONE_HEIGHT = exports.SOCKET_TRANSMISSION_ZONE_WIDTH = void 0;
|
|
4
4
|
const world_constants_1 = require("./world.constants");
|
|
5
|
-
exports.SOCKET_TRANSMISSION_ZONE_WIDTH = world_constants_1.GRID_WIDTH *
|
|
6
|
-
exports.SOCKET_TRANSMISSION_ZONE_HEIGHT = world_constants_1.GRID_HEIGHT *
|
|
5
|
+
exports.SOCKET_TRANSMISSION_ZONE_WIDTH = world_constants_1.GRID_WIDTH * 100;
|
|
6
|
+
exports.SOCKET_TRANSMISSION_ZONE_HEIGHT = world_constants_1.GRID_HEIGHT * 100;
|
|
7
7
|
//# sourceMappingURL=socket.constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socket.constants.js","sourceRoot":"","sources":["../../src/constants/socket.constants.ts"],"names":[],"mappings":";;;AAAA,uDAA4D;AAE/C,QAAA,8BAA8B,GAAG,4BAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"socket.constants.js","sourceRoot":"","sources":["../../src/constants/socket.constants.ts"],"names":[],"mappings":";;;AAAA,uDAA4D;AAE/C,QAAA,8BAA8B,GAAG,4BAAU,GAAG,GAAG,CAAC;AAClD,QAAA,+BAA+B,GAAG,6BAAW,GAAG,GAAG,CAAC"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { AnimationDirection } from "./animation.types";
|
|
2
|
-
import { MapLayers } from "./maps.types";
|
|
3
2
|
import { ICameraCoordinates } from "./player.types";
|
|
4
3
|
import { IResource } from "./resource.types";
|
|
5
4
|
import { IUser } from "./user.types";
|
|
6
5
|
export interface ICharacter extends IResource {
|
|
7
6
|
_id: string;
|
|
8
7
|
name: string;
|
|
9
|
-
layer: MapLayers;
|
|
10
8
|
owner: IUser;
|
|
11
9
|
health: number;
|
|
12
10
|
mana: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"character.types.d.ts","sourceRoot":"","sources":["../../src/types/character.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"character.types.d.ts","sourceRoot":"","sources":["../../src/types/character.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,MAAM,WAAW,UAAW,SAAQ,SAAS;IAC3C,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,SAAS,EAAE,kBAAkB,CAAC;IAC9B,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,EAAE,eAAe,CAAC;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,oBAAY,cAAc;IACxB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,QAAQ,aAAa;CACtB;AAED,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,MAAM,WAAW;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"character.types.js","sourceRoot":"","sources":["../../src/types/character.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"character.types.js","sourceRoot":"","sources":["../../src/types/character.types.ts"],"names":[],"mappings":";;;AAuBA,IAAY,cASX;AATD,WAAY,cAAc;IACxB,+BAAa,CAAA;IACb,qCAAmB,CAAA;IACnB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,iCAAe,CAAA;IACf,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;AACvB,CAAC,EATW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QASzB;AAED,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,oCAAiB,CAAA;AACnB,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B"}
|