Merge pull request #16873 from williamd1k0/frame2rect

2 to 3 exporter: Add Color and Reference Frame/Rect to type renames
This commit is contained in:
Rémi Verschelde 2018-02-21 08:48:34 +01:00 committed by GitHub
commit 8c38cff4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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" },