aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.h
diff options
context:
space:
mode:
authorvolzhs2017-01-16 01:46:42 +0900
committervolzhs2017-01-24 21:51:08 +0900
commit92363a2afee8b31a4ba4e1fd059dffabfeec0e95 (patch)
treea7e5e481dea94e32c6c6288da1f83637ac0966bf /tools/editor/property_editor.h
parent52e2a1e98df9f1a7d69c2b35c7be9edc1a8e9753 (diff)
downloadgodot-92363a2afee8b31a4ba4e1fd059dffabfeec0e95.tar.gz
godot-92363a2afee8b31a4ba4e1fd059dffabfeec0e95.tar.zst
godot-92363a2afee8b31a4ba4e1fd059dffabfeec0e95.zip
Show transparency and accurate color for modulate
Diffstat (limited to '')
-rw-r--r--tools/editor/property_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h
index 900d06497..3f8d071a0 100644
--- a/tools/editor/property_editor.h
+++ b/tools/editor/property_editor.h
@@ -245,6 +245,7 @@ friend class ProjectExportDialog;
void drop_data_fw(const Point2& p_point,const Variant& p_data,Control* p_from);
void _resource_preview_done(const String& p_path,const Ref<Texture>& p_preview,Variant p_ud);
+ void _draw_transparency(Object *t, const Rect2& p_rect);
UndoRedo *undo_redo;
protected: