You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add an editor setting for the GridMap grid color
The opacity can be adjusted by changing the alpha channel of the color setting. The setting applies without having to restart the editor.
This commit is contained in:
@@ -202,6 +202,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
||||
capitalize_string_remaps["gles2"] = "GLES2";
|
||||
capitalize_string_remaps["gles3"] = "GLES3";
|
||||
capitalize_string_remaps["gltf"] = "glTF";
|
||||
capitalize_string_remaps["gridmap"] = "GridMap";
|
||||
capitalize_string_remaps["gpu"] = "GPU";
|
||||
capitalize_string_remaps["gui"] = "GUI";
|
||||
capitalize_string_remaps["guid"] = "GUID";
|
||||
|
||||
Reference in New Issue
Block a user