Stefan4472 / GalaxyRun

A space-themed infinite runner for Android
GNU General Public License v3.0
0 stars 0 forks source link

Improved Coordinate System #141

Open Stefan4472 opened 2 years ago

Stefan4472 commented 2 years ago

Should use real coordinates (e.g., set Spaceship speedX to scrollSpeed) and then offset those when drawing to the screen. Then there's no hackiness required.

Stefan4472 commented 2 years ago

Not explicitly necessary.