This should be a red apple (???)
This commit is contained in:
parent
b17918f052
commit
c459247529
2
apple.go
2
apple.go
@ -43,5 +43,5 @@ func placeApple(snakex *int, snakey *int) Apple {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func drawApple(screen tcell.Screen, style tcell.Style, x int, y int) {
|
func drawApple(screen tcell.Screen, style tcell.Style, x int, y int) {
|
||||||
screen.SetContent(x, y, '', nil, style)
|
screen.SetContent(x, y, '🍎', nil, style)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user