From 6e7cd78c3a3b3acb8d69cfc14fa516938f15f6d4 Mon Sep 17 00:00:00 2001 From: Kyklish Date: Fri, 24 May 2024 08:06:39 +0300 Subject: [PATCH] Fix snippetsV1: PixelSearch (#427) Co-authored-by: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> --- language/snippetsV1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/snippetsV1.json b/language/snippetsV1.json index 0db4ab9b..69664dc9 100644 --- a/language/snippetsV1.json +++ b/language/snippetsV1.json @@ -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": {