sarospa / arachNES

"Average NES emulator contains 3 spiders" factoid actually just statistical error...
GNU Affero General Public License v3.0
0 stars 1 forks source link

Galaxian: Ship and aliens only move in tile chunks #6

Closed sarospa closed 7 years ago

sarospa commented 7 years ago

When the ship and aliens move back and forth, they only move in steps of whole tiles. The reason for this appears to be that these images are really just background tiles! Fine x-scrolling will need to be implemented to fix this.

sarospa commented 7 years ago

This turned out to be pretty easy to implement. I'll close this on next checkin.

sarospa commented 7 years ago

Checked in now.