[Avida-cvs] [avida-svn] r905 - branches/developers/avida-edward/source/python/AvidaGui2

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Tue Aug 29 11:36:01 PDT 2006


Author: baerb
Date: 2006-08-29 14:36:01 -0400 (Tue, 29 Aug 2006)
New Revision: 905

Added:
   branches/developers/avida-edward/source/python/AvidaGui2/macTrashCan.png
Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyWriteGenesisEvent.py
Log:

Added currently use trash can graphic.

Change three org display to a triangle.



Added: branches/developers/avida-edward/source/python/AvidaGui2/macTrashCan.png
===================================================================
(Binary files differ)


Property changes on: branches/developers/avida-edward/source/python/AvidaGui2/macTrashCan.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyWriteGenesisEvent.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyWriteGenesisEvent.py	2006-08-29 02:55:45 UTC (rev 904)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyWriteGenesisEvent.py	2006-08-29 18:36:01 UTC (rev 905)
@@ -252,7 +252,7 @@
     elif (num_ancestors == 2):
       spots = [0.5,0.33, 0.5,0.67]
     elif (num_ancestors == 3):
-      spots = [0.25,0.25, 0.5,0.5, 0.75,0.75]
+      spots = [0.5,0.25, 0.25,0.75, 0.75,0.75]
     elif (num_ancestors == 4):
       spots = [0.33,0.33, 0.33,0.67, 0.67,0.33, 0.67,0.67]
     elif (num_ancestors == 5):




More information about the Avida-cvs mailing list