mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
General enhancements to the Polygon2D, TextureRegion, and TileSet editors
This commit is contained in:
parent
21dea10116
commit
e4d0ecce7a
11 changed files with 596 additions and 426 deletions
|
|
@ -95,7 +95,7 @@ void Polygon3DEditor::_menu_option(int p_option) {
|
|||
|
||||
void Polygon3DEditor::_wip_close() {
|
||||
|
||||
undo_redo->create_action(TTR("Create Poly3D"));
|
||||
undo_redo->create_action(TTR("Create Polygon3D"));
|
||||
undo_redo->add_undo_method(node, "set_polygon", node->call("get_polygon"));
|
||||
undo_redo->add_do_method(node, "set_polygon", wip);
|
||||
undo_redo->add_do_method(this, "_polygon_draw");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue