Przeglądaj źródła

This should be a red apple (???)

Sacha Ligthert 2 lat temu
rodzic
commit
c459247529
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apple.go

+ 1 - 1
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) {
-	screen.SetContent(x, y, '', nil, style)
+	screen.SetContent(x, y, '🍎', nil, style)
 }