mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
Improve the VisualShader/VisualScript editor UI
This commit is contained in:
parent
ef42b686ad
commit
6d876baf60
9 changed files with 248 additions and 57 deletions
|
|
@ -682,6 +682,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
|
||||
// Visual editors
|
||||
EDITOR_SETTING(Variant::FLOAT, PROPERTY_HINT_RANGE, "editors/visual_editors/minimap_opacity", 0.85, "0.0,1.0,0.01")
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_RANGE, "editors/visual_editors/visualshader/port_preview_size", 160, "100,400,0.01")
|
||||
|
||||
/* Run */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue