Pretty face

master
Spencerscooper 11 months ago
parent c2a14da00c
commit a4afb410ec

@ -4,14 +4,12 @@ from gasp import *
begin_graphics()
Circle((350,255),100)#This cirecle represent head
Circle((300,255), 20) #This circle represent left eye
Circle((370,260),20) #This circle represent left eye
Circle((300, 350), 90)#This cirecle represent head
Circle((350, 370), 15) #This circle represent left eye
Circle((250, 370), 15) #This circle represent left eye
Arc((300, 350), 40, 225, 330)
Line((300, 400), (230, 250))
update_when("key_pressed")

@ -0,0 +1,20 @@
from gasp import *
begin_graphics()
Circle((300, 200), 100)
Circle((240, 240), 15)
Circle((360, 240), 15)
Line((500, 300), (400,220))
Line((380, 260), (330,260))
Line((270, 260), (220,260))
Line((300, 260), (270, 200))
Line((300, 260), (340, 200))
Line((340, 200), (270, 200))
Arc((300, 190), 40, 225, 315)
Arc((420, 220), 30, 235, 510)
Arc((200, 220), 30, 60, 630)
update_when('key_passed')
end_graphics()
Loading…
Cancel
Save