You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-30 16:26:50 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -77,7 +77,7 @@ class Polygon2DEditor : public HBoxContainer {
|
||||
HScrollBar *uv_hscroll;
|
||||
VScrollBar *uv_vscroll;
|
||||
MenuButton *uv_menu;
|
||||
TextureFrame *uv_icon_zoom;
|
||||
TextureRect *uv_icon_zoom;
|
||||
|
||||
Vector2 uv_draw_ofs;
|
||||
float uv_draw_zoom;
|
||||
|
||||
Reference in New Issue
Block a user