You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
-Ability to ask for documents/pictures/etc system dirs.
-Fixes to animationplayer -fixes to collada importer
This commit is contained in:
@@ -280,6 +280,12 @@ String OS::get_resource_dir() const {
|
||||
return Globals::get_singleton()->get_resource_path();
|
||||
}
|
||||
|
||||
|
||||
String OS::get_system_dir(SystemDir p_dir) const {
|
||||
|
||||
return ".";
|
||||
}
|
||||
|
||||
String OS::get_data_dir() const {
|
||||
|
||||
return ".";
|
||||
|
||||
Reference in New Issue
Block a user