1
0
Fork 0

Add Color and Reference Frame/Rect to type renames

This commit is contained in:
William Tumeo 2018-02-20 23:35:07 -03:00
parent ddcbdbd67c
commit 1105eea1c8
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" },