@wwawing/engine 3.11.0 → 3.11.2

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/lib/wwa_main.d.ts CHANGED
@@ -56,6 +56,7 @@ export declare class WWA {
56
56
  private _reservedMoveMacroTurn;
57
57
  private _lastPage;
58
58
  private _reservedPartsAppearances;
59
+ private _reservedJumpDestination;
59
60
  private _frameCoord;
60
61
  private _battleEffectCoord;
61
62
  private sounds;
@@ -174,6 +175,7 @@ export declare class WWA {
174
175
  private connectToFinalNode;
175
176
  appearParts({ pos, triggerType, triggerPartsId }: PartsAppearance): void;
176
177
  reserveAppearPartsInNextFrame(pos: Coord, triggerType: AppearanceTriggerType, triggerPartsId?: number): void;
178
+ reserveJumpInNextFrame(position: Position): void;
177
179
  appearPartsByDirection(distance: number, targetPartsID: number, targetPartsType: PartsType): void;
178
180
  appearPartsEval(triggerPartsPos: Coord, xstr: string, ystr: string, targetPartsID: number, targetPartsType: PartsType): void;
179
181
  private _replaceRandomObject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/engine",
3
- "version": "3.11.0",
3
+ "version": "3.11.2",
4
4
  "description": "World Wide Adventure: an RPG Engine.",
5
5
  "main": "./lib/wwa.js",
6
6
  "files": [
@@ -45,14 +45,14 @@
45
45
  "@types/pug": "^2.0.6",
46
46
  "@types/terser-webpack-plugin": "^5.2.0",
47
47
  "@types/webpack": "^5.28.0",
48
- "@wwawing/assets": "^3.11.0",
49
- "@wwawing/common-interface": "^3.11.0",
50
- "@wwawing/debug-server": "^3.11.0",
51
- "@wwawing/event-emitter": "^3.11.0",
52
- "@wwawing/loader": "^3.11.0",
53
- "@wwawing/page-generator": "^3.11.0",
54
- "@wwawing/styles": "^3.11.0",
55
- "@wwawing/virtual-pad": "^3.11.0",
48
+ "@wwawing/assets": "^3.11.2",
49
+ "@wwawing/common-interface": "^3.11.2",
50
+ "@wwawing/debug-server": "^3.11.2",
51
+ "@wwawing/event-emitter": "^3.11.2",
52
+ "@wwawing/loader": "^3.11.2",
53
+ "@wwawing/page-generator": "^3.11.2",
54
+ "@wwawing/styles": "^3.11.2",
55
+ "@wwawing/virtual-pad": "^3.11.2",
56
56
  "crypto-js": "^4.1.1",
57
57
  "npm-run-all": "^4.1.5",
58
58
  "pug": "^3.0.2",
@@ -72,5 +72,5 @@
72
72
  "node": ">=16",
73
73
  "npm": ">=8"
74
74
  },
75
- "gitHead": "6bd6f7f1b128d8b30aba03322c745667c1cc167c"
75
+ "gitHead": "375061c630dff25fc56faae20d21834f54d25e51"
76
76
  }