From 62a56fb11b0b45d756c9226c0e17ab566d7109f1 Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 25 May 2018 23:32:11 -0400 Subject: [PATCH] Fixed verb tense. Could also be changed to "..cannot count as.." --- Tutorial:Screen,-colors-and-squares.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorial:Screen,-colors-and-squares.md b/Tutorial:Screen,-colors-and-squares.md index 0573f31..3d9bc73 100644 --- a/Tutorial:Screen,-colors-and-squares.md +++ b/Tutorial:Screen,-colors-and-squares.md @@ -1,4 +1,4 @@ -You've already learned things about how to make a basic game with Ebiten in the last tutorial, but that cannot be count as an actual game because it can only show the text, thus we would need to learn more things about the screen before we make a real game, and that's what we'll talk about in this chapter. +You've already learned things about how to make a basic game with Ebiten in the last tutorial, but that cannot be counted as an actual game because it can only show the text, thus we would need to learn more things about the screen before we make a real game, and that's what we'll talk about in this chapter. The game screen is the most important place in the game. It displays everything you can see, and the screen is always refreshed but the speed is too fast so it might have been refreshed million times before you notice.