You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Finished transition of Patch9Rect to NinePatchRect
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "scene/2d/sprite.h"
|
||||
#include "scene/gui/patch_9_rect.h"
|
||||
#include "scene/gui/nine_patch_rect.h"
|
||||
#include "scene/resources/style_box.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
@@ -82,7 +82,7 @@ class TextureRegionEditor : public Control {
|
||||
Vector2 snap_step;
|
||||
Vector2 snap_separation;
|
||||
|
||||
NinePatchRect *node_patch9;
|
||||
NinePatchRect *node_ninepatch;
|
||||
Sprite *node_sprite;
|
||||
Ref<StyleBoxTexture> obj_styleBox;
|
||||
Ref<AtlasTexture> atlas_tex;
|
||||
|
||||
Reference in New Issue
Block a user