KaranMohindroo / Flappy-Bird

Java based game
1 stars 0 forks source link

Background image is not covering full game screen #3

Closed KaranMohindroo closed 6 years ago

KaranMohindroo commented 6 years ago

image

KaranMohindroo commented 6 years ago

we can change the code to g.drawImage(bgimage,0,0,1000,680,this); on https://github.com/KaranMohindroo/Flappy-Bird/blob/master/GamePanel.java#L55 image

himakshi25 commented 6 years ago

Yeah that is why we have prevented the maximize of the window

On May 4, 2018 15:29, "KaranMohindroo" notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/20009506/39622462-eb95cd04-4faf-11e8-9833-18cc6949335a.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/KaranMohindroo/Flappy-Bird/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/Aah9OKlIJY2xgi8Sh9or4WTFAs8WvQbuks5tvCaUgaJpZM4TyZXr .

KaranMohindroo commented 6 years ago

Now it looks much better whats say?

himakshi25 commented 6 years ago

Is the quality of picture preserved?

On May 4, 2018 15:35, "KaranMohindroo" notifications@github.com wrote:

Now it looks much better whats say?

— You are receiving this because you were assigned.

Reply to this email directly, view it on GitHub https://github.com/KaranMohindroo/Flappy-Bird/issues/3#issuecomment-386557158, or mute the thread https://github.com/notifications/unsubscribe-auth/Aah9OLqZGRwxIRn26cLbjddBSLb8G48sks5tvCfYgaJpZM4TyZXr .

KaranMohindroo commented 6 years ago

yes i think so you can test the code