init
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
.vscode/settings.json
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
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "gamestage", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"dev": "webpack-dev-server --hot" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"devDependencies": { | |||
"awesome-typescript-loader": "^5.2.1", | |||
"babel-core": "^6.26.3", | |||
"babel-loader": "^7.1.5", | |||
"babel-preset-env": "^1.7.0", | |||
"css-loader": "^5.2.6", | |||
"style-loader": "^2.0.0", | |||
"typescript": "^4.3.4", | |||
"webpack": "^5.40.0", | |||
"webpack-cli": "^3.3.12", | |||
"webpack-dev-server": "^3.11.2" | |||
}, | |||
"dependencies": { | |||
"@types/matter-js": "^0.17.1", | |||
"babel-preset-react": "^6.24.1", | |||
"matter-js": "^0.17.1", | |||
"react": "^17.0.2", | |||
"react-dom": "^17.0.2", | |||
"ts-loader": "^9.2.3" | |||
} | |||
} |
src/Clock.ts
0 → 100644
src/Layer.ts
0 → 100644
src/UI.ts
0 → 100644
241 KB
src/assets/game/g1.png
0 → 100644
57.7 KB
src/assets/game/gc.png
0 → 100644
25.3 KB
src/config.ts
0 → 100644
src/main.css
0 → 100644
src/main.js
0 → 100644
src/main.ts
0 → 100644
src/scense/mainScense.ts
0 → 100644
src/utils/flip.css
0 → 100644
src/utils/flip.js
0 → 100644
src/utils/md.js
0 → 100644
src/utils/modal_render.js
0 → 100644
src/utils/transition.js
0 → 100644
src/utils/utils.js
0 → 100644
src/utils/vueControl.js
0 → 100644
tsconfig.json
0 → 100644
webpack.config.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.