Stefan4472 / GalaxyRun

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

Playability Improvements #1 #81

Closed Stefan4472 closed 7 years ago

Stefan4472 commented 7 years ago

-Smaller Spaceship hitbox -Smaller coin sprites (resize the coin but keep the overall .png 50x50) -BulletExplode animation, for when bullets, rockets, or alienBullets hit something -Larger Arrow Buttons

Stefan4472 commented 7 years ago

Also: difficulty should only start increasing once game has officially begun.

Stefan4472 commented 7 years ago

Larger Arrow Buttons may only be possible if ScoreDisplay and HealthBar are made into actual view elements and updated through a GameEventsListener

Stefan4472 commented 7 years ago

ArrowButton padding may need to be set programmatically using screen dimensions in pixels.

Stefan4472 commented 7 years ago

This is being closed in favor of more specific Issues that will be individually tracked