atlantageek Posted May 26, 2014 Share Posted May 26, 2014 All,I'm having some trouble with my game over state and not sure why. It just shows a blank screen. I can go from the menu directly to the game over state just fine but from the play state to the game over state it fails. Here is the link to the game http://99.36.180.46:9000/. Takes a little while to load. Any suggestions would be appreciated. Link to comment Share on other sites More sharing options...
rich Posted May 26, 2014 Share Posted May 26, 2014 At a guess I'd say something in the Game state is not being cleared down properly, hence why you maybe can't see the game over state? Do you see any errors in the console? Link to comment Share on other sites More sharing options...
atlantageek Posted May 26, 2014 Author Share Posted May 26, 2014 No. I dont see any errors. Any other suggestions? Link to comment Share on other sites More sharing options...
rich Posted May 27, 2014 Share Posted May 27, 2014 Then I go with my first guess - something is still being displayed. Does the game over state even start-up properly? (throw a console log into its create statement or similar). Link to comment Share on other sites More sharing options...
j0hnskot Posted May 27, 2014 Share Posted May 27, 2014 Did you fix it? because i can now see the game over screen. Link to comment Share on other sites More sharing options...
atlantageek Posted May 27, 2014 Author Share Posted May 27, 2014 Thanks. the issue appears to be I was positioning based on worldmap (cloning menu code) and I guess the world map size was still larger than screen on the gameover page. Link to comment Share on other sites More sharing options...
Recommended Posts