mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-11 02:20:08 +01:00
Set use_on_initial_import() in ResourceImporterCSVTranslation to false.
This means that if a .csv file is dropped into a project the editor will not import it by default.
This commit is contained in:
parent
abb354860d
commit
13fc3de617
@ -43,6 +43,7 @@ public:
|
||||
virtual void get_recognized_extensions(List<String> *p_extensions) const;
|
||||
virtual String get_save_extension() const;
|
||||
virtual String get_resource_type() const;
|
||||
virtual bool use_on_initial_import() const { return false; }
|
||||
|
||||
virtual int get_preset_count() const;
|
||||
virtual String get_preset_name(int p_idx) const;
|
||||
|
Loading…
Reference in New Issue
Block a user