feat: updated godot version

This commit is contained in:
Sara Gerretsen 2026-04-04 19:38:56 +02:00
parent 0c508b0831
commit 42b028dbb5
4694 changed files with 236470 additions and 401376 deletions

View file

@ -30,7 +30,6 @@
#include "tests/test_utils.h"
#include "core/config/project_settings.h"
#include "core/io/dir_access.h"
#include "core/os/os.h"
@ -48,7 +47,3 @@ String TestUtils::get_temp_path(const String &p_suffix) {
DirAccess::make_dir_absolute(temp_base); // Ensure the directory exists.
return temp_base.path_join(p_suffix);
}
String &TestProjectSettingsInternalsAccessor::resource_path() {
return ProjectSettings::get_singleton()->resource_path;
}