mjohnsonengr / mini-intruders

Space invaders clone
1 stars 0 forks source link

Screen/device scalability #1

Open mjohnsonengr opened 8 years ago

mjohnsonengr commented 8 years ago

Need to make app scalable.

Consider various screen sizes Make sure all assets are scaled appropriately Re-write code as necessary to make sure it also scales well.

mjohnsonengr commented 8 years ago

While I'm writing the menu, I am often using variables like game.world's width and height as well as using respective sprites' width and height variables to determine positioning rather than using static values.

Since I do not have any scaling harness in place to test with yet, I do not know if this works well.

mjohnsonengr commented 8 years ago

Need a better background picture to make this happen.