diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-13 15:02:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 15:02:35 +0200 |
commit | 6eff4c1feedec6253fdd748db6981311dcf40fcd (patch) | |
tree | f63372023d6ef47fa1ac8e148c6e756700d294f5 /editor/plugins/tiles/tile_atlas_view.h | |
parent | 8240a11ba0aeddceb7d815354969e29b3bd385a6 (diff) | |
parent | b9151860f3a83269fe05fe5f89e9a4d87ef31db7 (diff) |
Merge pull request #53703 from groud/prevent_tiles_outside_texture
Diffstat (limited to 'editor/plugins/tiles/tile_atlas_view.h')
-rw-r--r-- | editor/plugins/tiles/tile_atlas_view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/plugins/tiles/tile_atlas_view.h b/editor/plugins/tiles/tile_atlas_view.h index 5b0df366ae..e1ca3eebee 100644 --- a/editor/plugins/tiles/tile_atlas_view.h +++ b/editor/plugins/tiles/tile_atlas_view.h @@ -93,9 +93,6 @@ private: Control *base_tiles_shape_grid; void _draw_base_tiles_shape_grid(); - Control *base_tiles_dark; - void _draw_base_tiles_dark(); - Size2i _compute_base_tiles_control_size(); // Right side. @@ -124,7 +121,6 @@ public: // Left side. void set_texture_grid_visible(bool p_visible) { base_tiles_texture_grid->set_visible(p_visible); }; - void set_dark_visible(bool p_visible) { base_tiles_dark->set_visible(p_visible); }; void set_tile_shape_grid_visible(bool p_visible) { base_tiles_shape_grid->set_visible(p_visible); }; Vector2i get_atlas_tile_coords_at_pos(const Vector2 p_pos) const; |