@wwawing/engine 3.6.0-alpha.2 → 3.6.0

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.
@@ -47,15 +47,15 @@ function createPlayPageConfig(mapData: string, cssName?: string, isClassicMode?:
47
47
  return {
48
48
  page: {
49
49
  additionalCssFiles: ["style.css"],
50
- varDumpElement: {
51
- id: "vardump"
52
- }
53
50
  },
54
51
  wwa: {
55
52
  gameOption: {
56
53
  isClassicMode,
57
54
  autoSave: {
58
55
  intervalSteps: 200
56
+ },
57
+ varDump: {
58
+ elementId: "vardump"
59
59
  }
60
60
  },
61
61
  resources: {
@@ -11,5 +11,4 @@ export default [
11
11
  { fileName: "caves02", title: "Cave Dungeon II" },
12
12
  { fileName: "g002-302", title: "追尾属性テスト (マップデータバージョン 3.0)" },
13
13
  { fileName: "g002-310", title: "追尾属性テスト (マップデータバージョン 3.1)" },
14
- { fileName: "wingxemap", title: "WWA Wing XEテストマップ" } // TODO: XE向けマクロをスタンダードマップ統合時削除予定
15
14
  ];