Skip to content

Commit

Permalink
Update pxt.json, main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiphoenix364 committed Apr 29, 2022
1 parent 41ce2f0 commit 580b231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//% color="#83de8a"
namespace Blur {
//% block

export function SetBlurFilterPixelSize (size: number) {
let y = 0
let x = 0
Expand Down
3 changes: 1 addition & 2 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "1.1.4",
"description": "",
"dependencies": {
"device": "*",
"Timers": "github:microsoft/arcade-timers#v1.1.0"
"device": "*"
},
"files": [
"main.blocks",
Expand Down

0 comments on commit 580b231

Please sign in to comment.