Skip to content

Commit

Permalink
feat: push dist to repo 😂
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitanga committed Aug 3, 2024
1 parent 2618332 commit 21960f1
Show file tree
Hide file tree
Showing 28 changed files with 38,306 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Delete old /dist folder
run: npx del-cli dist --force
- name: Start Building folder
run: node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --env mode=production --progress --config webpack.production.js
working-directory: ${{ github.workspace }}
# - name: Install Dependencies
# run: npm install
# - name: Delete old /dist folder
# run: npx del-cli dist --force
# - name: Start Building folder
# run: node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --env mode=production --progress --config webpack.production.js
# working-directory: ${{ github.workspace }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
coverage
dist/*
# dist/*
.cache
.env

Expand Down
Binary file added dist/assets/img/displacement_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/img/dynamo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/img/water_tile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/snd/edith-piaf-non-je-ne-regrette.mp3
Binary file not shown.
Binary file added dist/assets/snd/edith-piaf-non-je-ne-regrette.ogg
Binary file not shown.
Binary file added dist/assets/snd/enemy_shoot.ogg
Binary file not shown.
Binary file added dist/assets/snd/explosion_1.ogg
Binary file not shown.
Binary file added dist/assets/snd/explosion_2.ogg
Binary file not shown.
Binary file added dist/assets/snd/explosion_3.ogg
Binary file not shown.
Binary file added dist/assets/snd/explosion_4.ogg
Binary file not shown.
Binary file added dist/assets/snd/explosion_5.ogg
Binary file not shown.
Binary file added dist/assets/snd/game-over.mp3
Binary file not shown.
Binary file added dist/assets/snd/hit_enemy.ogg
Binary file not shown.
Binary file added dist/assets/snd/kill_confirmed.mp3
Binary file not shown.
Binary file added dist/assets/snd/mouse-click.ogg
Binary file not shown.
Binary file added dist/assets/snd/player_shoot_left.mp3
Binary file not shown.
Binary file added dist/assets/snd/player_shoot_right.mp3
Binary file not shown.
Loading

0 comments on commit 21960f1

Please sign in to comment.