Skip to content

Commit 7012fb4

Browse files
committed
💥 🐛 trigger breaking release
PR didn't include gitmoji - This is definitely how the joystick should work, however the previous version didn't work this way for varying sizes
1 parent b0bb582 commit 7012fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ export interface IJoystickUpdateEvent {
7474
x: number | null;
7575
y: number | null;
7676
direction: JoystickDirection | null;
77-
distance: number; // Percentile 0-100% of joystick
77+
distance: number; // Percentile 0-100% of joystick
7878
}
7979
```

0 commit comments

Comments
 (0)