@wwawing/engine 3.6.0 → 3.6.1

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
@@ -72,6 +72,7 @@ export declare class WWA {
72
72
  private _mapIDTable;
73
73
  private _mapObjectIDTable;
74
74
  wwaCustomEventEmitter: IEventEmitter;
75
+ private _scoreRates?;
75
76
  debug: boolean;
76
77
  private hoge;
77
78
  private _loadHandler;
@@ -146,6 +147,7 @@ export declare class WWA {
146
147
  private _execObjectLocalGateEvent;
147
148
  private _execObjectUrlGateEvent;
148
149
  private _execObjectScoreEvent;
150
+ updateScore(): void;
149
151
  private _execChoiceWindowRunningEvent;
150
152
  setMessageQueue(message: string, showChoice: boolean, isSystemMessage: boolean, partsID?: number, partsType?: PartsType, partsPosition?: Coord, messageDisplayed?: boolean): boolean;
151
153
  getMessageQueueByRawMessage(message: string, partsID: number, partsType: PartsType, partsPosition: Coord, isSystemMessage?: boolean): ParsedMessage[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/engine",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "World Wide Adventure: an RPG Engine.",
5
5
  "main": "./lib/wwa.js",
6
6
  "files": [
@@ -45,24 +45,24 @@
45
45
  "@types/pug": "^2.0.4",
46
46
  "@types/terser-webpack-plugin": "^5.0.3",
47
47
  "@types/webpack": "^5.28.0",
48
- "@wwawing/assets": "^3.6.0",
49
- "@wwawing/common-interface": "^3.6.0",
50
- "@wwawing/debug-server": "^3.6.0",
51
- "@wwawing/event-emitter": "^3.6.0",
52
- "@wwawing/loader": "^3.6.0",
53
- "@wwawing/page-generator": "^3.6.0",
54
- "@wwawing/styles": "^3.6.0",
48
+ "@wwawing/assets": "^3.6.1",
49
+ "@wwawing/common-interface": "^3.6.1",
50
+ "@wwawing/debug-server": "^3.6.1",
51
+ "@wwawing/event-emitter": "^3.6.1",
52
+ "@wwawing/loader": "^3.6.1",
53
+ "@wwawing/page-generator": "^3.6.1",
54
+ "@wwawing/styles": "^3.6.1",
55
55
  "crypto-js": "4.0.0",
56
56
  "npm-run-all": "^4.1.5",
57
57
  "pug": "^3.0.2",
58
58
  "shelljs": "^0.8.4",
59
59
  "shx": "^0.3.3",
60
- "terser-webpack-plugin": "^5.1.1",
60
+ "terser-webpack-plugin": "^5.3.0",
61
61
  "ts-loader": "^4.3.0",
62
- "ts-node": "^9.1.1",
63
- "typescript": "^4.2.4",
64
- "webpack": "^5.36.2",
65
- "webpack-cli": "^4.6.0"
62
+ "ts-node": "^10.4.0",
63
+ "typescript": "^4.5.4",
64
+ "webpack": "^5.65.0",
65
+ "webpack-cli": "^4.9.1"
66
66
  },
67
67
  "publishConfig": {
68
68
  "access": "public"
@@ -71,5 +71,5 @@
71
71
  "node": ">=14",
72
72
  "npm": ">=6"
73
73
  },
74
- "gitHead": "d172dfc6834874104894c005931f8765e4364ab3"
74
+ "gitHead": "534da258dcd4fd4cd74d03e15b053c0951f31857"
75
75
  }