mintmousse.setTitle
Set the title of the web console, and the name in the tab. By default, the title is preset to "MintMousse".
Synopsis
Parameters
titlestring- Sets the title of the console to the given string.
Returns
Nothing.
Examples
mintmousse.setTitle("MintMousse")
mintmousse.setTitle("Game Console")
mintmousse.setTitle(love.window.getTitle() .. " Console")