@wwawing/loader 3.13.0-acorn-statement-v2.based-on.3.12.3 → 3.13.0-acorn-statement.based-on.3.12.3.p.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/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 1996-2015 NAO
4
- Copyright (c) 2015-2022 WWA Wing Team
4
+ Copyright (c) 2015-2023 WWA Wing Team
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
@@ -126,6 +126,7 @@ var TextLoader = (function () {
126
126
  wwaData.isVisibleStatusDefence = true;
127
127
  wwaData.isVisibleStatusGold = true;
128
128
  wwaData.gameOverPolicy = "default";
129
+ wwaData.bgmDelayDurationMs = 0;
129
130
  return wwaData;
130
131
  };
131
132
  TextLoader.prototype.getMessageFromData = function () {
@@ -176,6 +176,7 @@ function createDefaultWWAData() {
176
176
  isVisibleStatusGold: undefined,
177
177
  isGameOverDisabled: undefined,
178
178
  gameOverPolicy: "default",
179
+ bgmDelayDurationMs: undefined,
179
180
  };
180
181
  }
181
182
  exports.createDefaultWWAData = createDefaultWWAData;
@@ -123,6 +123,7 @@ var TextLoader = (function () {
123
123
  wwaData.isVisibleStatusDefence = true;
124
124
  wwaData.isVisibleStatusGold = true;
125
125
  wwaData.gameOverPolicy = "default";
126
+ wwaData.bgmDelayDurationMs = 0;
126
127
  return wwaData;
127
128
  };
128
129
  TextLoader.prototype.getMessageFromData = function () {
@@ -173,5 +173,6 @@ export function createDefaultWWAData() {
173
173
  isVisibleStatusGold: undefined,
174
174
  isGameOverDisabled: undefined,
175
175
  gameOverPolicy: "default",
176
+ bgmDelayDurationMs: undefined,
176
177
  };
177
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/loader",
3
- "version": "3.13.0-acorn-statement-v2.based-on.3.12.3",
3
+ "version": "3.13.0-acorn-statement.based-on.3.12.3.p.2",
4
4
  "description": "a World Wide Adventure mapdata loader for client-side web applications",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./module/index.js",
@@ -44,10 +44,10 @@
44
44
  },
45
45
  "homepage": "https://github.com/WWAWing/WWALoader#readme",
46
46
  "dependencies": {
47
- "@wwawing/event-emitter": "^3.13.0-acorn-statement-v2.based-on.3.12.3"
47
+ "@wwawing/event-emitter": "^3.13.0-acorn-statement.based-on.3.12.3.p.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@wwawing/common-interface": "^3.13.0-acorn-statement-v2.based-on.3.12.3",
50
+ "@wwawing/common-interface": "^3.13.0-acorn-statement.based-on.3.12.3.p.2",
51
51
  "cross-env": "^7.0.3",
52
52
  "html-loader": "^4.2.0",
53
53
  "html-webpack-plugin": "^5.5.0",
@@ -68,5 +68,5 @@
68
68
  "node": ">=18",
69
69
  "npm": ">=8"
70
70
  },
71
- "gitHead": "4318683f88a03e665af4db286a7f17328b8c7283"
71
+ "gitHead": "62f13204477b6823fb2dabdb981c53aa9b113e77"
72
72
  }