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

Add TileMap grid editor settings.

This commit is contained in:
Gilles Roudière
2021-05-21 17:28:28 +02:00
parent af03e9c830
commit 78ad206d74
7 changed files with 92 additions and 36 deletions

View File

@@ -202,6 +202,7 @@ TilesEditor::TilesEditor(EditorNode *p_editor) {
// Toolbar.
HBoxContainer *toolbar = memnew(HBoxContainer);
toolbar->set_h_size_flags(SIZE_EXPAND_FILL);
add_child(toolbar);
// Switch button.