You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -53,7 +53,7 @@ class TextureRegionEditor : public Control {
|
||||
|
||||
friend class TextureRegionEditorPlugin;
|
||||
MenuButton *snap_mode_button;
|
||||
TextureFrame *icon_zoom;
|
||||
TextureRect *icon_zoom;
|
||||
ToolButton *zoom_in;
|
||||
ToolButton *zoom_reset;
|
||||
ToolButton *zoom_out;
|
||||
@@ -81,7 +81,7 @@ class TextureRegionEditor : public Control {
|
||||
Vector2 snap_step;
|
||||
Vector2 snap_separation;
|
||||
|
||||
Patch9Frame *node_patch9;
|
||||
NinePatchRect *node_patch9;
|
||||
Sprite *node_sprite;
|
||||
Ref<StyleBoxTexture> obj_styleBox;
|
||||
Ref<AtlasTexture> atlas_tex;
|
||||
|
||||
Reference in New Issue
Block a user