|
6.
|
|
|
Default Transforms
|
|
|
|
Default Transforms
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:33
|
|
7.
|
|
|
Ren'Py ships with a number of transforms defined by default. These transforms position things on the screen. Here's a depiction of where each default transform will position an image. ::
|
|
|
|
Ren'Py ships with a number of transforms defined by default. These transforms position things on the screen. Here's a depiction of where each default transform will position an image. ::
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:35
|
|
8.
|
|
|
The offscreenleft and offscreenright transforms position images off the screen. These transforms can be used to move things off the screen (remember to hide them afterwards, to ensure that they do not consume resources).
|
|
|
|
The offscreenleft and offscreenright transforms position images off the screen. These transforms can be used to move things off the screen (remember to hide them afterwards, to ensure that they do not consume resources).
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:53
|
|
9.
|
|
|
The transforms are:
|
|
|
|
The transforms are:
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:58
|
|
10.
|
|
|
Centers horizontally, and aligns to the bottom of the screen.
|
|
|
|
Centres horizontally, and aligns to the bottom of the screen.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:62
|
|
11.
|
|
|
Centers horizontally, and aligns to the bottom of the screen. This can be redefined to change the default placement of images shown with the show or scene statements.
|
|
|
|
Centres horizontally, and aligns to the bottom of the screen. This can be redefined to change the default placement of images shown with the show or scene statements.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:66
|
|
12.
|
|
|
Aligns to the bottom-left corner of the screen.
|
|
|
|
Aligns to the bottom-left corner of the screen.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:72
|
|
13.
|
|
|
Places the displayable off the left side of the screen, aligned to the bottom of the screen.
|
|
|
|
Places the displayable off the left side of the screen, aligned to the bottom of the screen.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:76
../../source/transforms.rst:81
|
|
14.
|
|
|
Resets the transform. Places the displayable in the top-left corner of the screen, and also eliminates any zoom, rotation, or other effects.
|
|
|
|
Resets the transform. Places the displayable in the top-left corner of the screen, and also eliminates any zoom, rotation, or other effects.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:86
|
|
15.
|
|
|
Aligns to the bottom-right corner of the screen.
|
|
|
|
Aligns to the bottom-right corner of the screen.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/transforms.rst:92
|