Displays smart snapping guides when snapped
This commit is contained in:
parent
99980d856b
commit
692a78db19
3 changed files with 180 additions and 80 deletions
|
|
@ -561,6 +561,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
// 2D
|
||||
_initial_set("editors/2d/grid_color", Color(1.0, 1.0, 1.0, 0.07));
|
||||
_initial_set("editors/2d/guides_color", Color(0.6, 0.0, 0.8));
|
||||
_initial_set("editors/2d/smart_snapping_line_color", Color(0.9, 0.1, 0.1));
|
||||
_initial_set("editors/2d/bone_width", 5);
|
||||
_initial_set("editors/2d/bone_color1", Color(1.0, 1.0, 1.0, 0.9));
|
||||
_initial_set("editors/2d/bone_color2", Color(0.6, 0.6, 0.6, 0.9));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue