mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #10447 from fabriziocasati/layout-issue
Fix layout issue in `godot_notifications.rst`
This commit is contained in:
@@ -224,7 +224,7 @@ values will set up according to the following sequence:
|
|||||||
1. **Initial value assignment:** the property is assigned its initialization value,
|
1. **Initial value assignment:** the property is assigned its initialization value,
|
||||||
or its default value if one is not specified. If a setter exists, it is not used.
|
or its default value if one is not specified. If a setter exists, it is not used.
|
||||||
|
|
||||||
2. **``_init()`` assignment:** the property's value is replaced by any assignments
|
2. ``_init()`` **assignment:** the property's value is replaced by any assignments
|
||||||
made in ``_init()``, triggering the setter.
|
made in ``_init()``, triggering the setter.
|
||||||
|
|
||||||
3. **Exported value assignment:** an exported property's value is again replaced by
|
3. **Exported value assignment:** an exported property's value is again replaced by
|
||||||
|
|||||||
Reference in New Issue
Block a user