From f097d45a2ad21b25845ed7d62d9462a3ae6dc9a2 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 10 Mar 2024 10:42:39 +0700 Subject: [PATCH] Updated How to create custom touch control layout (markdown) --- How-to-create-custom-touch-control-layout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-create-custom-touch-control-layout.md b/How-to-create-custom-touch-control-layout.md index 301962f..14f2aee 100644 --- a/How-to-create-custom-touch-control-layout.md +++ b/How-to-create-custom-touch-control-layout.md @@ -169,7 +169,7 @@ BX_EXPOSED.test_touch_control( } } ``` -3. Create your pull request including the screenshot of the layout. Chrome/Edge has a built-in screenshot feature: +3. Create a pull request including the screenshot of the layout. Chrome/Edge has a built-in screenshot feature: Screenshot 2024-03-10 at 10 39 49 -That's the basic of it. I'll update with more details later. \ No newline at end of file +4. Done! That's the basic of it. I'll update with more details later. \ No newline at end of file