File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
games/running-ball-babylonjs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 --dir dist \
3838 --site ${{ secrets.GAME_RUNNING_BALL_NETLIFY_PROJECT_ID }} \
3939 --auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
40+ --prod
Original file line number Diff line number Diff line change 11# Simple Ball Running 3D Game
22___
3+ [ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/63c5ffa9-23d9-4fd5-b5a4-36101206b0fe/deploy-status )] ( https://app.netlify.com/projects/running-ball-babylonjs-by-user-of-github/deploys )
4+ ___
35## Technologies:
46- [ TypeScript] ( https://www.typescriptlang.org/ )
57- [ Babylon.js] ( https://www.babylonjs.com/ )
Original file line number Diff line number Diff line change @@ -73,9 +73,6 @@ export class Game {
7373
7474 this . initControls ( ) ;
7575
76- //this.ball.showBoundingBox = true;
77- //this.walls.forEach(w => w.showBoundingBox = true);
78-
7976 this . loadCoinModel ( ) ;
8077 void this . coinModel ;
8178
You can’t perform that action at this time.
0 commit comments