background(0,200,255)
stroke(0,0,0)
fill(0,200,255)
ellipse(300,300,250,250)
line(175,300,225,300)
line(300,425,300,375)
line(300,175,300,225)
line(425,300,375,300)
ellipse(300,300,30,30)
noStroke()
fill(255,0,0)
ellipse(300,300,5,5)
textFont("Jellybean",30)
words("hands up oke",100,450)
words("shoot me down",100,100)