tux4kids / Tux4ME

A mind exercise game by Tux4Kids organization developed under Google summer of Code - 2015
GNU General Public License v3.0
19 stars 28 forks source link

Bug with current replay logic implementation. #28

Open AkshayAgarwal007 opened 8 years ago

AkshayAgarwal007 commented 8 years ago

The text field where the pause state is being displayed either needs to be destroyed and a new text field object needs to be created or the text field object should be assigned an empty string and no new text object should be created. The later is a better implementation but this hasn't been properly implemented. This needs to be fixed. screenshot 64 screenshot 65 screenshot 66 screenshot 67

AkshayAgarwal007 commented 8 years ago

I have fixed the issue. https://github.com/Vigneshsekar/Tux4ME/pull/29

Vigneshsekar commented 8 years ago

Thanks @AkshayAgarwal007. Will look into your changes and merge it very soon.