You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Improve/fix GridMap editor
Fix cursor/palette update on tile eyedropping Fix editor not cleaning its state when becoming inactive, which leaves indicators behind among other issues Fix/improve menu/keyboard shortcuts Merge 'Gridmap Editor' and 'Grid Map' settings into the latter
This commit is contained in:
@@ -572,7 +572,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||
set("scenetree_editor/draw_relationship_lines",false);
|
||||
set("scenetree_editor/relationship_line_color",Color::html("464646"));
|
||||
|
||||
set("gridmap_editor/pick_distance", 5000.0);
|
||||
set("grid_map/pick_distance", 5000.0);
|
||||
|
||||
set("3d_editor/default_fov",45.0);
|
||||
set("3d_editor/default_z_near",0.1);
|
||||
|
||||
Reference in New Issue
Block a user