You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Move point in Path2D edtitor now respect snap configure; Press Alt when
moving point to activate view base snapping; Path2D editor inherits from HBoxContainer now"
This commit is contained in:
@@ -40,9 +40,9 @@
|
||||
*/
|
||||
class CanvasItemEditor;
|
||||
|
||||
class Path2DEditor : public ButtonGroup {
|
||||
class Path2DEditor : public HBoxContainer {
|
||||
|
||||
OBJ_TYPE(Path2DEditor, ButtonGroup);
|
||||
OBJ_TYPE(Path2DEditor, HBoxContainer);
|
||||
|
||||
UndoRedo *undo_redo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user