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/project_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/project_export.h')
| -rw-r--r-- | tools/editor/project_export.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/project_export.h b/tools/editor/project_export.h index 25709babb..6ceffadc6 100644 --- a/tools/editor/project_export.h +++ b/tools/editor/project_export.h @@ -110,6 +110,7 @@ private: VBoxContainer *image_vb; OptionButton *image_action; HSlider *image_quality; + SpinBox *image_shrink; Tree *image_formats; Vector<TreeItem*> formats; @@ -150,6 +151,8 @@ private: void _quality_edited(float what); void _image_export_edited(int what); + void _shrink_edited(float what); + void _update_group_list(); void _select_group(const String& p_by_name); |
