godot/modules/gridmap
Hugo Locurcio a45aa3a46f Implement zooming using Ctrl + Mouse wheel in the GridMap editor
The minimum value of the slider was changed to 0.2 as zooming
works in increments of 0.2. This way, the value can go back to 1
after you've reached the slider's minimum value.

(cherry picked from commit 4c1b2171b0)
2020-02-14 15:52:21 +01:00
..
doc_classes doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
grid_map.cpp Fix GridMap getter of baked meshes. 2020-01-15 14:30:17 +00: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 Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00