welcome = Text("Hello world!", x=50, y=42, color='darkblue')
welcome = Text("Hello world!", x=50, y=49, color='darkred')
welcome.flip_vertical()
Square(x=50, y=45, width=50, height=0.5, color='darkgreen')

#welcome1 = Text("Hello world!", x=50, y=62, color='darkblue')
#welcome1.flip_horizontal()
#welcome1 = Text("Hello world!", x=50, y=70, color='darkred')

#welcome1.flip_horizontal()
#Square(x=50, y=66, width=50, height=0.5,color='darkgreen')
# need to learn to be able to flip horizontal and vertical at the same time

Clean as a mirror lol

by James2u

Created 3 years, 1 month ago.
Based on Intro Example 1 by jamie.