aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/tile_map_editor_plugin.h
diff options
context:
space:
mode:
authorAndreas Haas2016-05-24 19:18:56 +0200
committerAndreas Haas2016-05-24 20:36:53 +0200
commit11f728fc987785c94edeb60002cb16bf0c95fcdf (patch)
tree811cf1ac94eac1ddd118be5b3becce300fbc1c0d /tools/editor/plugins/tile_map_editor_plugin.h
parent677b77036ae643b13970f033121570d25203c418 (diff)
downloadgodot-11f728fc987785c94edeb60002cb16bf0c95fcdf.tar.gz
godot-11f728fc987785c94edeb60002cb16bf0c95fcdf.tar.zst
godot-11f728fc987785c94edeb60002cb16bf0c95fcdf.zip
Add a slider for zooming TileMap preview icons.
Fixes #2413
Diffstat (limited to 'tools/editor/plugins/tile_map_editor_plugin.h')
-rw-r--r--tools/editor/plugins/tile_map_editor_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/tile_map_editor_plugin.h b/tools/editor/plugins/tile_map_editor_plugin.h
index 92b54a4cb..f586c5bf1 100644
--- a/tools/editor/plugins/tile_map_editor_plugin.h
+++ b/tools/editor/plugins/tile_map_editor_plugin.h
@@ -76,6 +76,7 @@ class TileMapEditor : public VBoxContainer {
Control *canvas_item_editor;
LineEdit *search_box;
+ HSlider *size_slider;
ItemList *palette;
HBoxContainer *toolbar;
@@ -151,6 +152,7 @@ class TileMapEditor : public VBoxContainer {
void _canvas_mouse_enter();
void _canvas_mouse_exit();
void _tileset_settings_changed();
+ void _icon_size_changed(float p_value);
protected: