CaptainCoderOrg / DungeonCrawlerJam2024

1 stars 1 forks source link

No Limit to output messages #163

Open DerekGooding opened 7 months ago

DerekGooding commented 7 months ago

If I hover over a PC and hit space to enter the menu, then backspace to leave the menu, the message box responds by explaining how many points the PC has.

If you press space + backspace over and over quickly, it loads up the queue and can lock the user out of information for minutes.

Might be worth having a limit on the queue or a check for if an existing message already exists in the queue. It's kind of the users own fault if they do this. So maybe it's fun to leave in.