mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-26 01:16:33 +11:00
typo
Co-Authored-By: Lokathor <zefria@gmail.com>
This commit is contained in:
parent
a689763c9a
commit
0edce7ce66
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ modern computer or console you do this with vsync info from the GPU and Monitor,
|
||||||
and on the GBA we'll be using vsync info from an IO register that tracks what
|
and on the GBA we'll be using vsync info from an IO register that tracks what
|
||||||
the display hardware is doing.
|
the display hardware is doing.
|
||||||
|
|
||||||
As a way to apply our knowledge We'll make a simply "light cycle" game where
|
As a way to apply our knowledge We'll make a simple "light cycle" game where
|
||||||
your dot leaves a trail behind them and you die if you go off the screen or if
|
your dot leaves a trail behind them and you die if you go off the screen or if
|
||||||
you touch your own trail. We just make a copy of `hello2.rs` named
|
you touch your own trail. We just make a copy of `hello2.rs` named
|
||||||
`light_cycle.rs` and then fill it in as we go through the chapter. Normally you
|
`light_cycle.rs` and then fill it in as we go through the chapter. Normally you
|
||||||
|
|
Loading…
Add table
Reference in a new issue