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

ISSUE #28: Bug with replay logic implementation. #29

Closed AkshayAgarwal007 closed 8 years ago

AkshayAgarwal007 commented 8 years ago

Fixed the issue, removed redundant addition of text objects, as creating and rendering game objects again and again is expensive.Now the overlapping of text in the pause state representation is not there in MotionCommotion and Migrating Flocks as shown in the snapshot. Tested on Firefox/Edge/Chrome. ISSUE #27 need to be fixed to make the replay code more generic.

Vigneshsekar commented 8 years ago

Thanks @AkshayAgarwal007. But update your pull request as mentioned in the comment.

AkshayAgarwal007 commented 8 years ago

Those are just lines with empty spaces that Atom itself has removed. Check that the code changes that has been made by me has been highlighted with a different more bright red/green color.Take a split view while viewing the diif it would be helpful. @Vigneshsekar