From 4f5618ce7201f35d662d28fe9dc28dba8c06dbaf Mon Sep 17 00:00:00 2001 From: Archer Allstars <95kreaninw95@gmail.com> Date: Sat, 16 Apr 2022 03:56:23 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d41925b..8a45e9a 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ https://user-images.githubusercontent.com/1403194/163666102-90858095-f24c-4ed4-96f8-31b81eeebafd.mp4 ## Features: -- **Multi-touch supported:** this joypad is coded in a way that it won't get interferd with other touch related features in the game. -- **Signal based control:** by using the signal, the code is very simple, reliable, and fast! -- **Area based D-Pad control:** the D-Pad uses an area specifed by the button node to detect touch input instead of some calculations from the slowish user script. Therefore, the user can easily change the area to detect touch input from with thin the editor instead of having to change some complicated calculation in the script! +- **Multi-touch supported:** this joypad is coded in a way that it won't get interfered with other touch-related features in the game. +- **Signal-based control:** by using the engine's signal, the code is very simple, reliable, and fast! +- **Area-based D-Pad control:** the D-Pad uses an area specified by the button node to detect touch input instead of some calculations from the slowish user script. Therefore, the user can easily change the area to detect touch input from with thin the editor instead of having to change some complicated calculation in the script! - **Muti-size D-Pad supported:** the user can easily change the D-Pad to any size as it won't break the code. - **Flexible D-Pad position:** the user doesn't need the ultimate precision as the D-Pad will follow the user's thumb (in the limited area). -- **Auto D-Pad recenter:** the D-Pad will automatically return to its default positon. The user can sepacify the default position in the editor, there's no need to change this in the code. -- **Visual Script:** the code is written in Visual Script. Therefore, it's easy to read and understand the code if someone want to modify it. +- **Auto D-Pad recenter:** the D-Pad will automatically return to its default positon. The user can specify the default position in the editor, there's no need to change this in the code. +- **Visual Script:** the code is written in Visual Script. Therefore, it's easy to read and understand the code if someone wants to modify it. ## Usage Open this demo project. Play with the project. Even parts of the joypad (D-Pad and some buttons) can be used seperately.