Skip to content
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

syncing #2

Merged
merged 15 commits into from
Feb 15, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed the Bug in "Click here to finish the game" button
Fixed the issue raised by "arun1128"
The button gets hidden when clicked once and appears again only after playing the game for one minute.
  • Loading branch information
karthikeyan5 committed Feb 14, 2016
commit d2b3c113ba80f11ee0cbe806e145fff7c494aba0
2 changes: 2 additions & 0 deletions js/flipMe.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ function replayGame()
//playpause.inputEnabled = true;
//timeText = null;
startGame = 1;
finishFlag = 0;
game.time.reset();
destroy.setText(" ");

Expand Down Expand Up @@ -267,5 +268,6 @@ function updateLife()
function finishGame()
{
gameOver();
document.getElementById("finishButtonArea").innerHTML = '';
}
*/