1
0
forked from freqy/randomHearts

testing colors 2

This commit is contained in:
freqyxin@gmail.com 2021-02-06 13:12:45 -08:00
parent aa4c260a94
commit 08c4dee590

@ -54,8 +54,10 @@ func medHeart(x int) {
default:
fmt.Print(" ")
case x + 8, x + 9, x + 10, x + 14, x + 15:
print("\x034")
fmt.Print("@")
case x + 16:
print("\x034")
fmt.Println("@")
}
}
@ -213,7 +215,6 @@ func main() {
x := *heartSpread
for i := 0; i <= *heartnum; i++ {
print("\x034")
whSp(x)
x--