1
0
forked from freqy/randomHearts

testing colors 8

This commit is contained in:
freqyxin@gmail.com 2021-02-06 22:29:45 -08:00
parent e1b103d054
commit 8dcb68219b

@ -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", "04")
fmt.Print("\x03\x63\x34")
fmt.Print("@")
case x + 16:
fmt.Println("@")