|
@@ -248,9 +248,6 @@
|
|
|
<member name="application/config/description" type="String" setter="" getter="" default="""">
|
|
|
The project's description, displayed as a tooltip in the Project Manager when hovering the project.
|
|
|
</member>
|
|
|
- <member name="application/config/features" type="PackedStringArray" setter="" getter="">
|
|
|
- List of internal features associated with the project, like [code]Double Precision[/code] or [code]C#[/code]. Not to be confused with feature tags.
|
|
|
- </member>
|
|
|
<member name="application/config/icon" type="String" setter="" getter="" default="""">
|
|
|
Icon used for the project, set when project loads. Exporters will also use this icon when possible.
|
|
|
</member>
|
|
@@ -1161,12 +1158,6 @@
|
|
|
<member name="internationalization/locale/test" type="String" setter="" getter="" default="""">
|
|
|
If non-empty, this locale will be used when running the project from the editor.
|
|
|
</member>
|
|
|
- <member name="internationalization/locale/translation_remaps" type="PackedStringArray" setter="" getter="">
|
|
|
- Locale-dependent resource remaps. Edit them in the "Localization" tab of Project Settings editor.
|
|
|
- </member>
|
|
|
- <member name="internationalization/locale/translations" type="PackedStringArray" setter="" getter="">
|
|
|
- List of translation files available in the project. Edit them in the "Localization" tab of Project Settings editor.
|
|
|
- </member>
|
|
|
<member name="internationalization/pseudolocalization/double_vowels" type="bool" setter="" getter="" default="false">
|
|
|
Double vowels in strings during pseudolocalization to simulate the lengthening of text due to localization.
|
|
|
</member>
|