Text image text based game

So I happen to be working on a text based game. In the beginning of this unity video there is a text skull (Creating a Text Based Adventure Part 2 - Introduction and Goals [1/10] Live 2017/3/29 - YouTube) how do I do that for my game? Thanks in advance!

Cheers!
NukeRasberry

I believe you are looking for ASCII art, where people create images out of text. One strategy I was shown by a friend was to create the basic image (in your text editor of choice) out of x’s, and then replace them with other characters as appropriate.

Or you could just grab something someone else made off of a site:

http://chris.com/ascii/index.php?cx=partner-pub-4074990861294766%3A7dhzk0-pjae&cof=FORID%3A9&ie=ISO-8859-1&q=skull&sa=Search

http://www.chris.com/ascii/index.php?art=people/skeletons

http://www.chris.com/ascii/index.php?art=logos%20and%20insignias/jolly%20roger

(I might recommend saving it as an image rather then using all of the text in your game [That’s just personal opinion though])