mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-22 04:07:59 +01:00
Twilicorn
This commit is contained in:
parent
426cac7c96
commit
d17bb943da
14 changed files with 167 additions and 1 deletions
29
Twilight/alicorn_parts/35;22
Normal file
29
Twilight/alicorn_parts/35;22
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
__ __ _
|
||||
/ \ ;-. ,'/
|
||||
( / \_ `.' /
|
||||
| | ,' / \
|
||||
( '. / ) |
|
||||
\ __ /__'
|
||||
\_ / -. `
|
||||
( )
|
||||
. \ ``-.
|
||||
..::. ___ |, \__/
|
||||
.:::'':::.|.`.`-. :'. ______.-'
|
||||
.::' '::\`.`. `-._ \ \ /
|
||||
./:' \ `.`-.(` `.`.._ (
|
||||
:/:' / \ `.( `._/ \
|
||||
:::' | `. ( | |
|
||||
||| | `.___.-' |
|
||||
||| | |
|
||||
':|| / \ / \__/
|
||||
||| .--' | /-,_______\ \
|
||||
||| _/ / | |\ \
|
||||
'::. / / | | `--, \
|
||||
||| | | | | / l
|
||||
||| _/| | | | ( |
|
||||
::|| | | | | \ |
|
||||
`- | \ | \ `.___/
|
||||
\_______) \_______)
|
||||
|
||||
|
29
Twilight/alicorn_parts/37;1
Normal file
29
Twilight/alicorn_parts/37;1
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
Twilight/twilight_alicorn.txt
Normal file
29
Twilight/twilight_alicorn.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
__ _____ _
|
||||
/ \__..--"" ;-.",'/
|
||||
( / \_ `.' / `.
|
||||
| | ) `;. ,' / \ \
|
||||
( '. /___/_j_ / ) | )
|
||||
'\ / __\ ``::'/__' |
|
||||
|\_ ( / .-| |-.| `-,|
|
||||
.| ( \ ( (WW| \W)j '
|
||||
..-----, .|' ', \_\_`_| ``-.
|
||||
.-` ..::. `,___ |, ._:7 \__/
|
||||
,' .:::'':::.|.`.`-. |:'. \ -,______.-'
|
||||
.' .::' '::\`.`. `-._| \ \ `"7 /
|
||||
/ ./:' ,.--''>-'\ `.`-.(`| `.`.._/ (
|
||||
- :/:' | / \ `.( `. `._/ \
|
||||
| :::' .' | * \|/`. ( |`-_./ |
|
||||
.' ||| .' | /|\ *`.___.-' |
|
||||
| ||| | | * |
|
||||
| ':|| '. / \ * / \__/
|
||||
| . ||| |.--' | /-,_______\ \
|
||||
|/| ||| | _/ / | |\ \
|
||||
` ) '::. '. / / | | `--, \
|
||||
\ ||| | | | | | / l
|
||||
`. ||| | _/| | | | ( |
|
||||
`::|| | | | | | \ |
|
||||
`-._| | \ | \ `.___/
|
||||
\_______) \_______)
|
||||
|
||||
|
11
Twilight/unicorn_parts/30;1
Normal file
11
Twilight/unicorn_parts/30;1
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.-
|
||||
(WW W
|
||||
`
|
||||
|
29
Twilight/unicorn_parts/31;22
Normal file
29
Twilight/unicorn_parts/31;22
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\|/
|
||||
/|\
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
Twilight/unicorn_parts/34;22
Normal file
29
Twilight/unicorn_parts/34;22
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
_ __
|
||||
__..--"" "
|
||||
`.
|
||||
) `;. \
|
||||
/___/ j_ )
|
||||
' ``::' |
|
||||
| -,|
|
||||
.| ( '
|
||||
..-----, |' ',
|
||||
.-` `, ._:7
|
||||
,' \ | \
|
||||
.' :. | `"7
|
||||
/ ,.--''>-' ' /
|
||||
- | `.
|
||||
| .' `-_./
|
||||
.' .'
|
||||
| |
|
||||
| '.
|
||||
| . |
|
||||
|/| |
|
||||
` ) '.
|
||||
\ |
|
||||
`. |
|
||||
` |
|
||||
`-._|
|
||||
|
||||
|
||||
|
10
Twilight/unicorn_parts/37;22
Normal file
10
Twilight/unicorn_parts/37;22
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
_
|
||||
/ \
|
||||
( | | |
|
||||
\ | \ j
|
||||
\_ _ _|
|
|
@ -27,7 +27,7 @@ foreach($dir_files as $file)
|
|||
$chars=array_fill(0,$maxh,array_fill(0,$maxw,null));
|
||||
|
||||
foreach ( $files as $color => $lines )
|
||||
for ( $i = 0; $i < $maxh; $i++ )
|
||||
for ( $i = 0; $i < count($lines); $i++ )
|
||||
{
|
||||
for ( $j = 0, $l = strlen($lines[$i]); $j < $l; $j++ )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue