Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
libs/FYGE.d.ts
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
libs/SvgaParser.d.ts
0 → 100644
libs/fyge.min.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
libs/fyge.min.js.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
libs/howler.d.ts
0 → 100644
libs/howler.min.js
0 → 100644
libs/stats.js
0 → 100644
libs/svgaParser.min.js
0 → 100644
libs/svgaParser.min1.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
libs/tbmini.env.d.ts
0 → 100644
lotties/cover001.json
0 → 100644
lotties/cover001_happy.json
0 → 100644
lotties/cover001_sad.json
0 → 100644
lotties/gc.json
0 → 100644
lotties/gc_resolve.json
0 → 100644
lotties_back/beach.json
0 → 100644
lotties_back/beachBg.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
lotties_back/beachTouch.json
0 → 100644
lotties_back/filaShop.json
0 → 100644
lotties_back/filaShopBg.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
lotties_back/park.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
lotties_back/parkBg.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
lotties_back/parkTouch.json
0 → 100644
lotties_back/playground.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
lotties_back/startBtn.json
0 → 100644
lotties_back/story.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
lotties_back/street.json
0 → 100644
lotties_back/streetBg.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
mock/config.js
0 → 100644
mock/json/ajaxElement.json
0 → 100644
mock/json/doJoin.json
0 → 100644
mock/json/ngameSubmit.json
0 → 100644
mock/webNet/task/a.json
0 → 100644
module/RES.ts
0 → 100644
module/ajax.ts
0 → 100644
module/ctrls/index.ts
0 → 100644
module/ctrls/panelCtrl.ts
0 → 100644
module/ctrls/sceneCtrl.ts
0 → 100644
module/ctrls/toastCtrl.ts
0 → 100644
module/ctrls/waitingCtrl.ts
0 → 100644
module/tools/Base64.ts
0 → 100644
module/tools/GPool.ts
0 → 100644
module/tools/GTool.ts
0 → 100644
module/tools/WebTool.ts
0 → 100644
module/tools/security.ts
0 → 100644
module/tools/time.ts
0 → 100644
module/tools/wxShare.ts
0 → 100644
module/tools/yidun/yidun.css
0 → 100644
module/views/Item.ts
0 → 100644
module/views/Module.ts
0 → 100644
module/views/Panel.ts
0 → 100644
module/views/Scene.ts
0 → 100644
module/views/layers.ts
0 → 100644
package.json
0 → 100644
{ | |||
"name": "tbgame", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.html", | |||
"devDependencies": { | |||
"ali-oss": "^4.11.4", | |||
"chalk": "^2.3.0", | |||
"co": "^4.6.0", | |||
"del": "^2.2.1", | |||
"fs": "0.0.2", | |||
"imagemin": "^7.0.1", | |||
"imagemin-mozjpeg": "^8.0.0", | |||
"imagemin-pngquant": "^8.0.0", | |||
"mock-webpack-plugin": "^2.0.0", | |||
"path": "^0.12.7", | |||
"progress": "^2.0.0", | |||
"ts-loader": "^4.0.0", | |||
"tslint": "^5.9.1", | |||
"typescript": "^3.5.1", | |||
"webpack": "^4.1.0", | |||
"webpack-cli": "^3.1.1", | |||
"webpack-dev-server": "^3.1.0", | |||
"webpack-merge": "^4.1.2", | |||
"psd": "^3.2.0", | |||
"readline": "^1.3.0" | |||
}, | |||
"dependencies": {}, | |||
"scripts": { | |||
"psd": "node scripts/psdH && node scripts/flushRes", | |||
"psdSin": "node scripts/psdHSin", | |||
"clearSameImg": "node scripts/clearSameImg && node scripts/flushRes", | |||
"createModule": "node scripts/createModule", | |||
"createAllModule": "node scripts/createAllModule", | |||
"flushRes": "node scripts/flushRes", | |||
"handleLotS": "node scripts/handleLotS", | |||
"handleRes": "node scripts/delRel && node scripts/copyRes && node scripts/createTm && node scripts/textureMerge && node scripts/delTm && node scripts/imageMin", | |||
"upload": "node scripts/upload", | |||
"build": "npm run handleRes && node scripts/mergeJson && npm run upload && npm run buildTS", | |||
"watch": "webpack --watch", | |||
"dev": "node scripts/devServer -p 8099", | |||
"dev1": "webpack-dev-server --open --config webpack.dev.js --host 0.0.0.0", | |||
"buildTS": "webpack --config webpack.prod.js && node scripts/mergeJs && npm run copyJs", | |||
"copyJs": "node scripts/copyJs", | |||
"buildWeb": "npm run handleRes && node scripts/mergeJson && node scripts/upload 1", | |||
"buildWebTS": "webpack --config webpack.prod.js && node scripts/uploadSingleJs 1" | |||
}, | |||
"author": "MrKwon", | |||
"license": "ISC" | |||
} |
project.json
0 → 100644
7.16 KB
303 KB
5.99 KB
resource/GameScene/back.png
0 → 100644
1.21 MB
355 KB
63.7 KB
74.5 KB
35.9 KB
resource/GameScene/g1.png
0 → 100644
57.7 KB
resource/GameScene/g2.png
0 → 100644
57.3 KB
resource/GameScene/g3.png
0 → 100644
57.7 KB
resource/GameScene/g4.png
0 → 100644
57.8 KB
resource/GameScene/g5.png
0 → 100644
57.5 KB
resource/GameScene/gc.png
0 → 100644
25.3 KB
resource/GameScene/gi-b.png
0 → 100644
35.9 KB
1.24 MB
46.3 KB
84.5 KB
95.6 KB
21 KB
resource/GameScene/screw.png
0 → 100644
1.09 KB
23.3 KB
2.98 KB
133 KB
resource/common/toastBg.png
0 → 100644
1.61 KB
234 Bytes
266 Bytes
resource/common/跳过按钮.png
0 → 100644
2.07 KB
508 Bytes
944 Bytes
1.16 KB
513 Bytes
508 Bytes
5.49 KB
3.44 KB
32.8 KB
3.44 KB
1.21 KB
694 Bytes
944 Bytes
1.16 KB
1.21 KB
513 Bytes
694 Bytes
5.49 KB
32.8 KB
836 Bytes
3.94 KB
871 Bytes
32.7 KB
465 Bytes
4.34 KB
445 Bytes
1.05 KB
1.21 KB
2.53 KB
4.22 KB
1.58 KB
1.13 KB
3.44 KB
1.06 KB
6.04 KB
3.44 KB
712 Bytes
588 Bytes
739 Bytes
595 Bytes
5.66 KB
32.7 KB
601 Bytes
4.75 KB
8.6 KB
1.1 KB
5.2 KB
3.96 KB
5.2 KB
3.23 KB
5.2 KB
1.1 KB
3.23 KB
3.23 KB
1.1 KB
8.6 KB
3.96 KB
3.96 KB
8.6 KB
2.54 KB
3.74 KB
3.74 KB
3.93 KB
4.74 KB
2.54 KB
3.93 KB
3.93 KB
2.54 KB
3.74 KB
2.48 KB
2.48 KB
4.74 KB
2.48 KB
4.74 KB
resource/res.json
0 → 100644
resource/skin.json
0 → 100644
scripts/clearSameImg.js
0 → 100644
scripts/copyJs.js
0 → 100644
scripts/copyRes.js
0 → 100644
scripts/createAllModule.js
0 → 100644
scripts/createHtml.js
0 → 100644
scripts/createHtmlTem.js
0 → 100644
scripts/createModule.js
0 → 100644
scripts/createTm.js
0 → 100644
scripts/delRel.js
0 → 100644
scripts/delTm.js
0 → 100644
scripts/devServer.js
0 → 100644
scripts/flushRes.js
0 → 100644
scripts/handleLotS.js
0 → 100644
scripts/imageMin.js
0 → 100644
scripts/mergeJs.js
0 → 100644
scripts/mergeJson.js
0 → 100644
scripts/psdH.js
0 → 100644
scripts/psdHSin.js
0 → 100644
scripts/runScript.js
0 → 100644
scripts/textureMerge.js
0 → 100644
scripts/trans.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
scripts/upload.js
0 → 100644
scripts/uploadSingleJs.js
0 → 100644
scripts/warn.js
0 → 100644
src/Clock.ts
0 → 100644
src/Main.ts
0 → 100644
src/ResJson.ts
0 → 100644
src/SkinJson.ts
0 → 100644
src/TaoBaoNet.ts
0 → 100644
src/Tools.ts
0 → 100644
src/UI.ts
0 → 100644
src/WebNet.ts
0 → 100644
src/common/G_EVENT.ts
0 → 100644
src/common/IConfirmPanel.ts
0 → 100644
src/common/Light.ts
0 → 100644
src/common/MusicBtn.ts
0 → 100644
src/common/ProgressBar.ts
0 → 100644
src/common/ProgressBarS.ts
0 → 100644
src/common/RichText.ts
0 → 100644
src/common/SoundWeb.ts
0 → 100644
src/common/addBreathing.ts
0 → 100644
src/common/addClickZoom.ts
0 → 100644
src/common/countDown.ts
0 → 100644
src/lotties/cover001.ts
0 → 100644
src/lotties/cover001_sad.ts
0 → 100644
src/lotties/gc.ts
0 → 100644
src/lotties/gc_resolve.ts
0 → 100644
src/panels/GameOverPanel.ts
0 → 100644
src/svgaTb.ts
0 → 100644
tsConfig.json
0 → 100644
webpack.common.js
0 → 100644
webpack.dev.js
0 → 100644
webpack.prod.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.