-
Notifications
You must be signed in to change notification settings - Fork 0
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
Game screen type incorrect when mutiple replay clicked in continue button #271
Comments
Could you please let me know where this occurs in the code, I will try to fix it |
@K0zzas17 Like I described when I first time enter the game by the continue button, the game screen type was set to |
Does this cause the lives to reset?? the RESPAWN screens only exists to tell the game creator that the player is being created after having died |
No, but this might cause the player animation not moving since I set the player will pause for few seconds if the screen type is MAIN GAME since we need to intro the death wall |
Ohhhh that's why that's been happening for me... Do you have a solution that wouldn't involve me having to play around with the respawn screens?? |
@Dollar0712 in which class did you implement that feature? |
Do u mean pausing the animation? I implemented it in isPause function in forestgamearea.Java |
After the enter the game by continue button, the game screen type is set to RESPAWN1 instead of MAIN_GAME
The text was updated successfully, but these errors were encountered: