1
0
forked from freqy/randomHearts

testing colors 6

This commit is contained in:
freqyxin@gmail.com 2021-02-06 14:20:31 -08:00
parent e1ecbcb235
commit 3e2ae4d865

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