[O] Create a better ascii art

This commit is contained in:
Hykilpikonna
2019-09-07 10:08:49 -04:00
parent cf34db2c61
commit e86d2fd4f5
+6 -3
View File
@@ -9,7 +9,10 @@ export default class Constants
*/
public static API_URL: string = 'https://va.hydev.org/api';
public static SPLASH: string = '\\ / /\\ ._ _.| _ _ ._\n' +
' \\/>< /--\\| |(_||\\//_(/_| \n' +
' v0.1.1.0 / '
public static SPLASH: string =
'. , ,---. | \n' +
'| |. , |---|,---.,---.| , .,---,,---.,---.\n' +
' \\ / >< | || |,---|| | | .-\' |---\'| \n' +
' `\' \' ` ` \'` \'`---^`---\'`---|\'---\'`---\'` \n' +
' v1.1.0 `---\' '
}