Slide 12
Slide 12 text
Drawing
• Primitives
• rect(0, 0, 50, 50, 11) – green rectangle outline size 50x50
• rectfill(100, 200, 110, 205, 0) – black filled rectangle at 100, 200 with width 10
and height 5
• circ – circle
• circfill(x, y, r, color) – filled circle
• line – draw line
• Sprites
• spr(sprite, x, y)
• spr(sprite, x, y, w, h, flip_x, flip_y)