hueg.pl LOL

This commit is contained in:
wowaname 2016-12-28 11:20:08 +00:00
parent 9dd31bd624
commit e104944e77
1 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,10 @@ sub process {
$whitespace = " " x $scale;
$cur =~ s/ /$whitespace/g;
$whitespace = "#" x $scale;
$cur =~ s/#/$whitespace/g;
$whitespace = "." x $scale;
$cur =~ s/\./$whitespace/g;
$all .= $cur;
}