renpy/doc/reference/functions/im.Tile

From Ren'Py

Jump to: navigation, search

im.Tile

Function: im.Tile (im, size=None, **properties):

This tiles the image, repeating it vertically and horizontally until it is as large as the specified size. If no size is given, then the size defaults to the size of the screen.

Example

init:
    image blinds tiled = im.Tile("blindstile.png")


Personal tools