From 81329cfde3a75f4dccad509da8a5c0aa30687edb Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:34:30 -0500 Subject: [PATCH] Update ui.ts coment fix Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/ui/ui.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ui/ui.ts b/src/ui/ui.ts index 8e594d1fba3..790d517f20c 100644 --- a/src/ui/ui.ts +++ b/src/ui/ui.ts @@ -277,10 +277,11 @@ export default class UI extends Phaser.GameObjects.Container { return true; } - /** Process a player input of a button (delivering it to the current UI handler for processing) - * @param button The {@linkcode Button} being inputted - * @returns true if the input attempt succeeds - */ + /** + * Process a player input of a button (delivering it to the current UI handler for processing) + * @param button The {@linkcode Button} being inputted + * @returns true if the input attempt succeeds + */ processInput(button: Button): boolean { if (this.overlayActive) { return false;