godot/modules/gridmap
Hugo Locurcio 4c1b2171b0
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.
2019-11-27 20:16:53 +01:00
..
doc_classes doc: Sync classref with current source 2019-10-26 16:40:41 +02: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 Remove deprecated theme property from GridMap 2019-11-27 14:40:43 +01:00
grid_map.h Remove deprecated theme property from GridMap 2019-11-27 14:40:43 +01:00
grid_map_editor_plugin.cpp Implement zooming using Ctrl + Mouse wheel in the GridMap editor 2019-11-27 20:16:53 +01:00
grid_map_editor_plugin.h Implement zooming using Ctrl + Mouse wheel in the GridMap editor 2019-11-27 20:16:53 +01:00
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00