换了点皮
Showing
with
10002 additions
and
6322 deletions
+10002
-6322
- workspace.xml .idea/workspace.xml +21 -13
- mine.getAppData.json mock/miniTb/mine.getAppData.json +1 -1
- output.js output.js +4640 -6201
- output.js.map output.js.map +1 -1
- package.json package.json +6 -4
- copyJs.js scripts/copyJs.js +1 -1
- textureMerge.js scripts/textureMerge.js +33 -75
- ResJson.ts src/ResJson.ts +5298 -25
- PlayScene.ts src/scene/PlayScene.ts +1 -1
- No files found.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -15,16 +15,18 @@ |
"mock-webpack-plugin": "^2.0.0", | ||
"path": "^0.12.7", | ||
"progress": "^2.0.0", | ||
"psd": "^3.2.0", | ||
"ts-loader": "^4.0.0", | ||
"typescript": "^4.1.3", | ||
"uglifyjs-webpack-plugin": "^2.1.2", | ||
"webpack": "^4.1.0", | ||
"webpack-cli": "^3.1.1", | ||
"webpack-dev-server": "^3.1.0", | ||
"webpack-merge": "^4.1.2", | ||
"uglifyjs-webpack-plugin": "^2.1.2", | ||
"psd": "^3.2.0" | ||
"webpack-merge": "^4.1.2" | ||
}, | ||
"dependencies": { | ||
"pack_textures": "^1.1.5" | ||
}, | ||
"dependencies": {}, | ||
"scripts": { | ||
"psd": "node scripts/psdH.js && node scripts/flushRes", | ||
"createModule": "node scripts/createModule", | ||
... | ... |
Please register or sign in to comment