ソースを参照

Merge pull request #16873 from williamd1k0/frame2rect

2 to 3 exporter: Add Color and Reference Frame/Rect to type renames
Rémi Verschelde 7 年 前
コミット
8c38cff4ec
1 ファイル変更2 行追加0 行削除
  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" },