[Puzzler-checkins] SF.net SVN: puzzler:[653] trunk/puzzler/puzzler/puzzles/polycubes.py
Brought to you by:
goodger
From: <go...@us...> - 2018-09-05 20:45:52
|
Revision: 653 http://sourceforge.net/p/puzzler/code/653 Author: goodger Date: 2018-09-05 20:45:50 +0000 (Wed, 05 Sep 2018) Log Message: ----------- added missing color Modified Paths: -------------- trunk/puzzler/puzzler/puzzles/polycubes.py Modified: trunk/puzzler/puzzler/puzzles/polycubes.py =================================================================== --- trunk/puzzler/puzzler/puzzles/polycubes.py 2018-09-03 23:59:03 UTC (rev 652) +++ trunk/puzzler/puzzler/puzzles/polycubes.py 2018-09-05 20:45:50 UTC (rev 653) @@ -599,6 +599,7 @@ 'Lg6': 'indigo', 'Lh6': 'darkkhaki', 'Li6': 'orangered', + 'Lj6': 'yellowgreen', 'Lk6': 'darkorchid', 'Ll6': 'tomato', 'Lm6': 'thistle', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |