mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-22 04:07:59 +01:00
Applejack
This commit is contained in:
parent
d5784ea90f
commit
644a43e5f5
8 changed files with 150 additions and 1 deletions
29
Applejack/applejack-nohat.txt
Normal file
29
Applejack/applejack-nohat.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
.....-----...
|
||||
__ .-` `.
|
||||
/ \` .:'--:.
|
||||
( / \ `-.__..-;
|
||||
| | `-..__ ., -
|
||||
( '. \ _____\ )`-._ _-`
|
||||
'\ __/ __\' / ':``''`
|
||||
.|\_ ( / .-| |'.|
|
||||
|' / ,'\ ( (WW| \W)j
|
||||
.| | \_\_`/ ``-.
|
||||
.--''''````-. |' l \__/
|
||||
/ `. | `. -,______.-'
|
||||
/ `.________.| `. /
|
||||
( ,.--''>-',: |' | (
|
||||
| | / (_) .| ,'),-``''-.
|
||||
| .' | ,; |' / ,' `.
|
||||
.| |. | (_) ;, '. (.( :
|
||||
|' '| | (_) `'---'` `. `:`;
|
||||
| '. / \ / `:. ; ':
|
||||
|. `' | /-,_______\ ' ` .-; |
|
||||
'| \_/ / | |\ `----'`.' .'
|
||||
| ) / | | `--, \`''`
|
||||
'. / | | | / l
|
||||
`--_____--'| | | | ( |
|
||||
`:._.` '. | | | | \ |
|
||||
' .-. )| \ | \ `.___/
|
||||
`---; ) )' \_______) \_______)
|
||||
.:___-'
|
||||
|
11
Applejack/parts/30;1
Normal file
11
Applejack/parts/30;1
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.-
|
||||
(WW W
|
||||
`
|
||||
|
24
Applejack/parts/31;22
Normal file
24
Applejack/parts/31;22
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(_) ,')
|
||||
/
|
||||
(_) (.
|
||||
(_)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-_____
|
17
Applejack/parts/32;22
Normal file
17
Applejack/parts/32;22
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
__
|
||||
/ '.
|
||||
( )
|
||||
\
|
||||
|
||||
|
||||
|
||||
,:
|
||||
|
||||
,;
|
||||
;,
|
29
Applejack/parts/33;1
Normal file
29
Applejack/parts/33;1
Normal file
|
@ -0,0 +1,29 @@
|
|||
.....-----...
|
||||
.-` `.
|
||||
` .:'--:.
|
||||
`-.__..-;
|
||||
`-..__ ., -
|
||||
`\ )`-._ _-`
|
||||
' ' ``''`
|
||||
.|
|
||||
|' /
|
||||
.| |
|
||||
.--''''````-. |' l
|
||||
/ `. | `.
|
||||
/ `. .| `.
|
||||
( ,.--''>-' |' |
|
||||
| | .| ,-``''-.
|
||||
| .' |' ,' `.
|
||||
.| |. '. ( :
|
||||
|' '| `'---'` `. `:`;
|
||||
| '. `:. ; ':
|
||||
|. `. ' ` .-; |
|
||||
'| \ `----'`.' .'
|
||||
| ) `''`
|
||||
'. /
|
||||
`- --'
|
||||
`:._.` '.
|
||||
' .-. )
|
||||
`---; ) )'
|
||||
.:___-'
|
||||
|
29
Applejack/parts/33;22
Normal file
29
Applejack/parts/33;22
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
__
|
||||
/ \
|
||||
( / \
|
||||
| |
|
||||
( '.
|
||||
\
|
||||
\_
|
||||
|
||||
``-.
|
||||
\__/
|
||||
-,______.-'
|
||||
________ /
|
||||
(
|
||||
/
|
||||
|
|
||||
|
|
||||
|
|
||||
/ \ /
|
||||
' | /-,_______\
|
||||
_/ / | |\
|
||||
/ | | `--, \
|
||||
| | | / l
|
||||
| | | | ( |
|
||||
| | | | \ |
|
||||
| \ | \ `.___/
|
||||
\_______) \_______)
|
||||
|
||||
|
10
Applejack/parts/37;22
Normal file
10
Applejack/parts/37;22
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
\ _____
|
||||
__/ \ / ':
|
||||
( | | |
|
||||
,'\ | \ j
|
||||
\_ _ /
|
|
@ -7,7 +7,7 @@ $maxw = 0;
|
|||
$maxh = 0;
|
||||
foreach($dir_files as $file)
|
||||
{
|
||||
if ( strpos($file,";") !== false )
|
||||
if ( preg_match("/([0-9]+;)*[0-9]+/",$file) !== false )
|
||||
{
|
||||
$curr_file = file("$dir/$file",FILE_IGNORE_NEW_LINES);
|
||||
$files[$file] = $curr_file;
|
||||
|
|
Loading…
Reference in a new issue