hueg.pl LOL
This commit is contained in:
parent
9dd31bd624
commit
e104944e77
@ -150,6 +150,10 @@ sub process {
|
|||||||
|
|
||||||
$whitespace = " " x $scale;
|
$whitespace = " " x $scale;
|
||||||
$cur =~ s/ /$whitespace/g;
|
$cur =~ s/ /$whitespace/g;
|
||||||
|
$whitespace = "#" x $scale;
|
||||||
|
$cur =~ s/#/$whitespace/g;
|
||||||
|
$whitespace = "." x $scale;
|
||||||
|
$cur =~ s/\./$whitespace/g;
|
||||||
$all .= $cur;
|
$all .= $cur;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user