@kkarum/framework 2.3.22 → 2.3.23

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.
@@ -138,7 +138,7 @@ export class ShopData extends FW.Data {
138
138
 
139
139
  ```ts
140
140
  export class ShopAssetConfig extends FW.AssetConfig {
141
- preLoad: FW.LoadConfig = {
141
+ preLoad = {
142
142
  prefab: {
143
143
  ShopLayer: {
144
144
  bundle: "shop",
@@ -150,7 +150,7 @@ export class ShopAssetConfig extends FW.AssetConfig {
150
150
  },
151
151
  };
152
152
 
153
- demandLoad: FW.LoadConfig = {
153
+ demandLoad = {
154
154
  texture: {
155
155
  IconCoin: {
156
156
  bundle: "shop",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkarum/framework",
3
- "version": "2.3.22",
3
+ "version": "2.3.23",
4
4
  "description": "cocoscreator 2.x mvc framework",
5
5
  "main": "index.js",
6
6
  "keywords": [