prep for rebase

This commit is contained in:
Lokathor 2018-11-20 00:22:54 -07:00
parent fdda573c0f
commit 14cca9ba12

View file

@ -12,8 +12,8 @@ our RAM is for scratch space, all that stuff. Even if we can't put all of them
to use at once, it's helpful to have an idea of what will be available in the to use at once, it's helpful to have an idea of what will be available in the
long run. long run.
Tiled modes bring us two big new concepts that each have their own complexity: Tiled modes bring us three big new concepts that each have their own complexity:
backgrounds and objects. They share some concepts, but fundamentally the tiles, backgrounds, and objects. Backgrounds and objects both use tiles, but the
background is for creating a very large static space that you can scroll around background is for creating a very large static space that you can scroll around
the view within, and the objects are about having a few moving bits that appear the view within, and the objects are about having a few moving bits that appear
over the background. Careful use of backgrounds and objects is key to having the over the background. Careful use of backgrounds and objects is key to having the