mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Add Redot as a project feature to protect Redot projects
This commit is contained in:
@@ -76,6 +76,7 @@ String ProjectSettings::get_imported_files_path() const {
|
||||
const PackedStringArray ProjectSettings::get_required_features() {
|
||||
PackedStringArray features;
|
||||
features.append(REDOT_VERSION_BRANCH);
|
||||
features.append("Redot");
|
||||
#ifdef REAL_T_IS_DOUBLE
|
||||
features.append("Double Precision");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user