1
0
forked from freqy/randomHearts

testing colors 7

This commit is contained in:
freqyxin@gmail.com 2021-02-06 22:27:39 -08:00
parent 3e2ae4d865
commit e1b103d054

@ -55,7 +55,7 @@ func medHeart(x int) {
default:
fmt.Print(" ")
case x + 8, x + 9, x + 10, x + 14, x + 15:
fmt.Print("\x03", "\x63", "\x34")
fmt.Print("\x03", "\x63", "04")
fmt.Print("@")
case x + 16:
fmt.Println("@")