Update ui.ts coment fix

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-01-16 21:34:30 -05:00 committed by GitHub
parent be6595006d
commit 81329cfde3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -277,10 +277,11 @@ export default class UI extends Phaser.GameObjects.Container {
return true; 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 * Process a player input of a button (delivering it to the current UI handler for processing)
* @returns true if the input attempt succeeds * @param button The {@linkcode Button} being inputted
*/ * @returns true if the input attempt succeeds
*/
processInput(button: Button): boolean { processInput(button: Button): boolean {
if (this.overlayActive) { if (this.overlayActive) {
return false; return false;