1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Tilemap editor: Bucket tool - allow deleting and replacing of tiles

(cherry picked from commit acd41d964a)
This commit is contained in:
Joscha
2016-09-02 11:17:50 +00:00
committed by Rémi Verschelde
parent de5f49aac5
commit e7772e43d3
2 changed files with 38 additions and 11 deletions

View File

@@ -129,7 +129,7 @@ class TileMapEditor : public VBoxContainer {
void _pick_tile(const Point2& p_pos);
DVector<Vector2> _bucket_fill(const Point2i& p_start);
DVector<Vector2> _bucket_fill(const Point2i& p_start, bool erase=false);
void _fill_points(const DVector<Vector2> p_points, const Dictionary& p_op);
void _erase_points(const DVector<Vector2> p_points);