Files
FreeJ/scripts/python/examples/testctx.py
2009-08-29 03:55:58 +02:00

14 lines
229 B
Python

# to be run from the scripting gui
l = Screen.layers[1]
#print dir(l)
zoom = 1.3
l.set_zoom(zoom, zoom)
l.set_position(15,15)
l.set_blit('RGB')
#l.set_rotate(10)
#l.set_rotate(10)
#l.antialias = True
print l.zoom_x
print l.name