You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
rename String.extension() -> String.get_extension() / String.basename() -> String.get_basename()
This commit is contained in:
@@ -984,7 +984,7 @@ String ResourceFormatLoaderText::get_resource_type(const String &p_path) const{
|
||||
|
||||
|
||||
|
||||
String ext=p_path.extension().to_lower();
|
||||
String ext=p_path.get_extension().to_lower();
|
||||
if (ext=="tscn")
|
||||
return "PackedScene";
|
||||
else if (ext!="tres")
|
||||
|
||||
Reference in New Issue
Block a user