weathertopper / json-as-a-game

0 stars 0 forks source link

`move_set` becomes `full_set` when constructing `scroll_set` #2

Closed weathertopper closed 6 years ago

weathertopper commented 6 years ago

The objects that move inside of scoll_set must be a shallow copy so movement will not flicker. Right now, this means setting scroll_set to move_set. Unfortunately, this means move_set becomes full_set, which isn't clean.

weathertopper commented 6 years ago

bypassing this with like a billion refactors