1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

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

This commit is contained in:
Joscha
2016-09-02 11:17:50 +00:00
parent 3759d378da
commit acd41d964a
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);