mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-31 12:42:22 +02:00
Update ui.ts coment fix
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
be6595006d
commit
81329cfde3
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user