File tree Expand file tree Collapse file tree
TeachingKidsProgramming/src
org/teachingkidsprogramming/recipes/inDevelopment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ public class HolidayCard
44{
55 //**needs to be translated from the SmallBasic
66 // Holiday Recipe - Enjoy!
7- // Set the background to the color of Snow
7+ // Set the background to the color to Snow
88 //
99 // Make the tortoise move as fast as possible
1010 //
@@ -30,9 +30,9 @@ public class HolidayCard
3030 //
3131 // Set the font to be 48pt
3232 //
33- // Set the color of the font to red
33+ // Set the font color to red
3434 //
35- // Write "Happy Holidays" on the screen at position 150, 150
35+ // Write the text "Happy Holidays" on the screen at position 150, 150
3636 //
3737 // ------------- End of DrawMerryChristmas recipe
3838 //
@@ -67,7 +67,7 @@ public class HolidayCard
6767 //
6868 // Hide the tortoise
6969 //
70- // Turn the tortoise to the left (90 degrees)
70+ // Turn the tortoise 90 degrees to the left
7171 //
7272 // Move the tortoise half of the current length
7373 //
You can’t perform that action at this time.
0 commit comments