فهرست منبع

This should be a red apple (???)

Sacha Ligthert 2 سال پیش
والد
کامیت
c459247529
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)
 }