1
0
forked from freqy/randomHearts

testing colors 9

This commit is contained in:
freqyxin@gmail.com 2021-02-06 22:41:59 -08:00
parent 8dcb68219b
commit 085c5fcddb

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