Explorar o código

Add Color and Reference Frame/Rect to type renames

William Tumeo %!s(int64=7) %!d(string=hai) anos
pai
achega
1105eea1c8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      editor/editor_export_godot3.cpp

+ 2 - 0
editor/editor_export_godot3.cpp

@@ -476,6 +476,8 @@ static const char *type_renames[][2] = {
 	{ "SamplePlayer2D", "AudioStreamPlayer2D" },
 	{ "SoundPlayer2D", "Node2D" },
 	{ "SampleLibrary", "Resource" },
+	{ "ColorFrame", "ColorRect" },
+	{ "ReferenceFrame", "ReferenceRect" },
 	{ "TextureFrame", "TextureRect" },
 	{ "Patch9Frame", "NinePatchRect" },
 	{ "FixedMaterial", "SpatialMaterial" },