ucsb-cs56-projects / cs56-games-fish-animation

-
1 stars 11 forks source link

Glitchy frames #86

Closed 9728627 closed 6 years ago

9728627 commented 6 years ago

1.The game implements new frames in between screens. I combine three menu frames. However, I have not combine the menu frame and gameFrame. Because the size of the menu and game frame are different. Shrinking the size of the game frame will affect the user playing experiences.

  1. I delete the frame.setvisible(false) because they are in the same frame right now. They do not need to setVisible(false) and (true), which will cause flickering.
9728627 commented 6 years ago

I have fixed the conflicts and updated this PR. Hope you can check it after checking the Audio PR.