Merge pull request #72238 from timothyqiu/window-size-3to4

Add window size settings in 3to4 conversion
This commit is contained in:
Rémi Verschelde 2023-01-28 15:58:00 +01:00
commit 6a252c19cc
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -1367,6 +1367,10 @@ static const char *project_settings_renames[][2] = {
{ "rendering/vram_compression/import_etc2", "rendering/textures/vram_compression/import_etc2" },
{ "rendering/vram_compression/import_pvrtc", "rendering/textures/vram_compression/import_pvrtc" },
{ "rendering/vram_compression/import_s3tc", "rendering/textures/vram_compression/import_s3tc" },
{ "window/size/width", "window/size/viewport_width" },
{ "window/size/height", "window/size/viewport_height" },
{ "window/size/test_width", "window/size/window_width_override" },
{ "window/size/test_height", "window/size/window_height_override" },
{ nullptr, nullptr },
};