DragonFly submit List (threaded) for 2004-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
useless aesthetics -- ascii dragonfly boot splash
That ascii daemon on the new boot splash screen bugs me. I thought it
should at least be updated for the new name; attached is a diff to
change him to a dragonfly. It's not perfect (gentle curves are hard
in ascii), but I like it. Used the website logo as a guide.
The color version has not been changed -- I actually didn't realize the
option was there until today. I may learn the color escape codes and
fix that over the weekend. :)
Happy New Year, all.
--
Aaron Malone
aaron@xxxxxxxxx
--- beastie.4th.orig Fri Jan 2 22:02:26 2004
+++ beastie.4th Fri Jan 2 22:21:01 2004
@@ -73,25 +73,25 @@
;
: boring-beastie ( x y -- )
- 2dup at-xy ." , ," 1+
- 2dup at-xy ." /( )`" 1+
- 2dup at-xy ." \ \___ / |" 1+
- 2dup at-xy ." /- _ `-/ '" 1+
- 2dup at-xy ." (/\/ \ \ /\" 1+
- 2dup at-xy ." / / | ` \" 1+
- 2dup at-xy ." O O ) / |" 1+
- 2dup at-xy ." `-^--'`< '" 1+
- 2dup at-xy ." (_.) _ ) /" 1+
- 2dup at-xy ." `.___/` /" 1+
- 2dup at-xy ." `-----' /" 1+
- 2dup at-xy ." <----. __ / __ \" 1+
- 2dup at-xy ." <----|====O)))==) \) /====" 1+
- 2dup at-xy ." <----' `--' `.__,' \" 1+
- 2dup at-xy ." | |" 1+
- 2dup at-xy ." \ / /\" 1+
- 2dup at-xy ." ______( (_ / \______/" 1+
- 2dup at-xy ." ,' ,-----' |" 1+
- at-xy ." `--{__________)"
+ 2dup at-xy ." " 1+
+ 2dup at-xy ." " 1+
+ 2dup at-xy ." ,--, | ,--," 1+
+ 2dup at-xy ." | `-, ,^, ,-' |" 1+
+ 2dup at-xy ." `, `-, (/ \) ,-` ,-'" 1+
+ 2dup at-xy ." `-, `-,/ \,-` ,-`" 1+
+ 2dup at-xy ." `------( )------'" 1+
+ 2dup at-xy ." ,----------( )-----------," 1+
+ 2dup at-xy ." | _,-( )-,_ |" 1+
+ 2dup at-xy ." `-,__,-` \ / `-,__,-'" 1+
+ 2dup at-xy ." | |" 1+
+ 2dup at-xy ." | |" 1+
+ 2dup at-xy ." | |" 1+
+ 2dup at-xy ." | |" 1+
+ 2dup at-xy ." | |" 1+
+ 2dup at-xy ." | |" 1+
+ 2dup at-xy ." `|'" 1+
+ 2dup at-xy ." " 1+
+ at-xy ."
;
: print-beastie ( x y -- )
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]