From e9bb65db815b593037a573c1c7a78e95b7550cb0 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 9 Jan 2017 15:50:08 -0300 Subject: -All types have editable script now in properties -Changed clip to a property in Control which can be set by the user --- core/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/resource.h') diff --git a/core/resource.h b/core/resource.h index 11f2c5ee2a..40b6dd78a0 100644 --- a/core/resource.h +++ b/core/resource.h @@ -62,7 +62,7 @@ class ResourceImportMetadata : public Reference { StringArray _get_options() const; protected: - virtual bool _use_builtin_script() const { return false; } + static void _bind_methods(); public: -- cgit v1.2.3