1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Improve scene tiles workflow

This commit is contained in:
kobewi
2023-08-18 13:46:58 +02:00
parent ff5c884153
commit a88e3b8604
6 changed files with 42 additions and 7 deletions

View File

@@ -632,7 +632,7 @@ TileAtlasView::TileAtlasView() {
panel->add_child(center_container);
missing_source_label = memnew(Label);
missing_source_label->set_text(TTR("No atlas source with a valid texture selected."));
missing_source_label->set_text(TTR("The selected atlas source has no valid texture. Assign a texture in the TileSet bottom tab."));
center_container->add_child(missing_source_label);
margin_container = memnew(MarginContainer);