mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add a name to TileSet sources
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user