Add a FlowPane to the side of the screen where messages will be displayed for the user; i.e. 'You attack the Glitch!' 'Your attack missed!' 'You have been hit by a Glitch!' etc. This area will be managed by a separate class (Console) as a sort of wrapper, with convenience functions for adding/clearing messages. Could also be a good area to display score/timer/user health, etc. without covering up the game itself.
It's possible that using a FlowPane might actually cause issues with spacing/text wrapping. Will have to experiment; however, shouldn't have huge problems with having long message logs, as the FlowPane is already built into a ScrollPane, allowing for vertical growth.
Currently in progress!!
Add a FlowPane to the side of the screen where messages will be displayed for the user; i.e. 'You attack the Glitch!' 'Your attack missed!' 'You have been hit by a Glitch!' etc. This area will be managed by a separate class (Console) as a sort of wrapper, with convenience functions for adding/clearing messages. Could also be a good area to display score/timer/user health, etc. without covering up the game itself.
It's possible that using a FlowPane might actually cause issues with spacing/text wrapping. Will have to experiment; however, shouldn't have huge problems with having long message logs, as the FlowPane is already built into a ScrollPane, allowing for vertical growth.