godot/modules/gridmap
Tomer Keren 3e4816efbd
Setting visibility on GridMap now works. Closes #41374.
Continuing the work from f43a0ef327,
It seems the maps visibility was not actually set and a flase value was propogated to the meshes
Trying to set the maps visibility directly (Using `set_visibility` causes the map to no longer to recieve visibility notifications, instead this approach was chosen

(cherry picked from commit fe52c6b0b7)
2020-10-28 14:05:39 +01:00
..
doc_classes doc: Make docs.godotengine.org links point to 3.2 branch 2020-10-19 16:10:01 +02:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
grid_map.cpp Setting visibility on GridMap now works. Closes #41374. 2020-10-28 14:05:39 +01:00
grid_map.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
grid_map_editor_plugin.cpp Implement zooming using Ctrl + Mouse wheel in the GridMap editor 2020-02-14 15:52:21 +01:00
grid_map_editor_plugin.h Implement zooming using Ctrl + Mouse wheel in the GridMap editor 2020-02-14 15:52:21 +01:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00