Functions for manipulating the player's user interface.
local GUI = ELONA.require("core.GUI")
| txt (message) | Prints some text in the HUD message window. |
| txt (message, color) | Prints some text in the HUD message window. |
| txtnew () | Starts a new message line in the HUD message window. |
| play_sound (sound_id) | Plays a sound. |
| show_journal_update_message () | Displays the journal update message. |
| fade_out () | Fades out the screen, then fades it in. |