aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_map_editor_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-08-16 19:51:55 +0200
committerRémi Verschelde2017-08-16 19:51:55 +0200
commit19aff15a1af27a428c82f4a30dea498be9319de1 (patch)
tree14185b19b20cd013cd4018df94fbfb89f1caa5f9 /editor/plugins/tile_map_editor_plugin.h
parent0dd51fc72296ab71a27587cdb89a274d9178b607 (diff)
downloadgodot-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.h1
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;