Skip to content

Commit 1f36e2d

Browse files
feat: save; trigger CI
1 parent fdad7b1 commit 1f36e2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/game-ball-babylonjs-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ jobs:
3737
--dir dist \
3838
--site ${{ secrets.GAME_RUNNING_BALL_NETLIFY_PROJECT_ID }} \
3939
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
40+
--prod

games/running-ball-babylonjs/Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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/)

games/running-ball-babylonjs/src/Game.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)