-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Team 4 Sprint 2 - CountdownDisplay fix bug #71
Comments
Issue was that the package name did not match the package name in the code in countdownDisplay.java. |
Completed merge sept. 7 |
The fix was not the main issue. Now, the game ends when user clicks "start". The game window just closes and the run ends |
The game closes when click on "countdown" button, but when I changed the screen which clicking the button leads to do eviction menu screen, the window does not close. So, the error is in CountdownScreen or countdownDisplay. Most likely in countdownDisplay, but not sure why the error is occurring because I'm only adding a label to the screen. |
Bug was in applying label style. All fixed. |
Description
Task: CountdownDisplay fix bug
Feature: Countdown Clock (#3)
Something in countdownDisplay.java is causing an error. Fix the error, and merge it back to main.
Milestones
Completion Deadline: Sep. 7
Member
The text was updated successfully, but these errors were encountered: