Skip to content

Commit

Permalink
Merge pull request #39 from towerofnix/ifonedge
Browse files Browse the repository at this point in the history
Update sb-edit and add "if on edge, bounce"
  • Loading branch information
PullJosh authored Mar 8, 2024
2 parents ce39cb3 + ce97479 commit d83b7d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 37 deletions.
50 changes: 15 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"sb-edit": "^0.13.12",
"sb-edit": "^0.13.14",
"scratchblocks": "^3.6.0",
"swr": "^1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion pages/manual.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function Manual() {
<Translation scratch="set y to (0)" js="this.y = 0;" />

<TranslationHeader>If on edge, bounce</TranslationHeader>
<Translation scratch="if on edge, bounce" />
<Translation scratch="if on edge, bounce" js="this.ifOnEdgeBounce();" />

<TranslationHeader>Set rotation style</TranslationHeader>
<Translation
Expand Down

0 comments on commit d83b7d3

Please sign in to comment.