missing word

This commit is contained in:
Lokathor 2018-11-12 14:58:02 -07:00
parent cdb9be13d6
commit 4ae3bc4fda
5 changed files with 5 additions and 5 deletions

View file

@ -205,6 +205,6 @@ So then every frame we can check for `column_direction` and `row_direction` and
then apply those to the snake's current position to make it move around the
screen.
With that I think we're all done with user input for now. There's some other
With that, I think we're all done with user input for now. There's some other
things to eventually know about like key interrupts that you can set and stuff,
but we'll cover that later on because it's not necessary right now.

View file

@ -330,7 +330,7 @@ somehow later on.</p>
<p>So then every frame we can check for <code>column_direction</code> and <code>row_direction</code> and
then apply those to the snake's current position to make it move around the
screen.</p>
<p>With that I think we're all done with user input for now. There's some other
<p>With that, I think we're all done with user input for now. There's some other
things to eventually know about like key interrupts that you can set and stuff,
but we'll cover that later on because it's not necessary right now.</p>

View file

@ -988,7 +988,7 @@ somehow later on.</p>
<p>So then every frame we can check for <code>column_direction</code> and <code>row_direction</code> and
then apply those to the snake's current position to make it move around the
screen.</p>
<p>With that I think we're all done with user input for now. There's some other
<p>With that, I think we're all done with user input for now. There's some other
things to eventually know about like key interrupts that you can set and stuff,
but we'll cover that later on because it's not necessary right now.</p>
<a class="header" href="#the-vcount-register" id="the-vcount-register"><h1>The VCount Register</h1></a>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long