@wwawing/engine 3.6.0-beta.0 → 3.6.3

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-2021 WWA Wing Team
4
+ Copyright (c) 2015-2022 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
@@ -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
  ];