godot/editor/plugins/tiles
Nicholas Huelin 28f45e923c
Fix duplicate shortcut in TileMap Editor
This pull request fixes an issue where the paint and erase tools in the TileMap editor had the same shortcut (E). The erase tool having "E" be its shortcut makes more sense than the paint tool having that be its shortcut. So I changed the paint tool's shortcut to be "D" since nothing else uses it and it's short for "draw", it's also right next to "S" on the keyboard which happens to be the selection tool.
2021-07-28 17:33:17 -04:00
..
atlas_merging_dialog.cpp Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
atlas_merging_dialog.h Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
SCsub
tile_atlas_view.cpp Minor enhancements for the TileMap editor 2021-07-20 11:20:14 -03:00
tile_atlas_view.h Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
tile_data_editors.cpp Fix various typos with codespell 2021-07-25 11:21:51 +02:00
tile_data_editors.h Implement painting properties over TileSets 2021-06-29 11:07:46 +02:00
tile_map_editor.cpp Fix duplicate shortcut in TileMap Editor 2021-07-28 17:33:17 -04:00
tile_map_editor.h Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
tile_proxies_manager_dialog.cpp Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
tile_proxies_manager_dialog.h Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
tile_set_atlas_source_editor.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
tile_set_atlas_source_editor.h Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
tile_set_editor.cpp Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
tile_set_editor.h Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
tile_set_scenes_collection_source_editor.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
tile_set_scenes_collection_source_editor.h Implement scenes tiles in TileMaps 2021-05-20 13:12:03 +02:00
tiles_editor_plugin.cpp Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00
tiles_editor_plugin.h Implement atlas merging and tile proxies 2021-07-21 12:36:37 +02:00