NodeBox

Create visual output with Python programming code
Home Download Reference Tutorial Library Gallery About

pixie.sprite()

Syntax

sprite(x, y, pt=20)

Description

Draws a doodle sprite at (x,y), varying legs, faces, bodies, and more.

Example

pixie = ximport("pixie")
for x, y in grid(3, 3, 60, 60):
  pixie.sprite(100+x, 100+y)