From 3b75b0247e4d4162bb87c41543db662592b17d97 Mon Sep 17 00:00:00 2001 From: ldurniat Date: Sat, 19 Oct 2024 15:44:27 +0200 Subject: [PATCH] The default value for innerRadius in newStick is incorrect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ec7210..8a356c0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The first axis of the two for your joystick (defaults to 1) Size of the joystick control (defaults to 48px) or a filename of an image to load for the joystick forground ###### outerRadius -Size of the joystick movement area (defaults to 496px) or a filename of an image to load for the joystick background +Size of the joystick movement area (defaults to 96px) or a filename of an image to load for the joystick background Add a virtual button ```