diff options
| author | Rémi Verschelde | 2017-08-16 19:51:55 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-16 19:51:55 +0200 |
| commit | 19aff15a1af27a428c82f4a30dea498be9319de1 (patch) | |
| tree | 14185b19b20cd013cd4018df94fbfb89f1caa5f9 /editor/plugins/tile_map_editor_plugin.h | |
| parent | 0dd51fc72296ab71a27587cdb89a274d9178b607 (diff) | |
| download | godot-19aff15a1af27a428c82f4a30dea498be9319de1.tar.gz godot-19aff15a1af27a428c82f4a30dea498be9319de1.tar.zst godot-19aff15a1af27a428c82f4a30dea498be9319de1.zip | |
Tilemap Editor: Setting to hide tile info in the menu bar
Based on e513ecb7a14560d7238408a16a3b855863fd6df9.
Diffstat (limited to '')
| -rw-r--r-- | editor/plugins/tile_map_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.h b/editor/plugins/tile_map_editor_plugin.h index a12c56814..d76884e66 100644 --- a/editor/plugins/tile_map_editor_plugin.h +++ b/editor/plugins/tile_map_editor_plugin.h @@ -97,6 +97,7 @@ class TileMapEditor : public VBoxContainer { bool selection_active; bool mouse_over; + bool show_tile_info; bool flip_h; bool flip_v; |
