1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

some class renames

TextureFrame -> TextureRect
Patch9Frame -> NinePatchRect
ColorFrame -> ColorRect
This commit is contained in:
Juan Linietsky
2017-01-12 18:27:27 -03:00
parent a971186c26
commit da477b76a9
43 changed files with 119 additions and 119 deletions

View File

@@ -179,7 +179,7 @@ class ScriptEditor : public VBoxContainer {
String current_theme;
TextureFrame *script_icon;
TextureRect *script_icon;
Label *script_name_label;
ToolButton *script_back;