Skip to content

Commit

Permalink
Remove metadata (#1626)
Browse files Browse the repository at this point in the history
* fix: Remove wrong img value. re #1579

* revert formating

* revert formating

* revert formating

revert formating

revert formating

* chore: Remove metadata

* Revert "fix: Remove wrong img value. re #1579"

This reverts commit 6390c59.

---------

Co-authored-by: graham <[email protected]>
  • Loading branch information
GalaxyGamingBoy and grymmy authored May 10, 2024
1 parent 86e81c8 commit d8294ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
node_modules/
yarn-error.log
.env
dist/
dist/
games/metadata.json
4 changes: 2 additions & 2 deletions games/Countdown_Golf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5661,8 +5661,8 @@ const addArrows = (x1, y1, x2, y2) => {
const outArrow =
xStep === 0
? yStep > 0
? downOut
: upOut
? downOut
: upOut
: xStep > 0
? rightOut
: leftOut;
Expand Down
1 change: 0 additions & 1 deletion games/metadata.json

This file was deleted.

0 comments on commit d8294ac

Please sign in to comment.