This should be a red apple (???)

This commit is contained in:
Sacha Ligthert 2023-11-12 17:03:37 +01:00
parent b17918f052
commit c459247529

View File

@ -43,5 +43,5 @@ func placeApple(snakex *int, snakey *int) Apple {
}
func drawApple(screen tcell.Screen, style tcell.Style, x int, y int) {
screen.SetContent(x, y, '', nil, style)
screen.SetContent(x, y, '🍎', nil, style)
}