Add a name to TileSet sources

This commit is contained in:
Gilles Roudière
2021-10-14 13:28:45 +02:00
parent 004b44e915
commit 3b42660105
7 changed files with 74 additions and 16 deletions

View File

@@ -136,6 +136,7 @@ String Resource::get_scene_unique_id() const {
void Resource::set_name(const String &p_name) {
name = p_name;
emit_changed();
}
String Resource::get_name() const {