Make the project data directory customizable.
This commit is contained in:
@ -91,6 +91,8 @@ protected:
|
||||
Set<String> custom_features;
|
||||
Map<StringName, StringName> feature_overrides;
|
||||
|
||||
String project_data_dir_name;
|
||||
|
||||
bool _set(const StringName &p_name, const Variant &p_value);
|
||||
bool _get(const StringName &p_name, Variant &r_ret) const;
|
||||
void _get_property_list(List<PropertyInfo> *p_list) const;
|
||||
|
||||
Reference in New Issue
Block a user