| |||||||||||
PyWeek - to reviewers reviewing globbit/blobbitThere is a bug in our final release that prevents the full level from being displayed on screen. We had some revision control snafu's and we ended up releasing an old version of the code. If you care to see the rest of it please edit lib/levelparse.py:66 self.engine.level.rightmost_pixel = gotx to self.engine.level.rightmost_pixel = goty thanks! jgib— codexile on 2007/09/10 22:23 of Gloopy Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] > September 2007 [entries, ratings] April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By Tee on 2007/09/17 20:58:
I did this, and the level seems to be smaller now, not bigger.By alex on 2007/09/18 12:17:
I think the change is supposed to be on line 65:
to However I still wasn't able to complete the map (I can get to the right edge, but couldn't find anywhere to go afterwards).