Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
413 of 75 results
4.
While Ren'Py has over 100 style properties, only a few properties are used in this section. Along with ``background``, we use ``color``, ``font``, ``outlines`` and ``size`` as style properties. For a full list of style properties, please read the :ref:`style properties <style-properties>` documentation.
(no translation yet)
Located in ../../source/style.rst:22
5.
Using Styles and Style Inheritance
(no translation yet)
Located in ../../source/style.rst:30
6.
Each displayable has a style built-into it. When the displayable is created, either directly or using the screen system, style properties can be supplied to it, and these styles are used to update the look of the displayable. In the following example::
(no translation yet)
Located in ../../source/style.rst:32
7.
the :propref:`size` property is supplied to a Text displayable, allowing us to change its text size. This will customize the look of the text displayable by displaying the text 40 pixels high.
(no translation yet)
Located in ../../source/style.rst:39
8.
Similarly, when using Screen Language, each user interface statement takes relevant style properties::
(no translation yet)
Located in ../../source/style.rst:43
9.
Ren'Py supports style inheritance, with each style having a single parent. If a style property is not defined in a style, the value of the property is inherited from the closest parent, grandparent, or other ancestor.
(no translation yet)
Located in ../../source/style.rst:49
10.
Each displayable takes a property named ``style``, which gives the parent of the displayable's style::
(no translation yet)
Located in ../../source/style.rst:54
11.
When no ``style`` property is given, a parent is chosen based on the kind of displayable be that has been supplied. The parent chosen can be influenced by the :ref:`style_group <style-group>` property of user interface statements in the screen language.
(no translation yet)
Located in ../../source/style.rst:62
12.
When a style is defined without a parent being specified, a default parent is chosen for the style. If the style contains an underscore (_) in its name, the parent is named by removing everything up to and including the first underscore. For example, a style named ``my_button`` will inherit from ``button``. This inheritance can be changed using the style statement or by calling a method on a style object. When a style that does not exist is used, and the style has an underscore in its name, Ren'Py will create it using the default parent.
(no translation yet)
Located in ../../source/style.rst:67
13.
Style names beginning with an underscore are reserved for Ren'Py use.
(no translation yet)
Located in ../../source/style.rst:76
413 of 75 results

This translation is managed by Launchpad Spanish Translators, assigned by Launchpad Translators.

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

No-one has contributed to this translation yet.