Add ASCII art
This commit is contained in:
parent
761bdff214
commit
5929bd73b2
1 changed files with 13 additions and 0 deletions
|
|
@ -131,6 +131,19 @@ namespace TShockAPI
|
||||||
#endif
|
#endif
|
||||||
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
|
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
|
||||||
|
|
||||||
|
Console.Write(" ___ ___ ___ ___ ___ \n" +
|
||||||
|
" ___ / /\\ /__/\\ / /\\ / /\\ /__/| \n" +
|
||||||
|
" / /\\ / /:/_ \\ \\:\\ / /::\\ / /:/ | |:| \n" +
|
||||||
|
" / /:/ / /:/ /\\ \\__\\:\\ / /:/\\:\\ / /:/ | |:| \n" +
|
||||||
|
" / /:/ / /:/ /::\\ ___ / /::\\ / /:/ \\:\\ / /:/ ___ __| |:| \n" +
|
||||||
|
" / /::\\ /__/:/ /:/\\:\\/__/\\ /:/\\:\\/__/:/ \\__\\:\\/__/:/ / /\\/__/\\_|:|____\n" +
|
||||||
|
"/__/:/\\:\\\\ \\:\\/:/~/:/\\ \\:\\/:/__\\/\\ \\:\\ / /:/\\ \\:\\ / /:/\\ \\:\\/:::::/\n" +
|
||||||
|
"\\__\\/ \\:\\\\ \\::/ /:/ \\ \\::/ \\ \\:\\ /:/ \\ \\:\\ /:/ \\ \\::/~~~~ \n" +
|
||||||
|
" \\ \\:\\\\__\\/ /:/ \\ \\:\\ \\ \\:\\/:/ \\ \\:\\/:/ \\ \\:\\ \n" +
|
||||||
|
" \\__\\/ /__/:/ \\ \\:\\ \\ \\::/ \\ \\::/ \\ \\:\\ \n" +
|
||||||
|
" \\__\\/ \\__\\/ \\__\\/ \\__\\/ \\__\\/ \n" +
|
||||||
|
"");
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (File.Exists(Path.Combine(SavePath, "tshock.pid")))
|
if (File.Exists(Path.Combine(SavePath, "tshock.pid")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue