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. #36

Closed AkshayAgarwal007 closed 8 years ago

AkshayAgarwal007 commented 8 years ago

Fixed the issue, removed redundant addition of text object, as creating and rendering 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. Also fixed similar issue with doubleTrouble and catchTheFLow. Tested on Firefox/Edge/Chrome.

AkshayAgarwal007 commented 8 years ago

@Vigneshsekar There is some issues while editing this in atom that causes even the blank lines to be highlighted and shows them as code changes. So I updated this directly on the GitHub editor on my master. You can merge this now, it will fix the overlapping issue with motion Commotion and migrating flocks.