diff options
| author | Juan Linietsky | 2014-02-26 10:08:17 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-02-26 10:08:17 -0300 |
| commit | ed6d9463d264d0983f75c2dc93191c8526e9115b (patch) | |
| tree | 3518ba92d9e4fa5b5d36e7272faa3faa01f908c7 /tools/editor/editor_import_export.h | |
| parent | b2ce682f6ed9493423be257a5b2e87126692a94f (diff) | |
| download | godot-ed6d9463d264d0983f75c2dc93191c8526e9115b.tar.gz godot-ed6d9463d264d0983f75c2dc93191c8526e9115b.tar.zst godot-ed6d9463d264d0983f75c2dc93191c8526e9115b.zip | |
-Added ATITC texture support
-Fixed bug of some tabs showing wrong names
-Exported properties for viewport
Diffstat (limited to 'tools/editor/editor_import_export.h')
| -rw-r--r-- | tools/editor/editor_import_export.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/editor/editor_import_export.h b/tools/editor/editor_import_export.h index 17f2592ad..94fbaba84 100644 --- a/tools/editor/editor_import_export.h +++ b/tools/editor/editor_import_export.h @@ -243,6 +243,7 @@ protected: Map<String,int> by_idx; ImageAction image_action; float image_action_compress_quality; + int image_shrink; Set<String> image_formats; ExportFilter export_filter; @@ -288,6 +289,9 @@ public: void set_export_image_action(ImageAction p_action); ImageAction get_export_image_action() const; + void set_export_image_shrink(int p_shrink); + int get_export_image_shrink() const; + void set_export_image_quality(float p_quality); float get_export_image_quality() const; |
