|
@@ -1398,6 +1398,8 @@ ProjectSettings::ProjectSettings() {
|
|
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "rendering/textures/canvas_textures/default_texture_filter", PROPERTY_HINT_ENUM, "Nearest,Linear,Linear Mipmap,Nearest Mipmap"), 1);
|
|
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "rendering/textures/canvas_textures/default_texture_filter", PROPERTY_HINT_ENUM, "Nearest,Linear,Linear Mipmap,Nearest Mipmap"), 1);
|
|
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "rendering/textures/canvas_textures/default_texture_repeat", PROPERTY_HINT_ENUM, "Disable,Enable,Mirror"), 0);
|
|
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "rendering/textures/canvas_textures/default_texture_repeat", PROPERTY_HINT_ENUM, "Disable,Enable,Mirror"), 0);
|
|
|
|
|
|
|
|
+ GLOBAL_DEF("collada/use_ambient", false);
|
|
|
|
+
|
|
// These properties will not show up in the dialog. If you want to exclude whole groups, use add_hidden_prefix().
|
|
// These properties will not show up in the dialog. If you want to exclude whole groups, use add_hidden_prefix().
|
|
GLOBAL_DEF_INTERNAL("application/config/features", PackedStringArray());
|
|
GLOBAL_DEF_INTERNAL("application/config/features", PackedStringArray());
|
|
GLOBAL_DEF_INTERNAL("internationalization/locale/translation_remaps", PackedStringArray());
|
|
GLOBAL_DEF_INTERNAL("internationalization/locale/translation_remaps", PackedStringArray());
|