|
@@ -1489,15 +1489,6 @@ ProjectSettings::ProjectSettings() {
|
|
|
GLOBAL_DEF(PropertyInfo(Variant::INT, "audio/general/ios/session_category", PROPERTY_HINT_ENUM, "Ambient,Multi Route,Play and Record,Playback,Record,Solo Ambient"), 0);
|
|
|
GLOBAL_DEF("audio/general/ios/mix_with_others", false);
|
|
|
|
|
|
- PackedStringArray extensions;
|
|
|
- extensions.push_back("gd");
|
|
|
- if (ClassDB::class_exists("CSharpScript")) {
|
|
|
- extensions.push_back("cs");
|
|
|
- }
|
|
|
- extensions.push_back("gdshader");
|
|
|
-
|
|
|
- GLOBAL_DEF(PropertyInfo(Variant::PACKED_STRING_ARRAY, "editor/script/search_in_file_extensions"), extensions);
|
|
|
-
|
|
|
_add_builtin_input_map();
|
|
|
|
|
|
// Keep the enum values in sync with the `DisplayServer::ScreenOrientation` enum.
|