1
0
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:
Hugo Locurcio
2025-01-03 23:06:01 +01:00
parent bdf625bd54
commit 19b8b10218
4 changed files with 10 additions and 1 deletions

View File

@@ -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";