Skip to content

Commit

Permalink
Fix snippetsV1: PixelSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
kyklish committed Apr 21, 2024
1 parent 14b1114 commit 2dd055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/snippetsV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
},
"PixelSearch": {
"prefix": "PixelSearch",
"body": "PixelSearch, ${1:OutputVarX}, ${2:OutputVarY}, ${3:X1}, ${4:Y1}, ${5:X2}, ${6:Y2}, ${7:ColorID [}, ${8:Variation}",
"body": "PixelSearch, ${1:OutputVarX}, ${2:OutputVarY}, ${3:X1}, ${4:Y1}, ${5:X2}, ${6:Y2}, ${7:ColorID [}, ${8:Variation}, ${9:Fast|RGB]}",
"description": "Searches a region of the screen for a pixel of the specified color."
},
"PostMessage": {
Expand Down

0 comments on commit 2dd055d

Please sign in to comment.