You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Improve Camera2D limit editing
This commit is contained in:
@@ -51,6 +51,10 @@ class Camera2DEditor : public Control {
|
||||
TOP,
|
||||
RIGHT,
|
||||
BOTTOM,
|
||||
TOP_LEFT,
|
||||
TOP_RIGHT,
|
||||
BOTTOM_LEFT,
|
||||
BOTTOM_RIGHT,
|
||||
CENTER,
|
||||
};
|
||||
Drag drag_type = Drag::NONE;
|
||||
|
||||
Reference in New Issue
Block a user