:and modified images/en/numbers/numbersgroup.gif and numbersmask.gif
:and modified images/en/numbers/numbersgroup.gif and numbersmask.gif
−
:(I also made corresponding changes in the images/es tree)
+
:(I also made corresponding changes in the images/es and images/fr trees)
+
* I made an .xo bundle so I could install and test my changes
+
zip -r turtleart.xo turtleart-activity
* and generate a patch
* and generate a patch
git diff -U > patch
git diff -U > patch
Line 56:
Line 58:
mailto:bss...
mailto:bss...
* The maintainer made one suggestion:
* The maintainer made one suggestion:
−
all looks good to me.
+
:all looks good to me.
−
+
:One question. Are you sure you want the "int" of the answer? In the Java version everything is a float, and even in the python version xcor, ycor, and friends are floats. None of the calculations assume ints I don't think.
−
One question. Are you sure you want the "int" of the answer? In the Java version everything is a float, and even in the python version xcor, ycor, and friends are floats. None of the calculations assume ints I don't think.