You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
[Editor] Expose more editor settings to documentation
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "scene/3d/occluder_instance_3d.h"
|
||||
|
||||
OccluderInstance3DGizmoPlugin::OccluderInstance3DGizmoPlugin() {
|
||||
create_material("line_material", EDITOR_DEF_RST("editors/3d_gizmos/gizmo_colors/occluder", Color(0.8, 0.5, 1)));
|
||||
create_material("line_material", EDITOR_GET("editors/3d_gizmos/gizmo_colors/occluder"));
|
||||
create_handle_material("handles");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user