You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Make build profile project detection also set build options
This commit is contained in:
@@ -3129,6 +3129,13 @@ void GraphEdit::_bind_methods() {
|
||||
|
||||
BIND_THEME_ITEM(Theme::DATA_TYPE_CONSTANT, GraphEdit, port_hotzone_inner_extent);
|
||||
BIND_THEME_ITEM(Theme::DATA_TYPE_CONSTANT, GraphEdit, port_hotzone_outer_extent);
|
||||
|
||||
ADD_CLASS_DEPENDENCY("Button");
|
||||
ADD_CLASS_DEPENDENCY("GraphFrame");
|
||||
ADD_CLASS_DEPENDENCY("GraphNode");
|
||||
ADD_CLASS_DEPENDENCY("HScrollBar");
|
||||
ADD_CLASS_DEPENDENCY("SpinBox");
|
||||
ADD_CLASS_DEPENDENCY("VScrollBar");
|
||||
}
|
||||
|
||||
GraphEdit::GraphEdit() {
|
||||
|
||||
Reference in New Issue
Block a user