mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Added the possibility to define a default value in ProjectSettings.get_setting(), which is used when no setting is set.
Also added tests for the project settings. Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "test_main.h"
|
||||
|
||||
#include "tests/core/config/test_project_settings.h"
|
||||
#include "tests/core/input/test_input_event_key.h"
|
||||
#include "tests/core/input/test_shortcut.h"
|
||||
#include "tests/core/io/test_config_file.h"
|
||||
|
||||
Reference in New Issue
Block a user