@wwawing/engine 3.9.3 → 3.9.4

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_data.d.ts CHANGED
@@ -260,7 +260,8 @@ export declare enum MacroType {
260
260
  END_IF = 59,
261
261
  SET = 60,
262
262
  GAMEPAD_BUTTON = 100,
263
- OLDMOVE = 101
263
+ OLDMOVE = 101,
264
+ LEGACY_IF = 10050
264
265
  }
265
266
  export declare var macrotable: {
266
267
  "": number;
@@ -52,6 +52,7 @@ export declare class Macro {
52
52
  private _executeVarSetRandMacro;
53
53
  private _executeGameSpeedMacro;
54
54
  private _executeIfMacro;
55
+ private _executeLegacyIfMacro;
55
56
  private _executeIfElseMacro;
56
57
  private _executeElseMacro;
57
58
  private _executeEndIfMacro;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/engine",
3
- "version": "3.9.3",
3
+ "version": "3.9.4",
4
4
  "description": "World Wide Adventure: an RPG Engine.",
5
5
  "main": "./lib/wwa.js",
6
6
  "files": [
@@ -45,13 +45,13 @@
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.9.3",
49
- "@wwawing/common-interface": "^3.9.3",
50
- "@wwawing/debug-server": "^3.9.3",
51
- "@wwawing/event-emitter": "^3.9.3",
52
- "@wwawing/loader": "^3.9.3",
53
- "@wwawing/page-generator": "^3.9.3",
54
- "@wwawing/styles": "^3.9.3",
48
+ "@wwawing/assets": "^3.9.4",
49
+ "@wwawing/common-interface": "^3.9.4",
50
+ "@wwawing/debug-server": "^3.9.4",
51
+ "@wwawing/event-emitter": "^3.9.4",
52
+ "@wwawing/loader": "^3.9.4",
53
+ "@wwawing/page-generator": "^3.9.4",
54
+ "@wwawing/styles": "^3.9.4",
55
55
  "crypto-js": "^4.1.1",
56
56
  "npm-run-all": "^4.1.5",
57
57
  "pug": "^3.0.2",
@@ -71,5 +71,5 @@
71
71
  "node": ">=16",
72
72
  "npm": ">=8"
73
73
  },
74
- "gitHead": "b75927812988f50079efc97d479578b51297e318"
74
+ "gitHead": "19eaaac64abd1fb9f9ca96e939e250c7517e17d3"
75
75
  }