Browsing Polish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions.
110 of 116 results
1.
Transitions
(no translation yet)
Located in ../../source/transitions.rst:8
2.
Transitions can be used as part of the :ref:`with statement <with-statement>`, as well as in other parts of Ren'Py, to apply effects to changes in the scene. Ren'Py comes with a small number of pre-defined transitions, which can be given directly to the with statement. It also includes transition classes, which can be used to create new transitions.
(no translation yet)
Located in ../../source/transitions.rst:10
3.
Pre-Defined Transitions
(no translation yet)
Located in ../../source/transitions.rst:18
4.
Pre-defined transitions can be given directly to the with statement. For example::
(no translation yet)
Located in ../../source/transitions.rst:20
5.
Takes 0.5 seconds to fade to black, and then 0.5 seconds to fade to the new screen. An instance of the :func:`Fade` transition class.
(no translation yet)
Located in ../../source/transitions.rst:28
6.
Takes 0.5 seconds to dissolve from the old to the new screen. An instance of the :func:`Dissolve` transition class.
(no translation yet)
Located in ../../source/transitions.rst:34
7.
Pixellates the old scene for .5 seconds, and the new scene for another .5 seconds. An instance of the :func:`Pixellate` transition class.
(no translation yet)
Located in ../../source/transitions.rst:39
8.
Takes 0.5 seconds to the move images that have changed location to their new locations. An instance of the :func:`MoveTransition` transition class.
(no translation yet)
Located in ../../source/transitions.rst:45
9.
Also: **moveinleft, moveintop, moveinbottom**
(no translation yet)
Located in ../../source/transitions.rst:51
10.
These move entering images onto the screen from the appropriate side, taking 0.5 seconds to do so.
(no translation yet)
Located in ../../source/transitions.rst:53
110 of 116 results

This translation is managed by translation group launchpad-translators.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.